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

/linux-master/drivers/infiniband/hw/mlx4/
H A Dmcg.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;
704 group->state = MCAST_IDLE;
709 while (!list_empty(&group->pending_list) && group->state == MCAST_IDLE) {
725 if (group->state == MCAST_IDLE) {
[all...]
/linux-master/drivers/infiniband/core/
H A Dmulticast.c84 MCAST_IDLE, enumerator in enum:mcast_group_state
213 if (group->state == MCAST_IDLE) {
482 group->state = MCAST_IDLE;
676 if (group->state == MCAST_IDLE) {
782 if (group->state == MCAST_IDLE) {

Completed in 119 milliseconds