Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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()
Dfc_encode.h42 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, in __fc_fill_fc_hdr()
65 struct fc_frame_header *fh; in fc_fill_fc_hdr()
/kernel/linux/linux-5.10/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.h46 sizeof(struct fc_frame_header))
63 struct fc_frame_header req_fc_hdr;
70 struct fc_frame_header resp_fc_hdr;
/kernel/linux/linux-5.10/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.h99 (BNX2FC_MAX_PAYLOAD + sizeof(struct fc_frame_header))
397 struct fc_frame_header req_fc_hdr;
404 struct fc_frame_header resp_fc_hdr;
/kernel/linux/linux-5.10/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.c266 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_exch_setup_hdr()
468 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_send_locked()
997 struct fc_frame_header *fh; in fc_exch_resp()
1044 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_lookup_recip()
1173 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_seq_lookup_orig()
1280 struct fc_frame_header *rx_fh; in fc_seq_send_ack()
1281 struct fc_frame_header *fh; in fc_seq_send_ack()
1344 struct fc_frame_header *rx_fh; in fc_exch_send_ba_rjt()
1345 struct fc_frame_header *fh; in fc_exch_send_ba_rjt()
1417 struct fc_frame_header *fh; in fc_exch_recv_abts()
[all …]
Dfc_lport.c423 len = fr_len(in_fp) - sizeof(struct fc_frame_header); in fc_lport_recv_echo_req()
665 mfs -= sizeof(struct fc_frame_header); in fc_set_mfs()
790 struct fc_frame_header *fh; in fc_lport_recv_flogi_req()
938 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_lport_recv()
1110 struct fc_frame_header *fh; in fc_lport_ns_resp()
1186 struct fc_frame_header *fh; in fc_lport_ms_resp()
1685 struct fc_frame_header *fh; in fc_lport_flogi_resp()
1881 struct fc_frame_header *fh; in fc_lport_bsg_resp()
1945 struct fc_frame_header *fh; in fc_lport_els_request()
2004 struct fc_frame_header *fh; in fc_lport_ct_request()
Dfc_libfc.c157 struct fc_frame_header *fh; in fc_fill_hdr()
158 struct fc_frame_header *in_fh; in fc_fill_hdr()
Dfc_elsct.c82 struct fc_frame_header *fh; in fc_els_resp_type()
Dfc_fcp.c479 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()
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()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
Dtfc_cmd.c185 struct fc_frame_header *fh; in ft_write_pending()
238 struct fc_frame_header *fh; in ft_recv_seq()
277 const struct fc_frame_header *fh; in ft_send_resp_status()
468 struct fc_frame_header *fh = fc_frame_header_get(fp); in ft_recv_req()
494 struct fc_frame_header *fh = fc_frame_header_get(cmd->req_frame); in ft_send_work()
Dtfc_io.c202 struct fc_frame_header *fh; in ft_recv_write_data()
/kernel/linux/linux-5.10/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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
Dfc_fs.h9 struct fc_frame_header { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
Dfc_fs.h22 struct fc_frame_header { struct
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
Dfc_fs.h21 struct fc_frame_header { struct
/kernel/linux/linux-5.10/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()
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()
Dfcoe.c898 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_oem_match()
1342 struct fc_frame_header *fh; in fcoe_rcv()
1387 fh = (struct fc_frame_header *) skb_transport_header(skb); in fcoe_rcv()
1479 struct fc_frame_header *fh; in fcoe_xmit()
1612 struct fc_frame_header *fh; in fcoe_filter_frames()
2629 struct fc_frame_header *fh = fc_frame_header_get(fp); in fcoe_elsct_send()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_crtn.h26 struct fc_frame_header;
255 struct fc_frame_header *fc_hdr);
317 struct fc_frame_header *fc_hdr, bool aborted);
Dlpfc_nvmet.c390 struct fc_frame_header *fc_hdr; in lpfc_nvmet_ctxbuf_post()
434 fc_hdr = (struct fc_frame_header *)(nvmebuf->hbuf.virt); in lpfc_nvmet_ctxbuf_post()
1862 struct fc_frame_header *fc_hdr) in lpfc_nvmet_rcv_unsol_abort()
1912 struct fc_frame_header *fc_hdr_tmp; in lpfc_nvmet_rcv_unsol_abort()
1923 fc_hdr_tmp = (struct fc_frame_header *) in lpfc_nvmet_rcv_unsol_abort()
2372 struct fc_frame_header *fc_hdr; in lpfc_nvmet_unsol_fcp_buffer()
2410 fc_hdr = (struct fc_frame_header *)(nvmebuf->hbuf.virt); in lpfc_nvmet_unsol_fcp_buffer()
Dlpfc_sli.c2806 struct fc_frame_header *fc_hdr; in lpfc_nvme_unsol_ls_handler()
13651 struct fc_frame_header *fc_hdr; in lpfc_sli4_sp_handle_rcqe()
13689 fc_hdr = (struct fc_frame_header *)dma_buf->hbuf.virt; in lpfc_sli4_sp_handle_rcqe()
14175 struct fc_frame_header *fc_hdr; in lpfc_sli4_nvmet_handle_rcqe()
14220 fc_hdr = (struct fc_frame_header *)dma_buf->hbuf.virt; in lpfc_sli4_nvmet_handle_rcqe()
17410 lpfc_fc_frame_check(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr) in lpfc_fc_frame_check()
17450 fc_hdr = &((struct fc_frame_header *)fc_vft_hdr)[1]; in lpfc_fc_frame_check()
17494 lpfc_fc_hdr_get_vfi(struct fc_frame_header *fc_hdr) in lpfc_fc_hdr_get_vfi()
17517 lpfc_fc_frame_to_vport(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr, in lpfc_fc_frame_to_vport()
17660 struct fc_frame_header *new_hdr; in lpfc_fc_frame_add()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dfnic_fcs.c309 struct fc_frame_header *fh = NULL; in is_fnic_fip_flogi_reject()
348 fh = (struct fc_frame_header *)(els + 1); in is_fnic_fip_flogi_reject()
1081 struct fc_frame_header *fh; in fnic_send_frame()

12