Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h66 #define NIC_MAX_TL4 1024 macro
76 #define NIC_TL4_PER_BGX (NIC_MAX_TL4 / NIC_MAX_BGX)
77 #define NIC_TL4_PER_LMAC (NIC_MAX_TL4 / NIC_CHANS_PER_INF)
Dnic_main.c518 tl3 = tl4 / (NIC_MAX_TL4 / NIC_MAX_TL3); in nic_tx_channel_cfg()