Home
last modified time | relevance | path

Searched refs:ENETC_PF_NUM_RINGS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.h7 #define ENETC_PF_NUM_RINGS 8 macro
H A Denetc_pf.c439 val = ENETC_PSICFGR0_SET_TXBDR(ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
440 val |= ENETC_PSICFGR0_SET_RXBDR(ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
442 if (unlikely(num_rings < ENETC_PF_NUM_RINGS)) { in enetc_port_si_configure()
447 num_rings, ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
458 num_rings -= ENETC_PF_NUM_RINGS; in enetc_port_si_configure()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.h7 #define ENETC_PF_NUM_RINGS 8 macro
H A Denetc_pf.c477 val = ENETC_PSICFGR0_SET_TXBDR(ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
478 val |= ENETC_PSICFGR0_SET_RXBDR(ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
480 if (unlikely(num_rings < ENETC_PF_NUM_RINGS)) { in enetc_port_si_configure()
485 num_rings, ENETC_PF_NUM_RINGS); in enetc_port_si_configure()
496 num_rings -= ENETC_PF_NUM_RINGS; in enetc_port_si_configure()

Completed in 5 milliseconds