Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c276 if (!sc->port.pmf || !sc->port.port_stx) { in bxe_stats_pmf_update()
287 dmae->src_addr_lo = (sc->port.port_stx >> 2); in bxe_stats_pmf_update()
298 dmae->src_addr_lo = ((sc->port.port_stx >> 2) + DMAE_LEN32_RD_MAX); in bxe_stats_pmf_update()
337 if (sc->port.port_stx) { in bxe_port_stats_init()
342 dmae->dst_addr_lo = sc->port.port_stx >> 2; in bxe_port_stats_init()
1359 if (sc->port.port_stx) { in bxe_port_stats_stop()
1370 dmae->dst_addr_lo = sc->port.port_stx >> 2; in bxe_port_stats_stop()
1481 if (!sc->port.pmf || !sc->port.port_stx) { in bxe_port_stats_base_init()
1493 dmae->dst_addr_lo = (sc->port.port_stx >> 2); in bxe_port_stats_base_init()
1606 sc->port.port_stx = SHMEM_RD(sc, port_mb[port].port_stx); in bxe_stats_init()
[all …]
H A Decore_hsi.h1656 uint32_t port_stx; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h689 u32 port_stx; member