Symbol: SC_ABS_FUNC
sys/dev/bxe/bxe.c
10517
SC_ABS_FUNC(sc) >> 1,
sys/dev/bxe/bxe.c
13259
val = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].e1hov_tag);
sys/dev/bxe/bxe.c
13292
val = MFCFG_RD(sc, func_ext_config[SC_ABS_FUNC(sc)].func_cfg);
sys/dev/bxe/bxe.c
13320
val = MFCFG_RD(sc, func_ext_config[SC_ABS_FUNC(sc)].func_cfg);
sys/dev/bxe/bxe.c
13342
e1hov_tag = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].e1hov_tag);
sys/dev/bxe/bxe.c
13343
func_config = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].config);
sys/dev/bxe/bxe.c
13344
niv_config = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].afex_config);
sys/dev/bxe/bxe.c
13508
mac_upper = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].mac_upper);
sys/dev/bxe/bxe.c
13523
val = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].e1hov_tag);
sys/dev/bxe/bxe.c
13545
mac_upper = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].mac_upper);
sys/dev/bxe/bxe.c
13595
MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].config);
sys/dev/bxe/bxe.c
13703
mac_hi = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].mac_upper);
sys/dev/bxe/bxe.c
13704
mac_lo = MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].mac_lower);
sys/dev/bxe/bxe.c
16651
return (base + (SC_ABS_FUNC(sc)) * stride);
sys/dev/bxe/bxe.c
16989
SC_ABS_FUNC(sc));
sys/dev/bxe/bxe.c
17024
if (abs_func_id == SC_ABS_FUNC(sc)) {
sys/dev/bxe/bxe.c
17034
bxe_pretend_func(sc, SC_ABS_FUNC(sc));
sys/dev/bxe/bxe.c
17188
bxe_pretend_func(sc, SC_ABS_FUNC(sc));
sys/dev/bxe/bxe.c
18025
BLOGD(sc, DBG_LOAD, "Cleanup after FLR PF[%d]\n", SC_ABS_FUNC(sc));
sys/dev/bxe/bxe.c
18935
bxe_pretend_func(sc, SC_ABS_FUNC(sc));
sys/dev/bxe/bxe.c
18987
bxe_pretend_func(sc, SC_ABS_FUNC(sc));
sys/dev/bxe/bxe.c
6722
val1 |= (1 << SC_ABS_FUNC(sc));
sys/dev/bxe/bxe.c
6754
val1 &= ~(1 << SC_ABS_FUNC(sc));
sys/dev/bxe/bxe.c
7925
MFCFG_RD(sc, func_mf_config[SC_ABS_FUNC(sc)].config);
sys/dev/bxe/bxe.h
1385
#define ABS_FUNC_ID(sc) SC_ABS_FUNC(sc)
sys/dev/bxe/ecore_sp.h
207
#define ECORE_ABS_FUNC_ID SC_ABS_FUNC