Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/bxe/
H A Dbxe.h1372 uint8_t pfunc_rel; /* function relative */ member
1376 #define SC_PORT(sc) (sc->pfunc_rel & 1)
1377 #define SC_FUNC(sc) (sc->pfunc_rel)
1379 #define SC_VN(sc) (sc->pfunc_rel >> 1)
H A Dbxe.c13113 sc->pfunc_rel = in bxe_get_function_num()
13119 sc->pfunc_abs = ((sc->pfunc_rel << 1) | sc->path_id); in bxe_get_function_num()
13121 sc->pfunc_abs = (sc->pfunc_rel | sc->path_id); in bxe_get_function_num()
13126 sc->pfunc_rel, sc->pfunc_abs, sc->path_id); in bxe_get_function_num()