Home
last modified time | relevance | path

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

/freebsd/sys/dev/enetc/
H A Denetc_hw.h194 #define ENETC_PCAPR0_RXBDR(val) ((val) >> 24) macro
H A Dif_enetc.c273 *max_rx_nqueues = MIN(ENETC_PCAPR0_RXBDR(val), ENETC_MAX_QUEUES); in enetc_max_nqueues()