Home
last modified time | relevance | path

Searched refs:rx_fp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_rport.c856 struct fc_frame *rx_fp) in fc_rport_recv_flogi_req() argument
860 struct fc_frame *fp = rx_fp; in fc_rport_recv_flogi_req()
962 fc_frame_free(rx_fp); in fc_rport_recv_flogi_req()
969 fc_frame_free(rx_fp); in fc_rport_recv_flogi_req()
1629 struct fc_frame *rx_fp) in fc_rport_recv_rls_req() argument
1684 fc_frame_free(rx_fp); in fc_rport_recv_rls_req()
1847 struct fc_frame *fp = rx_fp; in fc_rport_recv_plogi_req()
1952 fc_frame_free(rx_fp); in fc_rport_recv_plogi_req()
1966 struct fc_frame *rx_fp) in fc_rport_recv_prli_req() argument
2073 fc_frame_free(rx_fp); in fc_rport_recv_prli_req()
[all …]
H A Dfc_exch.c1287 if (fc_sof_needs_ack(fr_sof(rx_fp))) { in fc_seq_send_ack()
1305 rx_fh = fc_frame_header_get(rx_fp); in fc_seq_send_ack()
1319 fr_sof(fp) = fr_sof(rx_fp); in fc_seq_send_ack()
1349 lport = fr_dev(rx_fp); in fc_exch_send_ba_rjt()
1350 sp = fr_seq(rx_fp); in fc_exch_send_ba_rjt()
1358 rx_fh = fc_frame_header_get(rx_fp); in fc_exch_send_ba_rjt()
1457 fc_frame_free(rx_fp); in fc_exch_recv_abts()
1836 lport = fr_dev(rx_fp); in fc_seq_ls_acc()
1837 sp = fr_seq(rx_fp); in fc_seq_ls_acc()
1868 lport = fr_dev(rx_fp); in fc_seq_ls_rjt()
[all …]
H A Dfc_lport.c796 struct fc_frame *rx_fp) in fc_lport_recv_flogi_req() argument
811 remote_fid = fc_frame_sid(rx_fp); in fc_lport_recv_flogi_req()
812 flp = fc_frame_payload_get(rx_fp, sizeof(*flp)); in fc_lport_recv_flogi_req()
838 fc_lport_set_port_id(lport, local_fid, rx_fp); in fc_lport_recv_flogi_req()
850 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_flogi_req()
862 fc_frame_free(rx_fp); in fc_lport_recv_flogi_req()
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c266 const struct fc_frame *rx_fp, in ft_send_resp_status() argument
276 fh = fc_frame_header_get(rx_fp); in ft_send_resp_status()
295 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_DD_CMD_STATUS, 0); in ft_send_resp_status()