Home
last modified time | relevance | path

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

/freebsd/sys/dev/enetc/
H A Denetc_hw.h195 #define ENETC_PCAPR0_TXBDR(val) (((val) >> 16) & 0xff) macro
H A Dif_enetc.c272 *max_tx_nqueues = MIN(ENETC_PCAPR0_TXBDR(val), ENETC_MAX_QUEUES); in enetc_max_nqueues()