Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnic.h94 #define NIC_MAX_TL4 1024 macro
104 #define NIC_TL4_PER_BGX (NIC_MAX_TL4 / NIC_MAX_BGX)
105 #define NIC_TL4_PER_LMAC (NIC_MAX_TL4 / NIC_CHANS_PER_INF)
H A Dnic_main.c846 tl3 = tl4 / (NIC_MAX_TL4 / NIC_MAX_TL3); in nic_tx_channel_cfg()