Home
last modified time | relevance | path

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

/net/ncsi/
Dncsi-aen.c86 if (!(ndp->flags & NCSI_DEV_HWA) && in ncsi_aen_handler_lsc()
155 if (!(ndp->flags & NCSI_DEV_HWA) && !(ncm->data[3] & 0x1)) in ncsi_aen_handler_hncdsc()
Dncsi-manage.c232 if (!(ndp->flags & NCSI_DEV_HWA)) { in ncsi_channel_monitor()
572 if (ndp->flags & NCSI_DEV_HWA) in ncsi_suspend_channel()
780 if (ndp->flags & NCSI_DEV_HWA) in ncsi_configure_channel()
1023 ndp->flags &= ~NCSI_DEV_HWA; in ncsi_check_hwa()
1030 ndp->flags |= NCSI_DEV_HWA; in ncsi_check_hwa()
1034 ndp->flags &= ~NCSI_DEV_HWA; in ncsi_check_hwa()
1584 if (ndp->flags & NCSI_DEV_HWA) in ncsi_start_dev()
Dinternal.h270 #define NCSI_DEV_HWA 2 /* Enabled HW arbitration */ macro