Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/nvidia/
Dforcedeth.c143 #define NVREG_XMITCTL_MGMT_SEMA_FREE 0x0 macro
5386 if (mgmt_sema == NVREG_XMITCTL_MGMT_SEMA_FREE) in nv_mgmt_acquire_sema()
5391 if (mgmt_sema != NVREG_XMITCTL_MGMT_SEMA_FREE) in nv_mgmt_acquire_sema()
5402 ((tx_ctrl & NVREG_XMITCTL_MGMT_SEMA_MASK) == NVREG_XMITCTL_MGMT_SEMA_FREE)) { in nv_mgmt_acquire_sema()