Searched refs:no_fcs (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/net/packet/ |
H A D | af_packet.c | 2027 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 D | af_packet.c | 2064 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 D | e100.c | 1752 if (unlikely(skb->no_fcs)) in e100_xmit_prepare()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 676 * @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 D | e100.c | 1751 if (unlikely(skb->no_fcs)) in e100_xmit_prepare()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 797 * @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 D | e1000_main.c | 3241 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 3241 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 5889 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 6070 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 D | netdev.c | 5884 if (unlikely(skb->no_fcs)) in e1000_xmit_frame()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 6144 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 D | igc_main.c | 1290 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 D | ixgbe_main.c | 8168 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 D | ixgbe_main.c | 8227 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 D | bnxt.c | 471 if (unlikely(skb->no_fcs)) in bnxt_start_xmit()
|
Completed in 136 milliseconds