Searched refs:pfunc_rel (Results 1 – 2 of 2) sorted by relevance
1415 uint8_t pfunc_rel; /* function relative */ member1419 #define SC_PORT(sc) (sc->pfunc_rel & 1)1420 #define SC_FUNC(sc) (sc->pfunc_rel)1422 #define SC_VN(sc) (sc->pfunc_rel >> 1)
13210 sc->pfunc_rel = in bxe_get_function_num()13216 sc->pfunc_abs = ((sc->pfunc_rel << 1) | sc->path_id); in bxe_get_function_num()13218 sc->pfunc_abs = (sc->pfunc_rel | sc->path_id); in bxe_get_function_num()13223 sc->pfunc_rel, sc->pfunc_abs, sc->path_id); in bxe_get_function_num()