Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-manage.c490 if (ndp->flags & NCSI_DEV_HWA) in ncsi_suspend_channel()
1007 if (ndp->flags & NCSI_DEV_HWA) in ncsi_configure_channel()
1343 ndp->flags &= ~NCSI_DEV_HWA; in ncsi_check_hwa()
1350 ndp->flags |= NCSI_DEV_HWA; in ncsi_check_hwa()
1354 ndp->flags &= ~NCSI_DEV_HWA; in ncsi_check_hwa()
H A Dinternal.h322 #define NCSI_DEV_HWA 2 /* Enabled HW arbitration */ macro
H A Dncsi-netlink.c614 if (ndp->flags & NCSI_DEV_HWA) { in ncsi_set_package_mask_nl()