Home
last modified time | relevance | path

Searched refs:no_fcs (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c2027 skb->no_fcs = 1; in packet_sendmsg_spkt()
3023 skb->no_fcs = 1; in packet_snd()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c2064 skb->no_fcs = 1; in packet_sendmsg_spkt()
3075 skb->no_fcs = 1; in packet_snd()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/
H A De100.c1752 if (unlikely(skb->no_fcs)) in e100_xmit_prepare()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h676 * @no_fcs: Request NIC to treat last 4 bytes as Ethernet FCS
822 __u8 no_fcs:1; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/
H A De100.c1751 if (unlikely(skb->no_fcs)) in e100_xmit_prepare()
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h797 * @no_fcs: Request NIC to treat last 4 bytes as Ethernet FCS
959 __u8 no_fcs:1;
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3241 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3241 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5889 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A Digb_main.c6070 cmd_type ^= IGB_SET_FLAG(skb->no_fcs, 1, E1000_ADVTXD_DCMD_IFCS); in igb_tx_cmd_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5884 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A Digb_main.c6144 cmd_type ^= IGB_SET_FLAG(skb->no_fcs, 1, E1000_ADVTXD_DCMD_IFCS); in igb_tx_cmd_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_main.c1290 cmd_type ^= IGC_SET_FLAG(skb->no_fcs, 1, IGC_ADVTXD_DCMD_IFCS); in igc_tx_cmd_type()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8168 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8227 cmd_type ^= IXGBE_SET_FLAG(skb->no_fcs, 1, IXGBE_ADVTXD_DCMD_IFCS); in ixgbe_tx_cmd_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c471 if (unlikely(skb->no_fcs)) in bnxt_start_xmit()

Completed in 136 milliseconds