Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h2193 #define FW_VIID_VIN_M 0x7F macro
2194 #define FW_VIID_VIN_G(x) (((x) >> FW_VIID_VIN_S) & FW_VIID_VIN_M)
Dt4_hw.c8206 *smt_idx = (viid & FW_VIID_VIN_M) << 1; in t4_change_mac()
8208 *smt_idx = (viid & FW_VIID_VIN_M); in t4_change_mac()