Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1943 u32 flex_ptype, dtype_cmd; in i40e_atr() local
2010 dtype_cmd = I40E_TX_DESC_DTYPE_FILTER_PROG; in i40e_atr()
2012 dtype_cmd |= (th->fin || th->rst) ? in i40e_atr()
2018 dtype_cmd |= I40E_FILTER_PROGRAM_DESC_DEST_DIRECT_PACKET_QINDEX << in i40e_atr()
2021 dtype_cmd |= I40E_FILTER_PROGRAM_DESC_FD_STATUS_FD_ID << in i40e_atr()
2024 dtype_cmd |= I40E_TXD_FLTR_QW1_CNT_ENA_MASK; in i40e_atr()
2025 dtype_cmd |= in i40e_atr()
2031 fdir_desc->dtype_cmd_cntindex = cpu_to_le32(dtype_cmd); in i40e_atr()