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

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c185 RES_SRQ_ALLOCATED, enumerator in enum:res_srq_states
1084 ret->com.state = RES_SRQ_ALLOCATED;
1378 else if (res->com.state != RES_SRQ_ALLOCATED)
1672 } else if (state == RES_SRQ_ALLOCATED) {
1677 } else if (state != RES_SRQ_HW || r->com.state != RES_SRQ_ALLOCATED) {
3608 err = srq_res_start_move_to(dev, slave, srqn, RES_SRQ_ALLOCATED, &srq);
4722 case RES_SRQ_ALLOCATED:
4748 state = RES_SRQ_ALLOCATED;

Completed in 83 milliseconds