Home
last modified time | relevance | path

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

/freebsd/sys/dev/enetc/
H A Denetc.h132 #define ENETC_MAX_QUEUES 4 macro
H A Dif_enetc.c272 *max_tx_nqueues = MIN(ENETC_PCAPR0_TXBDR(val), ENETC_MAX_QUEUES); in enetc_max_nqueues()
273 *max_rx_nqueues = MIN(ENETC_PCAPR0_RXBDR(val), ENETC_MAX_QUEUES); in enetc_max_nqueues()