Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h2195 #define FW_VIID_VIN_M 0x7F macro
2196 #define FW_VIID_VIN_G(x) (((x) >> FW_VIID_VIN_S) & FW_VIID_VIN_M)
H A Dt4_hw.c8177 *smt_idx = (viid & FW_VIID_VIN_M) << 1; in t4_change_mac()
8179 *smt_idx = (viid & FW_VIID_VIN_M); in t4_change_mac()