Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h673 #define QLCNIC_MAX_MC_COUNT 38 macro
H A Dqlcnic_main.c2225 ahw->max_mc_count = QLCNIC_MAX_MC_COUNT; in qlcnic_82xx_set_mac_filter_count()
2227 count = (QLCNIC_MAX_UC_COUNT - QLCNIC_MAX_MC_COUNT) / in qlcnic_82xx_set_mac_filter_count()
2230 count = (QLCNIC_LB_MAX_FILTERS - QLCNIC_MAX_MC_COUNT) / in qlcnic_82xx_set_mac_filter_count()