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

/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c72 MCAST_IDLE, enumerator in enum:mcast_group_state
150 case MCAST_IDLE:
151 return "MCAST_IDLE";
306 group->state = MCAST_IDLE;
446 if (group->state != MCAST_IDLE &&
569 group->state = MCAST_IDLE;
576 group->state = MCAST_IDLE;
705 group->state = MCAST_IDLE;
710 while (!list_empty(&group->pending_list) && group->state == MCAST_IDLE) {
726 if (group->state == MCAST_IDLE) {
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c91 MCAST_IDLE, enumerator in enum:mcast_group_state
220 if (group->state == MCAST_IDLE) {
489 group->state = MCAST_IDLE;
681 if (group->state == MCAST_IDLE) {
777 if (group->state == MCAST_IDLE) {

Completed in 191 milliseconds