Home
last modified time | relevance | path

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

/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.c1030 cpu_to_le32((len << IXGBE_ADVTXD_PAYLEN_SHIFT) | in ixgbevf_xmit_xdp_ring()
3937 __le32 olinfo_status = cpu_to_le32(paylen << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbevf_tx_olinfo_status()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8263 u32 olinfo_status = paylen << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_olinfo_status()
8677 cpu_to_le32(tx_head->bytecount << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbe_xmit_xdp_ring()