Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h673 #define QLCNIC_MAX_MC_COUNT 38 macro
Dqlcnic_main.c2226 ahw->max_mc_count = QLCNIC_MAX_MC_COUNT; in qlcnic_82xx_set_mac_filter_count()
2228 count = (QLCNIC_MAX_UC_COUNT - QLCNIC_MAX_MC_COUNT) / in qlcnic_82xx_set_mac_filter_count()
2231 count = (QLCNIC_LB_MAX_FILTERS - QLCNIC_MAX_MC_COUNT) / in qlcnic_82xx_set_mac_filter_count()