Home
last modified time | relevance | path

Searched refs:lmac_count (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/net/octeontx2/
A Dcgx.c73 for (idx = 0; idx < cgx->lmac_count; idx++) { in nix_get_cgx_lmac()
158 if (!cgx || lmac_id >= cgx->lmac_count) in cgx_lmac_rx_tx_enable()
191 if (!cgx || lmac_id >= cgx->lmac_count) in cgx_lmac_internal_loopback()
219 cgx->lmac_count = cgx_read(cgx, 0, CGXX_CMR_RX_LMACS()); in cgx_lmac_init()
220 debug("%s: Found %d lmacs for cgx %d@%p\n", __func__, cgx->lmac_count, in cgx_lmac_init()
223 for (i = 0; i < cgx->lmac_count; i++) { in cgx_lmac_init()
277 for (i = 0; i < cgx->lmac_count; i++) in cgx_remove()
A Dcgx.h66 u8 lmac_count; member
/u-boot/drivers/net/octeontx/
A Dbgx.c60 int lmac_count; member
197 return bgx->lmac_count; in bgx_get_lmac_count()
1257 bgx->lmac_count = count; in bgx_init_hw()
1266 for (i = 0; i < bgx->lmac_count; i++) in bgx_init_hw()
1539 for (lmac = 0; lmac < bgx->lmac_count; lmac++) { in octeontx_bgx_probe()

Completed in 5 milliseconds