Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h268 #define IXGBE_ADVTXD_PAYLEN_SHIFT 14 /* Adv desc PAYLEN shift */ macro
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-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c431 cpu_to_le32(desc.len << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbe_xmit_zc()
Dixgbe_type.h2931 #define IXGBE_ADVTXD_PAYLEN_SHIFT 14 /* Adv desc PAYLEN shift */ macro
Dixgbe_main.c8262 u32 olinfo_status = paylen << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_olinfo_status()
8676 cpu_to_le32(tx_head->bytecount << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbe_xmit_xdp_ring()