Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h60 #define NIC_MAX_BGX MAX_BGX_PER_CN88XX macro
61 #define NIC_CPI_PER_BGX (NIC_CPI_COUNT / NIC_MAX_BGX)
63 #define NIC_RSSI_PER_BGX (NIC_RSSI_COUNT / NIC_MAX_BGX)
76 #define NIC_TL4_PER_BGX (NIC_MAX_TL4 / NIC_MAX_BGX)
Dnic_main.c283 for (bgx = 0; bgx < NIC_MAX_BGX; bgx++) { in nic_set_lmac_vf_mapping()