Home
last modified time | relevance | path

Searched refs:NCSI_CHANNEL_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/ncsi/
Dncsi-manage.c41 if (nc->state == NCSI_CHANNEL_ACTIVE && in ncsi_channel_is_last()
68 nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_report_link()
111 state != NCSI_CHANNEL_ACTIVE) { in ncsi_channel_monitor()
146 nc->state = NCSI_CHANNEL_ACTIVE; in ncsi_channel_monitor()
549 if (tmp != nc && tmp->state == NCSI_CHANNEL_ACTIVE) { in ncsi_suspend_channel()
867 if (nc->state != NCSI_CHANNEL_ACTIVE) in ncsi_update_tx_channel()
1086 nc->state = NCSI_CHANNEL_ACTIVE; in ncsi_configure_channel()
1456 case NCSI_CHANNEL_ACTIVE: in ncsi_process_next_channel()
1501 if (nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_kick_channels()
1781 if (nc->state == NCSI_CHANNEL_ACTIVE) { in ncsi_reset_dev()
Dncsi-aen.c153 nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_aen_handler_cr()
Dinternal.h193 #define NCSI_CHANNEL_ACTIVE 2 macro
Dncsi-netlink.c69 if (nc->state == NCSI_CHANNEL_ACTIVE) in ncsi_write_channel_info()