Home
last modified time | relevance | path

Searched refs:no_fcs (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/packet/
Daf_packet.c1937 skb->no_fcs = 1; in packet_sendmsg_spkt()
2810 skb->no_fcs = 1; in packet_snd()
/linux-4.4.14/include/linux/
Dskbuff.h630 __u8 no_fcs:1; member
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c1783 if (unlikely(skb->no_fcs)) in e100_xmit_prepare()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c3247 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c4799 cmd_type ^= IGB_SET_FLAG(skb->no_fcs, 1, E1000_ADVTXD_DCMD_IFCS); in igb_tx_cmd_type()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5796 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7119 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type()