/linux/include/scsi/ |
A D | fc_frame.h | 149 struct fc_frame_header *__fc_frame_header_get(const struct fc_frame *fp) in __fc_frame_header_get() 151 return (struct fc_frame_header *)fr_hdr(fp); in __fc_frame_header_get() 159 struct fc_frame_header *fc_frame_header_get(const struct fc_frame *fp) in fc_frame_header_get() 161 WARN_ON(fr_len(fp) < sizeof(struct fc_frame_header)); in fc_frame_header_get() 196 if (fr_len(fp) >= sizeof(struct fc_frame_header) + len) in fc_frame_payload_get() 249 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, in __fc_fill_fc_hdr() 272 struct fc_frame_header *fh; in fc_fill_fc_hdr()
|
/linux/drivers/scsi/elx/efct/ |
A D | efct_unsol.c | 43 struct fc_frame_header *hdr; in efct_dispatch_frame() 147 struct fc_frame_header *fchdr = seq->header->dma.virt; in efct_validate_fcp_cmd() 160 struct fc_frame_header *fchdr, bool sit) in efct_populate_io_fcp_cmd() 229 struct fc_frame_header *req_hdr = seq->header->dma.virt; in efct_sframe_common_send() 230 struct fc_frame_header hdr; in efct_sframe_common_send() 342 struct fc_frame_header *fchdr = seq->header->dma.virt; in efct_dispatch_fcp_cmd() 402 efct_process_abts(struct efct_io *io, struct fc_frame_header *hdr) in efct_process_abts() 466 struct fc_frame_header *hdr = seq->header->dma.virt; in efct_node_recv_abts_frame()
|
A D | efct_scsi.h | 201 efct_bls_send_rjt(struct efct_io *io, struct fc_frame_header *hdr);
|
/linux/drivers/scsi/qedf/ |
A D | qedf_els.c | 18 struct fc_frame_header *fc_hdr; in qedf_initiate_els() 334 struct fc_frame_header *fh; in qedf_process_l2_frame_compl() 337 fh = (struct fc_frame_header *)fc_frame_header_get(fp); in qedf_process_l2_frame_compl() 424 struct fc_frame_header *fh, *mp_fc_hdr; in qedf_l2_els_compl() 485 fh = (struct fc_frame_header *)fc_frame_header_get(fp); in qedf_l2_els_compl() 486 memcpy(fh, mp_fc_hdr, sizeof(struct fc_frame_header)); in qedf_l2_els_compl() 503 struct fc_frame_header *fh; in qedf_send_adisc() 543 struct fc_frame_header *mp_fc_hdr, *fh; in qedf_srr_compl() 596 memcpy(fh, mp_fc_hdr, sizeof(struct fc_frame_header)); in qedf_srr_compl() 838 struct fc_frame_header *mp_fc_hdr, *fh; in qedf_rec_compl() [all …]
|
A D | qedf.h | 43 sizeof(struct fc_frame_header)) 60 struct fc_frame_header req_fc_hdr; 67 struct fc_frame_header resp_fc_hdr;
|
/linux/drivers/scsi/elx/libefc/ |
A D | efc_els.h | 91 struct fc_frame_header *hdr); 93 efc_bls_send_rjt_hdr(struct efc_els_io_req *io, struct fc_frame_header *hdr); 105 efc_send_bls_acc(struct efc_node *node, struct fc_frame_header *hdr);
|
A D | efc_device.c | 344 struct fc_frame_header *hdr, in efc_send_ls_acc_after_attach() 539 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_init() 568 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_init() 592 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_init() 617 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_init() 745 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_wait_plogi_rsp() 1136 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_port_logged_in() 1242 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_port_logged_in() 1341 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_device_ready() 1361 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_d_device_ready() [all …]
|
A D | efc_device.h | 22 struct fc_frame_header *hdr,
|
A D | efc_node.c | 708 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_node_common() 734 struct fc_frame_header *hdr = cbdata->header->dma.virt; in __efc_node_common() 970 struct fc_frame_header *hdr = seq->header->dma.virt; in efc_node_recv_ct_frame()
|
/linux/drivers/scsi/bnx2fc/ |
A D | bnx2fc_els.c | 127 struct fc_frame_header *fc_hdr; in bnx2fc_l2_els_compl() 185 struct fc_frame_header *fh; in bnx2fc_send_adisc() 213 struct fc_frame_header *fh; in bnx2fc_send_logo() 241 struct fc_frame_header *fh; in bnx2fc_send_rls() 268 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_srr_compl() 344 fh = (struct fc_frame_header *) fc_frame_header_get(fp); in bnx2fc_srr_compl() 380 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_rec_compl() 681 struct fc_frame_header *fc_hdr; in bnx2fc_initiate_els() 809 struct fc_frame_header *fc_hdr; in bnx2fc_process_els_compl() 867 struct fc_frame_header *fh; in bnx2fc_flogi_resp() [all …]
|
A D | bnx2fc.h | 98 (BNX2FC_MAX_PAYLOAD + sizeof(struct fc_frame_header)) 396 struct fc_frame_header req_fc_hdr; 403 struct fc_frame_header resp_fc_hdr;
|
/linux/drivers/scsi/libfc/ |
A D | fc_frame.c | 49 len += sizeof(struct fc_frame_header); in _fc_frame_alloc() 75 payload_len + sizeof(struct fc_frame_header)); in fc_frame_alloc_fill()
|
A D | fc_exch.c | 265 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_exch_setup_hdr() 996 struct fc_frame_header *fh; in fc_exch_resp() 1279 struct fc_frame_header *rx_fh; in fc_seq_send_ack() 1280 struct fc_frame_header *fh; in fc_seq_send_ack() 1343 struct fc_frame_header *rx_fh; in fc_exch_send_ba_rjt() 1344 struct fc_frame_header *fh; in fc_exch_send_ba_rjt() 1416 struct fc_frame_header *fh; in fc_exch_recv_abts() 1690 struct fc_frame_header *fh; in fc_exch_abts_resp() 1766 struct fc_frame_header *fh; in fc_exch_recv_bls() 2185 struct fc_frame_header *fh; in fc_exch_seq_send() [all …]
|
A D | fc_lport.c | 426 len = fr_len(in_fp) - sizeof(struct fc_frame_header); in fc_lport_recv_echo_req() 668 mfs -= sizeof(struct fc_frame_header); in fc_set_mfs() 793 struct fc_frame_header *fh; in fc_lport_recv_flogi_req() 941 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_lport_recv() 1113 struct fc_frame_header *fh; in fc_lport_ns_resp() 1189 struct fc_frame_header *fh; in fc_lport_ms_resp() 1732 struct fc_frame_header *fh; in fc_lport_flogi_resp() 1955 struct fc_frame_header *fh; in fc_lport_bsg_resp() 2019 struct fc_frame_header *fh; in fc_lport_els_request() 2078 struct fc_frame_header *fh; in fc_lport_ct_request()
|
A D | fc_libfc.c | 157 struct fc_frame_header *fh; in fc_fill_hdr() 158 struct fc_frame_header *in_fh; in fc_fill_hdr()
|
A D | fc_elsct.c | 82 struct fc_frame_header *fh; in fc_els_resp_type()
|
A D | fc_fcp.c | 479 struct fc_frame_header *fh; in fc_fcp_recv_data() 745 struct fc_frame_header *fh; in fc_fcp_abts_resp() 782 struct fc_frame_header *fh; in fc_fcp_recv() 855 struct fc_frame_header *fh; in fc_fcp_resp() 866 fh = (struct fc_frame_header *)fr_hdr(fp); in fc_fcp_resp() 1370 struct fc_frame_header *fh; in fc_tm_done() 1775 struct fc_frame_header *fh; in fc_fcp_srr_resp()
|
A D | fc_disc.c | 501 struct fc_frame_header *fh; in fc_disc_gpn_ft_resp() 595 if (fr_len(fp) < sizeof(struct fc_frame_header) + in fc_disc_gpn_id_resp()
|
/linux/drivers/target/tcm_fc/ |
A D | tfc_cmd.c | 184 struct fc_frame_header *fh; in ft_write_pending() 237 struct fc_frame_header *fh; in ft_recv_seq() 276 const struct fc_frame_header *fh; in ft_send_resp_status() 467 struct fc_frame_header *fh = fc_frame_header_get(fp); in ft_recv_req() 493 struct fc_frame_header *fh = fc_frame_header_get(cmd->req_frame); in ft_send_work()
|
A D | tfc_io.c | 201 struct fc_frame_header *fh; in ft_recv_write_data()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_fcoe.c | 390 struct fc_frame_header *fh; in ixgbe_fcoe_ddp() 404 fh = (struct fc_frame_header *)(skb->data + in ixgbe_fcoe_ddp() 407 fh = (struct fc_frame_header *)(skb->data + in ixgbe_fcoe_ddp() 493 struct fc_frame_header *fh; in ixgbe_fso() 558 fh = (struct fc_frame_header *)skb_transport_header(skb); in ixgbe_fso() 568 sizeof(struct fc_frame_header); in ixgbe_fso() 586 sizeof(struct fc_frame_header); in ixgbe_fso()
|
/linux/include/uapi/scsi/fc/ |
A D | fc_fs.h | 21 struct fc_frame_header { struct
|
/linux/drivers/scsi/fcoe/ |
A D | fcoe_ctlr.c | 367 return fip->lp->mfs + sizeof(struct fc_frame_header) + in fcoe_ctlr_fcoe_size() 612 struct fc_frame_header *fh; in fcoe_ctlr_encaps() 619 fh = (struct fc_frame_header *)skb->data; in fcoe_ctlr_encaps() 701 struct fc_frame_header *fh; in fcoe_ctlr_els_send() 707 fh = (struct fc_frame_header *)skb->data; in fcoe_ctlr_els_send() 1141 struct fc_frame_header *fh = NULL; in fcoe_ctlr_recv_els() 1225 fh = (struct fc_frame_header *)(els + 1); in fcoe_ctlr_recv_els() 1679 struct fc_frame_header *fh; in fcoe_ctlr_flogi_send_locked() 1694 fh = (struct fc_frame_header *)skb->data; in fcoe_ctlr_flogi_send_locked() 1908 struct fc_frame_header *fh; in fcoe_ctlr_recv_flogi()
|
A D | fcoe.c | 896 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_oem_match() 1340 struct fc_frame_header *fh; in fcoe_rcv() 1385 fh = (struct fc_frame_header *) skb_transport_header(skb); in fcoe_rcv() 1477 struct fc_frame_header *fh; in fcoe_xmit() 1610 struct fc_frame_header *fh; in fcoe_filter_frames() 2626 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_elsct_send()
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_crtn.h | 26 struct fc_frame_header; 282 struct fc_frame_header *fc_hdr); 343 struct fc_frame_header *fc_hdr, bool aborted);
|