Searched refs:rlan_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_common.h112 ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx,
115 ice_read_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx,
H A Dice_lib.c1671 struct ice_rlan_ctx rlan_ctx = {0}; local
1683 rlan_ctx.base = rxq->rx_paddr >> 7;
1685 rlan_ctx.qlen = rxq->desc_count;
1687 rlan_ctx.dbuf = vsi->mbuf_sz >> ICE_RLAN_CTX_DBUF_S;
1690 rlan_ctx.dsize = 1;
1695 rlan_ctx.crcstrip = 1;
1697 rlan_ctx.l2tsel = 1;
1700 rlan_ctx.dtype = ICE_RX_DTYPE_NO_SPLIT;
1701 rlan_ctx.hsplit_0 = ICE_RLAN_RX_HSPLIT_0_NO_SPLIT;
1702 rlan_ctx
[all...]
H A Dice_common.c1376 * @rlan_ctx: pointer to the rxq context
1384 ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx, argument
1389 if (!rlan_ctx)
1392 rlan_ctx->prefena = 1;
1394 ice_set_ctx(hw, (u8 *)rlan_ctx, ctx_buf, ice_rlan_ctx_info);
1401 * @rlan_ctx: pointer to the rxq context
1408 ice_read_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx, argument
1414 if (!rlan_ctx)
1421 return ice_get_ctx(ctx_buf, (u8 *)rlan_ctx, ice_rlan_ctx_info);

Completed in 149 milliseconds