Searched refs:lmac_cnt (Results 1 – 2 of 2) sorted by relevance
267 if (vf >= nic->lmac_cnt) in nic_handle_mbx_intr()283 if (vf >= nic->lmac_cnt) in nic_handle_mbx_intr()390 int lmac, lmac_cnt = 0; in nic_set_lmac_vf_mapping() local406 lmac_cnt = bgx_get_lmac_count(nic->node, bgx); in nic_set_lmac_vf_mapping()407 debug("lmac_cnt: %d for BGX%d\n", lmac_cnt, bgx); in nic_set_lmac_vf_mapping()408 for (lmac = 0; lmac < lmac_cnt; lmac++) in nic_set_lmac_vf_mapping()411 nic->num_vf_en += lmac_cnt; in nic_set_lmac_vf_mapping()416 lmac_credit |= (((((48 * 1024) / lmac_cnt) - in nic_set_lmac_vf_mapping()419 for (; lmac < lmac_cnt + (bgx * MAX_LMAC_PER_BGX); lmac++) in nic_set_lmac_vf_mapping()
307 u8 lmac_cnt; member
Completed in 9 milliseconds