Searched refs:fceof_saidx (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h237 __le32 fceof_saidx; member in struct:ixgbe_adv_tx_context_desc
H A Dixgbevf_main.c1011 context_desc->fceof_saidx = 0;
3751 u32 vlan_macip_lens, u32 fceof_saidx,
3766 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx);
3788 u32 fceof_saidx = 0; local
3854 fceof_saidx |= itd->pfsa;
3862 ixgbevf_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd,
3874 u32 fceof_saidx = 0; local
3910 fceof_saidx |= itd->pfsa;
3914 fceof_saidx, type_tucm
3750 ixgbevf_tx_ctxtdesc(struct ixgbevf_ring *tx_ring, u32 vlan_macip_lens, u32 fceof_saidx, u32 type_tucmd, u32 mss_l4len_idx) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c1284 u32 fceof_saidx, u32 type_tucmd, u32 mss_l4len_idx)
1298 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx);
1283 ixgbe_tx_ctxtdesc(struct ixgbe_ring *tx_ring, u32 vlan_macip_lens, u32 fceof_saidx, u32 type_tucmd, u32 mss_l4len_idx) argument
H A Dixgbe_main.c8094 u32 fceof_saidx = 0; local
8168 fceof_saidx |= itd->sa_idx;
8176 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd,
8188 u32 fceof_saidx = 0; local
8226 fceof_saidx |= itd->sa_idx;
8229 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, 0);
H A Dixgbe_type.h2895 __le32 fceof_saidx; member in struct:ixgbe_adv_tx_context_desc

Completed in 231 milliseconds