Home
last modified time | relevance | path

Searched refs:ice_txq_ctx_buf_t (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_common.h96 void ice_pack_txq_ctx(const struct ice_tlan_ctx *ctx, ice_txq_ctx_buf_t *buf);
H A Dice_adminq_cmd.h20 typedef struct __packed { u8 buf[ICE_TXQ_CTX_SZ]; } ice_txq_ctx_buf_t; typedef
2095 ice_txq_ctx_buf_t txq_ctx;
H A Dice_common.c1451 void ice_pack_txq_ctx(const struct ice_tlan_ctx *ctx, ice_txq_ctx_buf_t *buf) in ice_pack_txq_ctx()