Searched refs:flex_ptype (Results 1 – 1 of 1) sorted by relevance
26 u32 flex_ptype, dtype_cmd; in i40e_fdir() local36 flex_ptype = I40E_TXD_FLTR_QW0_QINDEX_MASK & in i40e_fdir()39 flex_ptype |= I40E_TXD_FLTR_QW0_FLEXOFF_MASK & in i40e_fdir()42 flex_ptype |= I40E_TXD_FLTR_QW0_PCTYPE_MASK & in i40e_fdir()46 flex_ptype |= I40E_TXD_FLTR_QW0_DEST_VSI_MASK & in i40e_fdir()71 fdir_desc->qindex_flex_ptype_vsi = cpu_to_le32(flex_ptype); in i40e_fdir()2923 u32 flex_ptype, dtype_cmd; in i40e_atr() local2999 flex_ptype = (tx_ring->queue_index << I40E_TXD_FLTR_QW0_QINDEX_SHIFT) & in i40e_atr()3001 flex_ptype |= (tx_flags & I40E_TX_FLAGS_IPV4) ? in i40e_atr()3007 flex_ptype |= tx_ring->vsi->id << I40E_TXD_FLTR_QW0_DEST_VSI_SHIFT; in i40e_atr()[all …]