Home
last modified time | relevance | path

Searched refs:path_id (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore.h831 u8 path_id; member
H A Decore_sp_commands.c332 p_ramrod->path_id = ECORE_PATH_ID(p_hwfn); in ecore_sp_pf_start()
H A Decore_hsi_common.h1536 u8 path_id /* HW path ID (engine ID) */; member
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1104 uint8_t path_id; /* function absolute */ member
1105 #define SC_PATH(sc) (sc->path_id)
H A Dbnx2x.c7567 sc->path_id = in bnx2x_get_function_num()
7572 sc->pfunc_abs = ((sc->pfunc_rel << 1) | sc->path_id); in bnx2x_get_function_num()
7574 sc->pfunc_abs = (sc->pfunc_rel | sc->path_id); in bnx2x_get_function_num()
7579 sc->pfunc_rel, sc->pfunc_abs, sc->path_id); in bnx2x_get_function_num()
H A Decore_hsi.h6010 uint8_t path_id; member
H A Decore_sp.c5089 rdata->path_id = ECORE_PATH_ID(sc); in ecore_func_send_start()