Searched refs:PCIE_FW_MASTER_S (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h3072 #define PCIE_FW_MASTER_S 12 macro
3074 #define PCIE_FW_MASTER_V(x) ((x) << PCIE_FW_MASTER_S)
3075 #define PCIE_FW_MASTER_G(x) (((x) >> PCIE_FW_MASTER_S) & PCIE_FW_MASTER_M)

Completed in 114 milliseconds