Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4fw_interface.h5639 #define S_FW_PORT_CAP_FC 6 macro
5641 #define V_FW_PORT_CAP_FC(x) ((x) << S_FW_PORT_CAP_FC)
5643 (((x) >> S_FW_PORT_CAP_FC) & M_FW_PORT_CAP_FC)
/freebsd-10-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h7043 #define S_FW_PORT_CAP_FC 6 macro
7045 #define V_FW_PORT_CAP_FC(x) ((x) << S_FW_PORT_CAP_FC)
7047 (((x) >> S_FW_PORT_CAP_FC) & M_FW_PORT_CAP_FC)