Home
last modified time | relevance | path

Searched refs:pfunc_rel (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1102 uint8_t pfunc_rel; /* function relative */ member
1106 #define SC_PORT(sc) (sc->pfunc_rel & 1)
1107 #define SC_FUNC(sc) (sc->pfunc_rel)
1109 #define SC_VN(sc) (sc->pfunc_rel >> 1)
H A Dbnx2x.c7565 sc->pfunc_rel = 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()