/kernel/linux/linux-5.10/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()
|
D | fc_encode.h | 42 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/ |
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 | 46 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/ |
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 | 99 (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/ |
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 | 266 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 …]
|
D | fc_lport.c | 423 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()
|
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_elsct.c | 82 struct fc_frame_header *fh; in fc_els_resp_type()
|
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()
|
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()
|
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 185 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()
|
D | tfc_io.c | 202 struct fc_frame_header *fh; in ft_recv_write_data()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/ |
D | fc_fs.h | 9 struct fc_frame_header { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/ |
D | fc_fs.h | 22 struct fc_frame_header { struct
|
/kernel/linux/linux-5.10/include/uapi/scsi/fc/ |
D | fc_fs.h | 21 struct fc_frame_header { struct
|
/kernel/linux/linux-5.10/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() 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()
|
D | fcoe.c | 898 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/ |
D | lpfc_crtn.h | 26 struct fc_frame_header; 255 struct fc_frame_header *fc_hdr); 317 struct fc_frame_header *fc_hdr, bool aborted);
|
D | lpfc_nvmet.c | 390 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()
|
D | lpfc_sli.c | 2806 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/ |
D | fnic_fcs.c | 309 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()
|