Home
last modified time | relevance | path

Searched refs:num_rdma_q_entries (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h47 u16 num_rdma_q_entries[ICE_MAX_TRAFFIC_CLASS]; member
H A Dice_sched.c639 vsi_ctx->num_rdma_q_entries[tc] = new_numqs; in ice_alloc_rdma_q_ctx()
643 if (new_numqs > vsi_ctx->num_rdma_q_entries[tc]) { in ice_alloc_rdma_q_ctx()
644 u16 prev_num = vsi_ctx->num_rdma_q_entries[tc]; in ice_alloc_rdma_q_ctx()
654 vsi_ctx->num_rdma_q_entries[tc] = new_numqs; in ice_alloc_rdma_q_ctx()