Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Dbxe.h1412 uint8_t pfunc_rel; /* function relative */ member
1416 #define SC_PORT(sc) (sc->pfunc_rel & 1)
1417 #define SC_FUNC(sc) (sc->pfunc_rel)
1419 #define SC_VN(sc) (sc->pfunc_rel >> 1)
Dbxe.c13212 sc->pfunc_rel = in bxe_get_function_num()
13218 sc->pfunc_abs = ((sc->pfunc_rel << 1) | sc->path_id); in bxe_get_function_num()
13220 sc->pfunc_abs = (sc->pfunc_rel | sc->path_id); in bxe_get_function_num()
13225 sc->pfunc_rel, sc->pfunc_abs, sc->path_id); in bxe_get_function_num()