Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-manage.c43 if (nc->state == NCSI_CHANNEL_ACTIVE && in ncsi_channel_is_last()
70 nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_report_link()
114 state != NCSI_CHANNEL_ACTIVE) { in ncsi_channel_monitor()
154 nc->state = NCSI_CHANNEL_ACTIVE; in ncsi_channel_monitor()
559 if (tmp != nc && tmp->state == NCSI_CHANNEL_ACTIVE) { in ncsi_suspend_channel()
946 if (nc->state != NCSI_CHANNEL_ACTIVE) in ncsi_update_tx_channel()
1163 nc->state = NCSI_CHANNEL_ACTIVE; in ncsi_configure_channel()
1570 case NCSI_CHANNEL_ACTIVE: in ncsi_process_next_channel()
1615 if (nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_kick_channels()
1904 if (nc->state == NCSI_CHANNEL_ACTIVE) { in ncsi_reset_dev()
H A Dncsi-aen.c153 nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_aen_handler_cr()
H A Dinternal.h220 #define NCSI_CHANNEL_ACTIVE 2 macro
H A Dncsi-netlink.c69 if (nc->state == NCSI_CHANNEL_ACTIVE) in ncsi_write_channel_info()