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

/freebsd-current/sys/dev/ice/
H A Dice_switch.h77 u16 num_rdma_q_entries[ICE_MAX_TRAFFIC_CLASS]; member in struct:ice_vsi_ctx
H A Dice_sched.c649 vsi_ctx->num_rdma_q_entries[tc] = new_numqs;
653 if (new_numqs > vsi_ctx->num_rdma_q_entries[tc]) {
654 u16 prev_num = vsi_ctx->num_rdma_q_entries[tc];
664 vsi_ctx->num_rdma_q_entries[tc] = new_numqs;

Completed in 105 milliseconds