Searched refs:rxdid (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/intel/ice/ |
D | ice_lan_tx_rx.h | 116 u8 rxdid; /* descriptor builder profile ID */ member 156 u8 rxdid; member
|
D | ice_common.c | 10 #define ICE_PROG_FLEX_ENTRY(hw, rxdid, mdid, idx) \ argument 11 wr32((hw), GLFLXP_RXDID_FLX_WRD_##idx(rxdid), \ 18 #define ICE_PROG_FLG_ENTRY(hw, rxdid, flg_0, flg_1, flg_2, flg_3, idx) \ argument 19 wr32((hw), GLFLXP_RXDID_FLAGS(rxdid, idx), \
|
D | ice_lib.c | 18 u32 rxdid = ICE_RXDID_FLEX_NIC; in ice_setup_rx_ctx() local 74 regval |= (rxdid << QRXFLXP_CNTXT_RXDID_IDX_S) & in ice_setup_rx_ctx()
|
D | ice_txrx.c | 873 if (rx_desc->wb.rxdid != ICE_RXDID_FLEX_NIC) in ice_rx_hash()
|