Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h673 #define QLCNIC_MAX_MC_COUNT 38 macro
H A Dqlcnic_main.c2229 ahw->max_mc_count = QLCNIC_MAX_MC_COUNT; in qlcnic_82xx_set_mac_filter_count()
2231 count = (QLCNIC_MAX_UC_COUNT - QLCNIC_MAX_MC_COUNT) / in qlcnic_82xx_set_mac_filter_count()
2234 count = (QLCNIC_LB_MAX_FILTERS - QLCNIC_MAX_MC_COUNT) / in qlcnic_82xx_set_mac_filter_count()