Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/libfc/
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()
A Dfc_lport.c414 struct fc_frame *in_fp) in fc_lport_recv_echo_req() argument
426 len = fr_len(in_fp) - sizeof(struct fc_frame_header); in fc_lport_recv_echo_req()
427 pp = fc_frame_payload_get(in_fp, len); in fc_lport_recv_echo_req()
437 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_echo_req()
440 fc_frame_free(in_fp); in fc_lport_recv_echo_req()
449 struct fc_frame *in_fp) in fc_lport_recv_rnid_req() argument
467 req = fc_frame_payload_get(in_fp, sizeof(*req)); in fc_lport_recv_rnid_req()
471 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req()
494 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_rnid_req()
498 fc_frame_free(in_fp); in fc_lport_recv_rnid_req()
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()

Completed in 10 milliseconds