Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c27 u32 flex_ptype, dtype_cmd; in i40e_fdir() local
37 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() local
2883 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 …]