Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
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)
Dt4_hw.c8175 *smt_idx = (viid & FW_VIID_VIN_M) << 1; in t4_change_mac()
8177 *smt_idx = (viid & FW_VIID_VIN_M); in t4_change_mac()