Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnic.h89 #define NIC_CPI_PER_BGX (NIC_CPI_COUNT / NIC_MAX_BGX) macro
H A Dnic_main.c701 cpi_base = (lmac * NIC_MAX_CPI_PER_LMAC) + (bgx * NIC_CPI_PER_BGX); in nic_config_cpi()