Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4fw_interface.h5841 #define S_FW_PORT_CMD_PORTID 0 macro
5843 #define V_FW_PORT_CMD_PORTID(x) ((x) << S_FW_PORT_CMD_PORTID)
5845 (((x) >> S_FW_PORT_CMD_PORTID) & M_FW_PORT_CMD_PORTID)
/freebsd-10-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h7371 #define S_FW_PORT_CMD_PORTID 0 macro
7373 #define V_FW_PORT_CMD_PORTID(x) ((x) << S_FW_PORT_CMD_PORTID)
7375 (((x) >> S_FW_PORT_CMD_PORTID) & M_FW_PORT_CMD_PORTID)