Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_common.c699 ICE_CTX_STORE(ice_rlan_ctx, head, 13, 0),
700 ICE_CTX_STORE(ice_rlan_ctx, cpuid, 8, 13),
701 ICE_CTX_STORE(ice_rlan_ctx, base, 57, 32),
702 ICE_CTX_STORE(ice_rlan_ctx, qlen, 13, 89),
703 ICE_CTX_STORE(ice_rlan_ctx, dbuf, 7, 102),
704 ICE_CTX_STORE(ice_rlan_ctx, hbuf, 5, 109),
705 ICE_CTX_STORE(ice_rlan_ctx, dtype, 2, 114),
706 ICE_CTX_STORE(ice_rlan_ctx, dsize, 1, 116),
707 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117),
708 ICE_CTX_STORE(ice_rlan_ctx, l2tsel, 1, 119),
[all …]
Dice_common.h36 ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx,
Dice_lan_tx_rx.h265 struct ice_rlan_ctx { struct
Dice_main.c3994 struct ice_rlan_ctx rlan_ctx; in ice_setup_rx_ctx()