Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c388 V_FW_VI_MAC_CMD_IDX(add ? FW_VI_MAC_ADD_MAC : in t4_mc_multicst()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4497 V_FW_VI_MAC_CMD_IDX(FW_VI_MAC_ADD_MAC)); in t4_alloc_mac_filt()
4574 V_FW_VI_MAC_CMD_SMAC_RESULT(mode) | V_FW_VI_MAC_CMD_IDX(idx)); in t4_change_mac()
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5053 #define V_FW_VI_MAC_CMD_IDX(x) ((x) << S_FW_VI_MAC_CMD_IDX) macro