Home
last modified time | relevance | path

Searched refs:in_fp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/libfc/
Dfc_libfc.c166 void fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_hdr() argument
175 in_fh = __fc_frame_header_get(in_fp); in fc_fill_hdr()
201 sp = fr_seq(in_fp); in fc_fill_hdr()
211 fr_encaps(fp) = fr_encaps(in_fp); in fc_fill_hdr()
222 void fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_reply_hdr() argument
227 sp = fr_seq(in_fp); in fc_fill_reply_hdr()
230 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
Dfc_lport.c423 struct fc_frame *in_fp) in fc_lport_recv_echo_req() argument
435 len = fr_len(in_fp) - sizeof(struct fc_frame_header); in fc_lport_recv_echo_req()
436 pp = fc_frame_payload_get(in_fp, len); in fc_lport_recv_echo_req()
446 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_echo_req()
449 fc_frame_free(in_fp); in fc_lport_recv_echo_req()
458 struct fc_frame *in_fp) in fc_lport_recv_rnid_req() argument
476 req = fc_frame_payload_get(in_fp, sizeof(*req)); in fc_lport_recv_rnid_req()
480 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req()
503 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_rnid_req()
507 fc_frame_free(in_fp); in fc_lport_recv_rnid_req()
Dfc_rport.c1405 struct fc_frame *in_fp) in fc_rport_recv_rtv_req() argument
1421 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rtv_req()
1429 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_rtv_req()
1432 fc_frame_free(in_fp); in fc_rport_recv_rtv_req()
1579 struct fc_frame *in_fp) in fc_rport_recv_adisc_req() argument
1591 adisc = fc_frame_payload_get(in_fp, sizeof(*adisc)); in fc_rport_recv_adisc_req()
1595 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req()
1605 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_adisc_req()
1608 fc_frame_free(in_fp); in fc_rport_recv_adisc_req()