Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc_pf.h7 #define ENETC_PF_NUM_RINGS 8 macro
Denetc_pf.c478 val = ENETC_PSICFGR0_SET_TXBDR(ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
479 val |= ENETC_PSICFGR0_SET_RXBDR(ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
481 if (unlikely(num_rings < ENETC_PF_NUM_RINGS)) { in enetc_port_si_configure()
486 num_rings, ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
497 num_rings -= ENETC_PF_NUM_RINGS; in enetc_port_si_configure()