Home
last modified time | relevance | path

Searched refs:pmf (Results 1 – 3 of 3) 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()
241 if (!sc->link_vars.link_up || !sc->port.pmf) { in bnx2x_port_stats_init()
498 if (sc->port.pmf) { in bnx2x_stats_start()
1059 if (sc->port.pmf) { in bnx2x_storm_stats_update()
1154 if (sc->port.pmf) { in bnx2x_stats_update()
1237 if (sc->port.pmf) { in bnx2x_stats_stop()
1245 if (sc->port.pmf) { in bnx2x_stats_stop()
1305 if (!sc->port.pmf || !sc->port.port_stx) { in bnx2x_port_stats_base_init()
1449 if (sc->port.pmf && sc->port.port_stx) in bnx2x_memset_stats()
1534 if (sc->port.pmf && sc->port.port_stx) { in bnx2x_stats_init()
[all …]
H A Dbnx2x.c1659 if (!sc->port.pmf) { in bnx2x_func_wait_started()
2109 sc->port.pmf = 0; in bnx2x_nic_unload()
2809 sc->port.pmf = 1; in bnx2x_nic_load_pmf()
2812 sc->port.pmf = 0; in bnx2x_nic_load_pmf()
3694 sc->port.pmf = 1; in bnx2x_pmf_update()
5420 if (sc->port.pmf) { in bnx2x_cmng_fns_init()
5527 if (sc->port.pmf) { in bnx2x_pf_init()
5582 if (sc->port.pmf) { in bnx2x_hc_int_enable()
7375 if (sc->port.pmf) { in bnx2x_nic_load()
7401 if (sc->port.pmf) { in bnx2x_nic_load()
[all …]
H A Dbnx2x.h693 uint32_t pmf; member