/linux-6.12.1/include/scsi/ |
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-6.12.1/drivers/scsi/elx/efct/ |
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()
|
D | efct_scsi.h | 201 efct_bls_send_rjt(struct efct_io *io, struct fc_frame_header *hdr);
|
/linux-6.12.1/drivers/scsi/qedf/ |
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() 471 if (sizeof(struct fc_frame_header) + resp_len > QEDF_PAGE_SIZE) { 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() 595 fh = (struct fc_frame_header *)fc_frame_header_get(fp); in qedf_srr_compl() [all …]
|
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-6.12.1/drivers/scsi/elx/libefc/ |
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);
|
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 …]
|
D | efc_device.h | 22 struct fc_frame_header *hdr,
|
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-6.12.1/drivers/scsi/bnx2fc/ |
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() 469 fh = (struct fc_frame_header *) fc_frame_header_get(fp); 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() [all …]
|
D | bnx2fc.h | 98 (BNX2FC_MAX_PAYLOAD + sizeof(struct fc_frame_header)) 389 struct fc_frame_header req_fc_hdr; 396 struct fc_frame_header resp_fc_hdr;
|
/linux-6.12.1/drivers/scsi/libfc/ |
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()
|
D | fc_exch.c | 265 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_exch_setup_hdr() 467 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_send_locked() 995 struct fc_frame_header *fh; in fc_exch_resp() 1042 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_lookup_recip() 1171 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_lookup_orig() 1278 struct fc_frame_header *rx_fh; in fc_seq_send_ack() 1279 struct fc_frame_header *fh; in fc_seq_send_ack() 1342 struct fc_frame_header *rx_fh; in fc_exch_send_ba_rjt() 1343 struct fc_frame_header *fh; in fc_exch_send_ba_rjt() 1415 struct fc_frame_header *fh; in fc_exch_recv_abts() [all …]
|
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()
|
D | fc_lport.c | 432 len = fr_len(in_fp) - sizeof(struct fc_frame_header); in fc_lport_recv_echo_req() 674 mfs -= sizeof(struct fc_frame_header); in fc_set_mfs() 799 struct fc_frame_header *fh; in fc_lport_recv_flogi_req() 947 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_lport_recv() 1119 struct fc_frame_header *fh; in fc_lport_ns_resp() 1195 struct fc_frame_header *fh; in fc_lport_ms_resp() 1738 struct fc_frame_header *fh; in fc_lport_flogi_resp() 1961 struct fc_frame_header *fh; in fc_lport_bsg_resp() 2025 struct fc_frame_header *fh; in fc_lport_els_request() 2084 struct fc_frame_header *fh; in fc_lport_ct_request()
|
D | fc_elsct.c | 82 struct fc_frame_header *fh; in fc_els_resp_type()
|
D | fc_fcp.c | 476 struct fc_frame_header *fh; in fc_fcp_recv_data() 740 struct fc_frame_header *fh; in fc_fcp_abts_resp() 777 struct fc_frame_header *fh; in fc_fcp_recv() 850 struct fc_frame_header *fh; in fc_fcp_resp() 861 fh = (struct fc_frame_header *)fr_hdr(fp); in fc_fcp_resp() 1365 struct fc_frame_header *fh; in fc_tm_done() 1771 struct fc_frame_header *fh; in fc_fcp_srr_resp()
|
D | fc_disc.c | 498 struct fc_frame_header *fh; in fc_disc_gpn_ft_resp() 592 if (fr_len(fp) < sizeof(struct fc_frame_header) + in fc_disc_gpn_id_resp()
|
/linux-6.12.1/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 184 struct fc_frame_header *fh; in ft_write_pending() 232 struct fc_frame_header *fh; in ft_recv_seq() 271 const struct fc_frame_header *fh; in ft_send_resp_status() 462 struct fc_frame_header *fh = fc_frame_header_get(fp); in ft_recv_req() 488 struct fc_frame_header *fh = fc_frame_header_get(cmd->req_frame); in ft_send_work()
|
D | tfc_io.c | 201 struct fc_frame_header *fh; in ft_recv_write_data()
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
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-6.12.1/include/uapi/scsi/fc/ |
D | fc_fs.h | 21 struct fc_frame_header { struct
|
/linux-6.12.1/drivers/scsi/fcoe/ |
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() 1139 struct fc_frame_header *fh = NULL; in fcoe_ctlr_recv_els() 1222 fh = (struct fc_frame_header *)(els + 1); in fcoe_ctlr_recv_els() 1671 struct fc_frame_header *fh; in fcoe_ctlr_flogi_send_locked() 1686 fh = (struct fc_frame_header *)skb->data; in fcoe_ctlr_flogi_send_locked() 1900 struct fc_frame_header *fh; in fcoe_ctlr_recv_flogi()
|
D | fcoe.c | 897 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_oem_match() 1341 struct fc_frame_header *fh; in fcoe_rcv() 1386 fh = (struct fc_frame_header *) skb_transport_header(skb); in fcoe_rcv() 1477 struct fc_frame_header *fh; in fcoe_xmit() 1607 struct fc_frame_header *fh; in fcoe_filter_frames() 2617 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_elsct_send()
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_crtn.h | 26 struct fc_frame_header; 294 struct fc_frame_header *fc_hdr); 355 struct fc_frame_header *fc_hdr, bool aborted);
|