Home
last modified time | relevance | path

Searched refs:fcoe_hdr (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/fnic/
Dfnic_fcs.c593 struct fcoe_hdr *fcoe_hdr; in fnic_import_rq_eth_pkt() local
621 fcoe_hdr = (struct fcoe_hdr *)skb->data; in fnic_import_rq_eth_pkt()
622 if (FC_FCOE_DECAPS_VER(fcoe_hdr) != FC_FCOE_VER) in fnic_import_rq_eth_pkt()
627 fr_sof(fp) = fcoe_hdr->fcoe_sof; in fnic_import_rq_eth_pkt()
628 skb_pull(skb, sizeof(struct fcoe_hdr)); in fnic_import_rq_eth_pkt()
972 struct fcoe_hdr *fcoe_hdr; in fnic_send_frame() local
986 eth_hdr_len = sizeof(*vlan_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame()
992 fcoe_hdr = (struct fcoe_hdr *)(vlan_hdr + 1); in fnic_send_frame()
994 eth_hdr_len = sizeof(*eth_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame()
997 fcoe_hdr = (struct fcoe_hdr *)(eth_hdr + 1); in fnic_send_frame()
[all …]
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c384 sizeof(struct vlan_hdr) + sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp()
387 sizeof(struct fcoe_hdr)); in ixgbe_fcoe_ddp()
483 sizeof(struct fcoe_hdr)); in ixgbe_fso()
486 sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; in ixgbe_fso()
Dixgbe_main.c1962 sizeof(struct fcoe_hdr) - in ixgbe_clean_rx_irq()
/drivers/scsi/fcoe/
Dfcoe.c694 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config()
1468 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in fcoe_rcv()
1590 struct fcoe_hdr *hp; in fcoe_xmit()
1611 hlen = sizeof(struct fcoe_hdr); in fcoe_xmit()
1680 hp = (struct fcoe_hdr *)(eh + 1); in fcoe_xmit()
1781 struct fcoe_hdr *hp; in fcoe_recv_frame()
1806 hp = (struct fcoe_hdr *) skb_network_header(skb); in fcoe_recv_frame()
1820 skb_pull(skb, sizeof(struct fcoe_hdr)); in fcoe_recv_frame()
2013 mfs = netdev->mtu - (sizeof(struct fcoe_hdr) + in fcoe_device_notification()
Dfcoe_ctlr.c337 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c252 struct fcoe_hdr *hp; in bnx2fc_xmit()
314 hlen = sizeof(struct fcoe_hdr); in bnx2fc_xmit()
364 hp = (struct fcoe_hdr *)(eh + 1); in bnx2fc_xmit()
439 skb_set_transport_header(skb, sizeof(struct fcoe_hdr)); in bnx2fc_rcv()
498 struct fcoe_hdr *hp; in bnx2fc_recv_frame()
514 hp = (struct fcoe_hdr *) skb_network_header(skb); in bnx2fc_recv_frame()
516 skb_pull(skb, sizeof(struct fcoe_hdr)); in bnx2fc_recv_frame()