Home
last modified time | relevance | path

Searched refs:IXGBE_ADVTXD_PAYLEN_SHIFT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h268 #define IXGBE_ADVTXD_PAYLEN_SHIFT 14 /* Adv desc PAYLEN shift */ macro
H A Dixgbevf_main.c1031 cpu_to_le32((len << IXGBE_ADVTXD_PAYLEN_SHIFT) | in ixgbevf_xmit_xdp_ring()
3938 __le32 olinfo_status = cpu_to_le32(paylen << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbevf_tx_olinfo_status()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c436 cpu_to_le32(desc.len << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbe_xmit_zc()
H A Dixgbe_type.h2932 #define IXGBE_ADVTXD_PAYLEN_SHIFT 14 /* Adv desc PAYLEN shift */ macro
H A Dixgbe_main.c8235 u32 olinfo_status = paylen << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_olinfo_status()
8649 cpu_to_le32(tx_head->bytecount << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbe_xmit_xdp_ring()