Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libcxgb4/src/
HDt4fw_interface.h3356 #define V_FW_HELLO_CMD_MASTERDIS(x) ((x) << S_FW_HELLO_CMD_MASTERDIS) macro
3359 #define F_FW_HELLO_CMD_MASTERDIS V_FW_HELLO_CMD_MASTERDIS(1U)
/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_interface.h3607 #define V_FW_HELLO_CMD_MASTERDIS(x) ((x) << S_FW_HELLO_CMD_MASTERDIS) macro
3610 #define F_FW_HELLO_CMD_MASTERDIS V_FW_HELLO_CMD_MASTERDIS(1U)
/NextBSD/sys/dev/cxgbe/common/
HDt4_hw.c4450 V_FW_HELLO_CMD_MASTERDIS(master == MASTER_CANT) | in t4_fw_hello()