Home
last modified time | relevance | path

Searched refs:pmf (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/sound/aoa/core/
DMakefile4 gpio-pmf.o \
/linux-3.4.99/drivers/net/fddi/skfp/
DMakefile8 ecm.o pcmplc.o pmf.o queue.o rmt.o \
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c166 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_stats_pmf_update()
215 if (!bp->link_vars.link_up || !bp->port.pmf) { in bnx2x_port_stats_init()
457 if (bp->port.pmf) in bnx2x_stats_start()
1014 if (bp->port.pmf) { in bnx2x_storm_stats_update()
1137 if (bp->port.pmf) in bnx2x_stats_update()
1225 if (bp->port.pmf) in bnx2x_stats_stop()
1233 if (bp->port.pmf) in bnx2x_stats_stop()
1288 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_port_stats_base_init()
1463 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
1517 if (bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
[all …]
Dbnx2x_cmn.c1595 bp->port.pmf || !CHIP_IS_E1x(bp)); in bnx2x_init_rss_pf()
1893 bp->port.pmf = 1; in bnx2x_nic_load()
1901 bp->port.pmf = 0; in bnx2x_nic_load()
1903 DP(NETIF_MSG_IFUP, "pmf %d\n", bp->port.pmf); in bnx2x_nic_load()
1997 if (bp->port.pmf) in bnx2x_nic_load()
2027 if (bp->port.pmf) in bnx2x_nic_load()
2087 bp->port.pmf = 0; in bnx2x_nic_load()
2195 bp->port.pmf = 0; in bnx2x_nic_unload()
Dbnx2x_ethtool.c896 if (!bp->port.pmf) in bnx2x_nway_reset()
1330 !bp->port.pmf) { in bnx2x_set_eeprom()
2352 if (!bp->port.pmf) { in bnx2x_set_phys_id()
Dbnx2x_main.c1411 if (bp->port.pmf) in bnx2x_hc_int_enable()
1463 if (bp->port.pmf) in bnx2x_igu_int_enable()
2448 if (bp->port.pmf) in bnx2x_cmng_fns_init()
2543 bp->port.pmf = 1; in bnx2x_pmf_update()
2544 DP(BNX2X_MSG_MCP, "pmf %d\n", bp->port.pmf); in bnx2x_pmf_update()
2875 if (bp->port.pmf) in bnx2x_pf_init()
3506 if ((attn & bp->link_vars.aeu_int_mask) && bp->port.pmf) { in bnx2x_attn_int_deasserted0()
3622 if ((bp->port.pmf == 0) && (val & DRV_STATUS_PMF)) in bnx2x_attn_int_deasserted3()
3625 if (bp->port.pmf && in bnx2x_attn_int_deasserted3()
7856 if (!bp->port.pmf) in bnx2x_func_wait_started()
[all …]
Dbnx2x_dcb.c989 bp->dcb_state, bp->port.pmf); in bnx2x_dcbx_init()
991 if (bp->dcb_state == BNX2X_DCB_STATE_ON && bp->port.pmf && in bnx2x_dcbx_init()
Dbnx2x.h903 u32 pmf; member