Searched refs:cpi_count (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c476 u32 padd, cpi_count = 0; local
495 cpi_count = 1;
497 cpi_count = 8;
499 cpi_count = 16;
501 cpi_count = NIC_MAX_CPI_PER_LMAC;
514 for (; cpi < (cpi_base + cpi_count); cpi++) {
517 padd = cpi % cpi_count;

Completed in 145 milliseconds