Searched refs:ice_rlan_ctx (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 1396 ICE_CTX_STORE(ice_rlan_ctx, head, 13, 0), 1397 ICE_CTX_STORE(ice_rlan_ctx, cpuid, 8, 13), 1398 ICE_CTX_STORE(ice_rlan_ctx, base, 57, 32), 1399 ICE_CTX_STORE(ice_rlan_ctx, qlen, 13, 89), 1400 ICE_CTX_STORE(ice_rlan_ctx, dbuf, 7, 102), 1401 ICE_CTX_STORE(ice_rlan_ctx, hbuf, 5, 109), 1402 ICE_CTX_STORE(ice_rlan_ctx, dtype, 2, 114), 1403 ICE_CTX_STORE(ice_rlan_ctx, dsize, 1, 116), 1404 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117), 1405 ICE_CTX_STORE(ice_rlan_ctx, l2tsel, 1, 119), [all …]
|
H A D | ice_lan_tx_rx.h | 387 struct ice_rlan_ctx { struct
|
H A D | ice_common.h | 78 int ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx,
|
H A D | ice_base.c | 386 struct ice_rlan_ctx rlan_ctx; in ice_setup_rx_ctx()
|