Home
last modified time | relevance | path

Searched refs:channel_queue (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ncsi/
H A Dncsi-manage.c155 list_add_tail_rcu(&nc->link, &ndp->channel_queue); in ncsi_channel_monitor()
877 list_for_each_entry_rcu(channel, &ndp->channel_queue, link) { in ncsi_channel_is_tx()
889 list_for_each_entry_rcu(channel, &ndp->channel_queue, link) in ncsi_channel_is_tx()
1183 list_add_tail_rcu(&nc->link, &ndp->channel_queue); in ncsi_configure_channel()
1273 &ndp->channel_queue); in ncsi_choose_active_channel()
1291 if (list_empty(&ndp->channel_queue) && found) { in ncsi_choose_active_channel()
1296 list_add_tail_rcu(&found->link, &ndp->channel_queue); in ncsi_choose_active_channel()
1545 nc = list_first_or_null_rcu(&ndp->channel_queue, in ncsi_process_next_channel()
1636 list_add_tail_rcu(&nc->link, &ndp->channel_queue); in ncsi_kick_channels()
1761 INIT_LIST_HEAD(&ndp->channel_queue); in ncsi_register_dev()
[all …]
H A Dncsi-aen.c97 list_add_tail_rcu(&nc->link, &ndp->channel_queue); in ncsi_aen_handler_lsc()
166 list_add_tail_rcu(&nc->link, &ndp->channel_queue); in ncsi_aen_handler_cr()
H A Dinternal.h337 struct list_head channel_queue; /* Config queue of channels */ member