/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 666 struct fcoe_hdr *fcoe_hdr; in fnic_import_rq_eth_pkt() local 698 fcoe_hdr = (struct fcoe_hdr *)skb->data; in fnic_import_rq_eth_pkt() 699 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt() 704 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt() 705 skb_pull(skb, sizeof(struct fcoe_hdr)); in fnic_import_rq_eth_pkt() 1080 struct fcoe_hdr *fcoe_hdr; in fnic_send_frame() local 1094 eth_hdr_len = sizeof(*vlan_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame() [all...] |
H A D | fnic_trace.c | 694 sizeof(struct fcoe_hdr); in fnic_fc_trace_set_data() 802 int fcoehdr_len = sizeof(struct fcoe_hdr); in copy_and_format_trace_data()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_fcoe.c | 43 struct fcoe_hdr *fcoeh = (struct fcoe_hdr *)skb_network_header(skb); in cxgb_fcoe_sof_eof_supported()
|
H A D | sge.c | 1263 skb_set_transport_header(skb, skb->mac_len + sizeof(struct fcoe_hdr)); in cxgb_fcoe_offload()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_fcoe.c | 43 struct fcoe_hdr *fcoeh = (struct fcoe_hdr *)skb_network_header(skb); in cxgb_fcoe_sof_eof_supported()
|
H A D | sge.c | 1263 skb_set_transport_header(skb, skb->mac_len + sizeof(struct fcoe_hdr)); in cxgb_fcoe_offload()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 656 struct fcoe_hdr *fcoe_hdr; in fnic_import_rq_eth_pkt() local 688 fcoe_hdr = (struct fcoe_hdr *)skb->data; in fnic_import_rq_eth_pkt() 689 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt() 694 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt() 695 skb_pull(skb, sizeof(struct fcoe_hdr)); in fnic_import_rq_eth_pkt() 1070 struct fcoe_hdr *fcoe_hdr; in fnic_send_frame() local 1084 eth_hdr_len = sizeof(*vlan_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame() [all...] |
H A D | fnic_trace.c | 680 sizeof(struct fcoe_hdr); in fnic_fc_trace_set_data() 786 int fcoehdr_len = sizeof(struct fcoe_hdr); in copy_and_format_trace_data()
|
/kernel/linux/linux-5.10/include/scsi/fc/ |
H A D | fc_fcoe.h | 39 struct fcoe_hdr { struct
|
/kernel/linux/linux-6.6/include/scsi/fc/ |
H A D | fc_fcoe.h | 39 struct fcoe_hdr { struct
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe.c | 730 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config() 1386 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in fcoe_rcv() 1487 struct fcoe_hdr *hp; in fcoe_xmit() 1508 hlen = sizeof(struct fcoe_hdr); in fcoe_xmit() 1574 hp = (struct fcoe_hdr *)(eh + 1); in fcoe_xmit() 1664 struct fcoe_hdr *hp; in fcoe_recv_frame() 1687 hp = (struct fcoe_hdr *) skb_network_header(skb); in fcoe_recv_frame() 1701 skb_pull(skb, sizeof(struct fcoe_hdr)); in fcoe_recv_frame() 1879 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) + in fcoe_device_notification()
|
H A D | fcoe_ctlr.c | 368 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 729 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config() 1385 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in fcoe_rcv() 1485 struct fcoe_hdr *hp; in fcoe_xmit() 1505 hlen = sizeof(struct fcoe_hdr); in fcoe_xmit() 1571 hp = (struct fcoe_hdr *)(eh + 1); in fcoe_xmit() 1654 struct fcoe_hdr *hp; in fcoe_recv_frame() 1677 hp = (struct fcoe_hdr *) skb_network_header(skb); in fcoe_recv_frame() 1693 skb_pull(skb, sizeof(struct fcoe_hdr)); in fcoe_recv_frame() 1868 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) + in fcoe_device_notification()
|
H A D | fcoe_ctlr.c | 368 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 405 sizeof(struct vlan_hdr) + sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp() 408 sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp() 509 sizeof(struct fcoe_hdr)); in ixgbe_fso() 512 sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; in ixgbe_fso()
|
H A D | ixgbe_main.c | 2406 sizeof(struct fcoe_hdr) - in ixgbe_clean_rx_irq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 405 sizeof(struct vlan_hdr) + sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp() 408 sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp() 509 sizeof(struct fcoe_hdr)); in ixgbe_fso() 512 sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; in ixgbe_fso()
|
H A D | ixgbe_main.c | 2400 sizeof(struct fcoe_hdr) - in ixgbe_clean_rx_irq()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 272 struct fcoe_hdr *hp; in bnx2fc_xmit() 334 hlen = sizeof(struct fcoe_hdr); in bnx2fc_xmit() 384 hp = (struct fcoe_hdr *)(eh + 1); in bnx2fc_xmit() 461 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in bnx2fc_rcv() 518 struct fcoe_hdr *hp; in bnx2fc_recv_frame() 536 hp = (struct fcoe_hdr *) skb_network_header(skb); in bnx2fc_recv_frame() 538 skb_pull(skb, sizeof(struct fcoe_hdr)); in bnx2fc_recv_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 274 struct fcoe_hdr *hp; in bnx2fc_xmit() 335 hlen = sizeof(struct fcoe_hdr); in bnx2fc_xmit() 385 hp = (struct fcoe_hdr *)(eh + 1); in bnx2fc_xmit() 460 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in bnx2fc_rcv() 516 struct fcoe_hdr *hp; in bnx2fc_recv_frame() 534 hp = (struct fcoe_hdr *) skb_network_header(skb); in bnx2fc_recv_frame() 536 skb_pull(skb, sizeof(struct fcoe_hdr)); in bnx2fc_recv_frame()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 1065 struct fcoe_hdr *hp; in qedf_xmit() 1156 hlen = sizeof(struct fcoe_hdr); in qedf_xmit() 1211 hp = (struct fcoe_hdr *)(eh + 1); in qedf_xmit() 2466 struct fcoe_hdr *hp; in qedf_recv_frame() 2484 hp = (struct fcoe_hdr *)skb->data; in qedf_recv_frame() 2486 skb_pull(skb, sizeof(struct fcoe_hdr)); in qedf_recv_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 1066 struct fcoe_hdr *hp; in qedf_xmit() 1156 hlen = sizeof(struct fcoe_hdr); in qedf_xmit() 1211 hp = (struct fcoe_hdr *)(eh + 1); in qedf_xmit() 2468 struct fcoe_hdr *hp; in qedf_recv_frame() 2486 hp = (struct fcoe_hdr *)skb->data; in qedf_recv_frame() 2488 skb_pull(skb, sizeof(struct fcoe_hdr)); in qedf_recv_frame()
|