Lines Matching refs:context_desc
1004 struct ixgbe_adv_tx_context_desc *context_desc; in ixgbevf_xmit_xdp_ring() local
1008 context_desc = IXGBEVF_TX_CTXTDESC(ring, 0); in ixgbevf_xmit_xdp_ring()
1009 context_desc->vlan_macip_lens = in ixgbevf_xmit_xdp_ring()
1011 context_desc->fceof_saidx = 0; in ixgbevf_xmit_xdp_ring()
1012 context_desc->type_tucmd_mlhl = in ixgbevf_xmit_xdp_ring()
1015 context_desc->mss_l4len_idx = 0; in ixgbevf_xmit_xdp_ring()
3747 struct ixgbe_adv_tx_context_desc *context_desc; in ixgbevf_tx_ctxtdesc() local
3750 context_desc = IXGBEVF_TX_CTXTDESC(tx_ring, i); in ixgbevf_tx_ctxtdesc()
3758 context_desc->vlan_macip_lens = cpu_to_le32(vlan_macip_lens); in ixgbevf_tx_ctxtdesc()
3759 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbevf_tx_ctxtdesc()
3760 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd); in ixgbevf_tx_ctxtdesc()
3761 context_desc->mss_l4len_idx = cpu_to_le32(mss_l4len_idx); in ixgbevf_tx_ctxtdesc()