Searched refs:lmac_count (Results 1 – 2 of 2) sorted by relevance
77 static int lmac_count __unused; /* Total no of LMACs in system */168 for (lmacid = 0; lmacid < bgx->lmac_count; lmacid++) { in thunder_bgx_attach()200 for (lmacid = 0; lmacid < bgx->lmac_count; lmacid++) in thunder_bgx_detach()286 return (bgx->lmac_count); in bgx_get_lmac_count()943 uint64_t lmac_count; in bgx_set_num_ports() local947 bgx->lmac_count = 4; in bgx_set_num_ports()952 bgx->lmac_count = 1; in bgx_set_num_ports()957 bgx->lmac_count = 2; in bgx_set_num_ports()962 bgx->lmac_count = 4; in bgx_set_num_ports()967 bgx->lmac_count = 1; in bgx_set_num_ports()[all …]
57 int lmac_count; member