Searched refs:SKB_GSO_FCOE (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c500 if (skb_is_gso(skb) && (skb_shinfo(skb)->gso_type != SKB_GSO_FCOE)) {
501 dev_err(tx_ring->dev, "Wrong gso type %d:expecting SKB_GSO_FCOE\n",
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c1579 skb_shinfo(skb)->gso_type = SKB_GSO_FCOE;
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c393 skb_shinfo(skb)->gso_type = SKB_GSO_FCOE;
/linux-master/include/linux/
H A Dnetdevice.h4987 BUILD_BUG_ON(SKB_GSO_FCOE != (NETIF_F_FSO >> NETIF_F_GSO_SHIFT));
H A Dskbuff.h666 SKB_GSO_FCOE = 1 << 5, enumerator in enum:__anon79

Completed in 291 milliseconds