Home
last modified time | relevance | path

Searched refs:ext_pools_num (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c728 (i < port->ext_pools_num && (i < FMAN_PORT_MAX_EXT_POOLS_NUM)); in fman_port_find_bpool()
896 max_bp_num = port->ext_pools_num; in fman_port_set_bpools()
1292 if (index == port->ext_pools_num || index == FMAN_PORT_MAX_EXT_POOLS_NUM) in fman_port_set_bpool_cnt_mode()
1466 if (index == port->ext_pools_num || index == FMAN_PORT_MAX_EXT_POOLS_NUM) in fman_port_get_bpool_counter()
1490 if (index == port->ext_pools_num || index == FMAN_PORT_MAX_EXT_POOLS_NUM) in fman_port_set_bpool_counter()
H A Dfm_port.c2616 p_FmPort->port.ext_pools_num = (uint8_t)((revInfo.majorRev == 4) ? 4 : 8); in FM_PORT_Init()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h438 uint8_t ext_pools_num; member