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

/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dt4fw_interface.h7681 #define S_PCIE_FW_MASTER 12 macro
7683 #define V_PCIE_FW_MASTER(x) ((x) << S_PCIE_FW_MASTER)
7684 #define G_PCIE_FW_MASTER(x) (((x) >> S_PCIE_FW_MASTER) & M_PCIE_FW_MASTER)
/freebsd-11.0-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8643 #define S_PCIE_FW_MASTER 12 macro
8645 #define V_PCIE_FW_MASTER(x) ((x) << S_PCIE_FW_MASTER)
8646 #define G_PCIE_FW_MASTER(x) (((x) >> S_PCIE_FW_MASTER) & M_PCIE_FW_MASTER)

Completed in 157 milliseconds