Home
last modified time | relevance | path

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

/linux-4.1.27/net/packet/
Daf_packet.c1716 skb->no_fcs = 1; in packet_sendmsg_spkt()
2590 skb->no_fcs = 1; in packet_snd()
/linux-4.1.27/include/linux/
Dskbuff.h604 __u8 no_fcs:1; member
/linux-4.1.27/drivers/net/ethernet/intel/
De100.c1780 if (unlikely(skb->no_fcs)) in e100_xmit_prepare()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c3252 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5647 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c4803 cmd_type ^= IGB_SET_FLAG(skb->no_fcs, 1, E1000_ADVTXD_DCMD_IFCS); in igb_tx_cmd_type()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6938 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type()