Home
last modified time | relevance | path

Searched refs:port_stx (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c191 if (!sc->port.pmf || !sc->port.port_stx) { in bnx2x_stats_pmf_update()
202 dmae->src_addr_lo = (sc->port.port_stx >> 2); in bnx2x_stats_pmf_update()
252 if (sc->port.port_stx) { in bnx2x_port_stats_init()
257 dmae->dst_addr_lo = sc->port.port_stx >> 2; in bnx2x_port_stats_init()
1187 if (sc->port.port_stx) { in bnx2x_port_stats_stop()
1198 dmae->dst_addr_lo = sc->port.port_stx >> 2; in bnx2x_port_stats_stop()
1449 if (sc->port.pmf && sc->port.port_stx) in bnx2x_memset_stats()
1471 sc->port.port_stx = SHMEM_RD(sc, port_mb[port].port_stx); in bnx2x_stats_init()
1474 sc->port.port_stx = 0; in bnx2x_stats_init()
1479 sc->port.port_stx, sc->func_stx); in bnx2x_stats_init()
[all …]
H A Dbnx2x.h739 uint32_t port_stx; member
H A Decore_hsi.h1670 uint32_t port_stx; member
/f-stack/dpdk/drivers/net/qede/base/
H A Dmcp_public.h703 u32 port_stx; member