Home
last modified time | relevance | path

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

/Linux-v5.4/net/ncsi/
Dncsi-manage.c482 if (ndp->flags & NCSI_DEV_HWA) in ncsi_suspend_channel()
928 if (ndp->flags & NCSI_DEV_HWA) in ncsi_configure_channel()
1249 ndp->flags &= ~NCSI_DEV_HWA; in ncsi_check_hwa()
1256 ndp->flags |= NCSI_DEV_HWA; in ncsi_check_hwa()
1260 ndp->flags &= ~NCSI_DEV_HWA; in ncsi_check_hwa()
Dinternal.h291 #define NCSI_DEV_HWA 2 /* Enabled HW arbitration */ macro
Dncsi-netlink.c610 if (ndp->flags & NCSI_DEV_HWA) { in ncsi_set_package_mask_nl()