Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_libfc.c154 void fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_hdr() argument
163 in_fh = __fc_frame_header_get(in_fp); in fc_fill_hdr()
189 sp = fr_seq(in_fp); in fc_fill_hdr()
199 fr_encaps(fp) = fr_encaps(in_fp); in fc_fill_hdr()
210 void fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_reply_hdr() argument
215 sp = fr_seq(in_fp); in fc_fill_reply_hdr()
218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
H A Dfc_lport.c420 struct fc_frame *in_fp) in fc_lport_recv_echo_req() argument
432 len = fr_len(in_fp) - sizeof(struct fc_frame_header); in fc_lport_recv_echo_req()
433 pp = fc_frame_payload_get(in_fp, len); in fc_lport_recv_echo_req()
443 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_echo_req()
446 fc_frame_free(in_fp); in fc_lport_recv_echo_req()
455 struct fc_frame *in_fp) in fc_lport_recv_rnid_req() argument
473 req = fc_frame_payload_get(in_fp, sizeof(*req)); in fc_lport_recv_rnid_req()
477 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req()
500 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_rnid_req()
504 fc_frame_free(in_fp); in fc_lport_recv_rnid_req()
H A Dfc_rport.c1417 struct fc_frame *in_fp) in fc_rport_recv_rtv_req() argument
1433 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rtv_req()
1441 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_rtv_req()
1444 fc_frame_free(in_fp); in fc_rport_recv_rtv_req()
1591 struct fc_frame *in_fp) in fc_rport_recv_adisc_req() argument
1603 adisc = fc_frame_payload_get(in_fp, sizeof(*adisc)); in fc_rport_recv_adisc_req()
1607 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req()
1617 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_adisc_req()
1620 fc_frame_free(in_fp); in fc_rport_recv_adisc_req()