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

/freebsd-13-stable/sys/dev/ice/
H A Dice_common.c1079 ICE_CTX_STORE(ice_rlan_ctx, head, 13, 0),
1080 ICE_CTX_STORE(ice_rlan_ctx, cpuid, 8, 13),
1081 ICE_CTX_STORE(ice_rlan_ctx, base, 57, 32),
1082 ICE_CTX_STORE(ice_rlan_ctx, qlen, 13, 89),
1083 ICE_CTX_STORE(ice_rlan_ctx, dbuf, 7, 102),
1084 ICE_CTX_STORE(ice_rlan_ctx, hbuf, 5, 109),
1085 ICE_CTX_STORE(ice_rlan_ctx, dtype, 2, 114),
1086 ICE_CTX_STORE(ice_rlan_ctx, dsize, 1, 116),
1087 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117),
1088 ICE_CTX_STORE(ice_rlan_ct
[all...]
H A Dice_lan_tx_rx.h843 #define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \ macro
1071 ICE_CTX_STORE(ice_tx_cmpltnq, txq_id, 14, 0),
1072 ICE_CTX_STORE(ice_tx_cmpltnq, generation, 1, 15),
1073 ICE_CTX_STORE(ice_tx_cmpltnq, tx_head, 13, 16),
1074 ICE_CTX_STORE(ice_tx_cmpltnq, cmpl_type, 3, 29),
1107 ICE_CTX_STORE(ice_tx_drbell_fmt, txq_id, 14, 0),
1108 ICE_CTX_STORE(ice_tx_drbell_fmt, dd, 1, 14),
1109 ICE_CTX_STORE(ice_tx_drbell_fmt, rs, 1, 15),
1110 ICE_CTX_STORE(ice_tx_drbell_fmt, db, 32, 32),

Completed in 123 milliseconds