Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h674 #define QLCNIC_MAX_MC_COUNT 38 macro
Dqlcnic_main.c2248 ahw->max_mc_count = QLCNIC_MAX_MC_COUNT; in qlcnic_82xx_set_mac_filter_count()
2250 count = (QLCNIC_MAX_UC_COUNT - QLCNIC_MAX_MC_COUNT) / in qlcnic_82xx_set_mac_filter_count()
2253 count = (QLCNIC_LB_MAX_FILTERS - QLCNIC_MAX_MC_COUNT) / in qlcnic_82xx_set_mac_filter_count()