Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c35 u32 flex_ptype, dtype_cmd; in i40e_fdir() local
45 flex_ptype = I40E_TXD_FLTR_QW0_QINDEX_MASK & in i40e_fdir()
48 flex_ptype |= I40E_TXD_FLTR_QW0_FLEXOFF_MASK & in i40e_fdir()
51 flex_ptype |= I40E_TXD_FLTR_QW0_PCTYPE_MASK & in i40e_fdir()
54 flex_ptype |= I40E_TXD_FLTR_QW0_PCTYPE_MASK & in i40e_fdir()
58 flex_ptype |= I40E_TXD_FLTR_QW0_DEST_VSI_MASK & in i40e_fdir()
83 fdir_desc->qindex_flex_ptype_vsi = cpu_to_le32(flex_ptype); in i40e_fdir()
2674 u32 flex_ptype, dtype_cmd; in i40e_atr() local
2750 flex_ptype = (tx_ring->queue_index << I40E_TXD_FLTR_QW0_QINDEX_SHIFT) & in i40e_atr()
2752 flex_ptype |= (tx_flags & I40E_TX_FLAGS_IPV4) ? in i40e_atr()
[all …]