Home
last modified time | relevance | path

Searched refs:fc_frame_header (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.1.9/include/scsi/
Dfc_frame.h149 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.1.9/drivers/scsi/elx/efct/
Defct_unsol.c43 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()
Defct_scsi.h201 efct_bls_send_rjt(struct efct_io *io, struct fc_frame_header *hdr);
/linux-6.1.9/drivers/scsi/elx/libefc/
Defc_els.h91 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);
Defc_device.c344 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 …]
Defc_device.h22 struct fc_frame_header *hdr,
Defc_node.c708 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.1.9/drivers/scsi/qedf/
Dqedf_els.c18 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 …]
Dqedf.h43 sizeof(struct fc_frame_header))
60 struct fc_frame_header req_fc_hdr;
67 struct fc_frame_header resp_fc_hdr;
/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc_els.c127 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 …]
Dbnx2fc.h98 (BNX2FC_MAX_PAYLOAD + sizeof(struct fc_frame_header))
394 struct fc_frame_header req_fc_hdr;
401 struct fc_frame_header resp_fc_hdr;
/linux-6.1.9/drivers/scsi/libfc/
Dfc_frame.c49 len += sizeof(struct fc_frame_header); in _fc_frame_alloc()
75 payload_len + sizeof(struct fc_frame_header)); in fc_frame_alloc_fill()
Dfc_exch.c265 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 …]
Dfc_libfc.c157 struct fc_frame_header *fh; in fc_fill_hdr()
158 struct fc_frame_header *in_fh; in fc_fill_hdr()
Dfc_lport.c426 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()
Dfc_elsct.c82 struct fc_frame_header *fh; in fc_els_resp_type()
Dfc_fcp.c471 struct fc_frame_header *fh; in fc_fcp_recv_data()
735 struct fc_frame_header *fh; in fc_fcp_abts_resp()
772 struct fc_frame_header *fh; in fc_fcp_recv()
845 struct fc_frame_header *fh; in fc_fcp_resp()
856 fh = (struct fc_frame_header *)fr_hdr(fp); in fc_fcp_resp()
1360 struct fc_frame_header *fh; in fc_tm_done()
1765 struct fc_frame_header *fh; in fc_fcp_srr_resp()
Dfc_disc.c501 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-6.1.9/drivers/target/tcm_fc/
Dtfc_cmd.c184 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()
Dtfc_io.c201 struct fc_frame_header *fh; in ft_recv_write_data()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c390 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.1.9/include/uapi/scsi/fc/
Dfc_fs.h21 struct fc_frame_header { struct
/linux-6.1.9/drivers/scsi/fcoe/
Dfcoe_ctlr.c367 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()
Dfcoe.c897 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.1.9/drivers/scsi/lpfc/
Dlpfc_crtn.h26 struct fc_frame_header;
295 struct fc_frame_header *fc_hdr);
356 struct fc_frame_header *fc_hdr, bool aborted);

12