Searched refs:lmac_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/vnic/
H A Dthunder_bgx_var.h59 int lmac_count; member in struct:bgx
H A Dthunder_bgx.c82 static int lmac_count __unused; /* Total no of LMACs in system */
175 for (lmacid = 0; lmacid < bgx->lmac_count; lmacid++) {
207 for (lmacid = 0; lmacid < bgx->lmac_count; lmacid++)
293 return (bgx->lmac_count);
687 /* take lmac_count into account */
950 uint64_t lmac_count; local
954 bgx->lmac_count = 4;
959 bgx->lmac_count = 1;
964 bgx->lmac_count = 2;
969 bgx->lmac_count
[all...]

Completed in 62 milliseconds