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

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c26 u32 flex_ptype, dtype_cmd; local
36 flex_ptype = FIELD_PREP(I40E_TXD_FLTR_QW0_QINDEX_MASK, fdata->q_index);
38 flex_ptype |= FIELD_PREP(I40E_TXD_FLTR_QW0_FLEXOFF_MASK,
41 flex_ptype |= FIELD_PREP(I40E_TXD_FLTR_QW0_PCTYPE_MASK, fdata->pctype);
44 flex_ptype |= FIELD_PREP(I40E_TXD_FLTR_QW0_DEST_VSI_MASK,
66 fdir_desc->qindex_flex_ptype_vsi = cpu_to_le32(flex_ptype);
2910 u32 flex_ptype, dtype_cmd; local
2986 flex_ptype = FIELD_PREP(I40E_TXD_FLTR_QW0_QINDEX_MASK,
2988 flex_ptype |= (tx_flags & I40E_TX_FLAGS_IPV4) ?
2994 flex_ptype |
[all...]

Completed in 284 milliseconds