Searched refs:ICE_CTX_STORE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_common.c | 1227 ICE_CTX_STORE(ice_rlan_ctx, head, 13, 0), 1228 ICE_CTX_STORE(ice_rlan_ctx, cpuid, 8, 13), 1229 ICE_CTX_STORE(ice_rlan_ctx, base, 57, 32), 1230 ICE_CTX_STORE(ice_rlan_ctx, qlen, 13, 89), 1231 ICE_CTX_STORE(ice_rlan_ctx, dbuf, 7, 102), 1232 ICE_CTX_STORE(ice_rlan_ctx, hbuf, 5, 109), 1233 ICE_CTX_STORE(ice_rlan_ctx, dtype, 2, 114), 1234 ICE_CTX_STORE(ice_rlan_ctx, dsize, 1, 116), 1235 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117), 1236 ICE_CTX_STORE(ice_rlan_ctx, l2tsel, 1, 119), [all …]
|
| D | ice_lan_tx_rx.h | 436 #define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \ macro
|