Home
last modified time | relevance | path

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

/Linux-v4.19/net/ncsi/
Dncsi-aen.c86 !(state == NCSI_CHANNEL_ACTIVE && !(data & 0x1))) in ncsi_aen_handler_lsc()
90 state == NCSI_CHANNEL_ACTIVE) in ncsi_aen_handler_lsc()
114 nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_aen_handler_cr()
Dncsi-manage.c49 nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_report_link()
92 state != NCSI_CHANNEL_ACTIVE) { in ncsi_channel_monitor()
129 nc->state = NCSI_CHANNEL_ACTIVE; in ncsi_channel_monitor()
814 nc->state = NCSI_CHANNEL_ACTIVE; in ncsi_configure_channel()
1205 case NCSI_CHANNEL_ACTIVE: in ncsi_process_next_channel()
1314 if (nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_kick_channels()
Dinternal.h179 #define NCSI_CHANNEL_ACTIVE 2 macro
Dncsi-netlink.c69 if (nc->state == NCSI_CHANNEL_ACTIVE) in ncsi_write_channel_info()