Symbol: SC_FUNC
sys/dev/bxe/bxe.c
1008
int func = SC_FUNC(sc);
sys/dev/bxe/bxe.c
10168
((CHIP_IS_MODE_4_PORT(sc) ? SC_FUNC(sc) : SC_VN(sc)) * 4)),
sys/dev/bxe/bxe.c
10175
((CHIP_IS_MODE_4_PORT(sc) ? SC_FUNC(sc) : SC_VN(sc)) * 4)),
sys/dev/bxe/bxe.c
10189
func_init.pf_id = SC_FUNC(sc);
sys/dev/bxe/bxe.c
10190
func_init.func_id = SC_FUNC(sc);
sys/dev/bxe/bxe.c
10218
storm_memset_eq_data(sc, &eq_data, SC_FUNC(sc));
sys/dev/bxe/bxe.c
10500
SC_FUNC(sc),
sys/dev/bxe/bxe.c
10501
SC_FUNC(sc),
sys/dev/bxe/bxe.c
10511
SC_FUNC(sc),
sys/dev/bxe/bxe.c
10526
SC_FUNC(sc),
sys/dev/bxe/bxe.c
10527
SC_FUNC(sc),
sys/dev/bxe/bxe.c
1055
int func = SC_FUNC(sc);
sys/dev/bxe/bxe.c
10637
int func = SC_FUNC(sc);
sys/dev/bxe/bxe.c
11350
rxq_init->rss_engine_id = SC_FUNC(sc);
sys/dev/bxe/bxe.c
11351
rxq_init->mcast_engine_id = SC_FUNC(sc);
sys/dev/bxe/bxe.c
13902
int pfid = SC_FUNC(sc);
sys/dev/bxe/bxe.c
15264
REG_WR(sc, PGLUE_B_REG_WAS_ERROR_PF_7_0_CLR, 1 << SC_FUNC(sc));
sys/dev/bxe/bxe.c
15695
(SC_FUNC(sc) <= 5) ?
sys/dev/bxe/bxe.c
15696
(MISC_REG_DRIVER_CONTROL_1 + SC_FUNC(sc) * 8) :
sys/dev/bxe/bxe.c
15697
(MISC_REG_DRIVER_CONTROL_7 + (SC_FUNC(sc) - 6) * 8);
sys/dev/bxe/bxe.c
16556
bxe_igu_clear_sb_gen(sc, SC_FUNC(sc), idu_sb_id, TRUE /*PF*/);
sys/dev/bxe/bxe.c
17780
QM_REG_PF_USG_CNT_0 + 4*SC_FUNC(sc),
sys/dev/bxe/bxe.c
18039
if (bxe_send_final_clnup(sc, (uint8_t)SC_FUNC(sc), poll_cnt)) {
sys/dev/bxe/bxe.c
18072
int func = SC_FUNC(sc);
sys/dev/bxe/bxe.c
18277
dsb_idx = SC_FUNC(sc);
sys/dev/bxe/bxe.c
18359
USTORM_RECORD_SLOW_PATH_OFFSET(SC_FUNC(sc)), 1);
sys/dev/bxe/bxe.c
18361
TSTORM_RECORD_SLOW_PATH_OFFSET(SC_FUNC(sc)), 1);
sys/dev/bxe/bxe.c
18363
CSTORM_RECORD_SLOW_PATH_OFFSET(SC_FUNC(sc)), 1);
sys/dev/bxe/bxe.c
18365
XSTORM_RECORD_SLOW_PATH_OFFSET(SC_FUNC(sc)), 1);
sys/dev/bxe/bxe.c
18454
int func = SC_FUNC(sc);
sys/dev/bxe/bxe.c
2134
(SC_FUNC(sc) * sizeof(uint32_t))), 1);
sys/dev/bxe/bxe.c
2337
int func = SC_FUNC(sc);
sys/dev/bxe/bxe.c
2429
type |= ((SC_FUNC(sc) << SPE_HDR_T_FUNCTION_ID_SHIFT) &
sys/dev/bxe/bxe.c
3685
ramrod_param.func_id = SC_FUNC(sc);
sys/dev/bxe/bxe.c
5823
ilt->start_line = FUNC_ILT_BASE(SC_FUNC(sc));
sys/dev/bxe/bxe.c
7915
int func = SC_FUNC(sc);
sys/dev/bxe/bxe.c
8441
storm_memset_eq_prod(sc, prod, SC_FUNC(sc));
sys/dev/bxe/bxe.c
9427
CSTORM_SP_STATUS_BLOCK_DATA_OFFSET(SC_FUNC(sc)) +
sys/dev/bxe/bxe.c
9447
CSTORM_SP_STATUS_BLOCK_OFFSET(SC_FUNC(sc))),
sys/dev/bxe/bxe.c
9451
CSTORM_SP_SYNC_BLOCK_OFFSET(SC_FUNC(sc))),
sys/dev/bxe/bxe.c
9523
sb_data_e2.common.p_func.pf_id = SC_FUNC(sc);
sys/dev/bxe/bxe.c
9538
sb_data_e1x.common.p_func.pf_id = SC_FUNC(sc);
sys/dev/bxe/bxe.c
9649
SC_FUNC(sc),
sys/dev/bxe/bxe.c
9659
SC_FUNC(sc),
sys/dev/bxe/bxe.c
9737
USTORM_MEM_WORKAROUND_ADDRESS_OFFSET(SC_FUNC(sc))),
sys/dev/bxe/bxe.c
9741
USTORM_MEM_WORKAROUND_ADDRESS_OFFSET(SC_FUNC(sc)) + 4),
sys/dev/bxe/bxe.c
9779
int func = SC_FUNC(sc);
sys/dev/bxe/bxe.h
1384
#define FUNC_ID(sc) SC_FUNC(sc)
sys/dev/bxe/bxe.h
2017
GENERAL_ATTEN_OFFSET(LINK_SYNC_ATTENTION_BIT_FUNC_0 + SC_FUNC(sc))
sys/dev/bxe/bxe_stats.c
1552
cur_query_entry->funcID = htole16(SC_FUNC(sc));
sys/dev/bxe/bxe_stats.c
1565
cur_query_entry->funcID = htole16(SC_FUNC(sc));
sys/dev/bxe/bxe_stats.c
1585
cur_query_entry->funcID = htole16(SC_FUNC(sc));
sys/dev/bxe/ecore_init_ops.h
764
REG_WR(sc, start_reg + SC_FUNC(sc)*4,
sys/dev/bxe/ecore_sp.h
206
#define ECORE_FUNC_ID SC_FUNC