Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c2676 val1 |= (1 << SC_ABS_FUNC(sc)); in bnx2x_set_pf_load()
2705 val1 &= ~(1 << SC_ABS_FUNC(sc)); in bnx2x_clear_pf_load()
3880 func_mf_config[SC_ABS_FUNC(sc)].config); in bnx2x_attn_int_deasserted3()
5790 SC_ABS_FUNC(sc) >> 1, in bnx2x_init_objs()
7929 MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].mac_upper); in bnx2x_get_mf_cfg_info()
8023 MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].config); in bnx2x_get_mf_cfg_info()
10005 return base + (SC_ABS_FUNC(sc)) * stride;
10149 "starting common init for func %d", SC_ABS_FUNC(sc));
10182 if (abs_func_id == SC_ABS_FUNC(sc)) {
10194 bnx2x_pretend_func(sc, SC_ABS_FUNC(sc));
[all …]
H A Dbnx2x.h1108 #define SC_ABS_FUNC(sc) (sc->pfunc_abs) macro
1115 #define ABS_FUNC_ID(sc) SC_ABS_FUNC(sc)
H A Decore_sp.h183 #define ECORE_ABS_FUNC_ID SC_ABS_FUNC