Home
last modified time | relevance | path

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

/Linux-v4.19/net/ncsi/
Dncsi-manage.c115 if (!(ndp->flags & NCSI_DEV_HWA)) { in ncsi_channel_monitor()
447 if (ndp->flags & NCSI_DEV_HWA) in ncsi_suspend_channel()
659 if (ndp->flags & NCSI_DEV_HWA) in ncsi_configure_channel()
940 ndp->flags &= ~NCSI_DEV_HWA; in ncsi_check_hwa()
947 ndp->flags |= NCSI_DEV_HWA; in ncsi_check_hwa()
951 ndp->flags &= ~NCSI_DEV_HWA; in ncsi_check_hwa()
1509 if (ndp->flags & NCSI_DEV_HWA) { in ncsi_start_dev()
Dncsi-aen.c89 if (!(ndp->flags & NCSI_DEV_HWA) && in ncsi_aen_handler_lsc()
Dinternal.h270 #define NCSI_DEV_HWA 2 /* Enabled HW arbitration */ macro