Searched refs:flex_ptype (Results 1 – 1 of 1) sorted by relevance
27 u32 flex_ptype, dtype_cmd; in i40e_fdir() local37 flex_ptype = I40E_TXD_FLTR_QW0_QINDEX_MASK & in i40e_fdir()40 flex_ptype |= I40E_TXD_FLTR_QW0_FLEXOFF_MASK & in i40e_fdir()43 flex_ptype |= I40E_TXD_FLTR_QW0_PCTYPE_MASK & in i40e_fdir()47 flex_ptype |= I40E_TXD_FLTR_QW0_DEST_VSI_MASK & in i40e_fdir()72 fdir_desc->qindex_flex_ptype_vsi = cpu_to_le32(flex_ptype); in i40e_fdir()2807 u32 flex_ptype, dtype_cmd; in i40e_atr() local2883 flex_ptype = (tx_ring->queue_index << I40E_TXD_FLTR_QW0_QINDEX_SHIFT) & in i40e_atr()2885 flex_ptype |= (tx_flags & I40E_TX_FLAGS_IPV4) ? in i40e_atr()2891 flex_ptype |= tx_ring->vsi->id << I40E_TXD_FLTR_QW0_DEST_VSI_SHIFT; in i40e_atr()[all …]