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

/freebsd-current/sys/dev/bxe/
H A Dbxe.h1372 uint8_t pfunc_rel; /* function relative */ member in struct:bxe_softc
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.c13118 sc->pfunc_rel =
13124 sc->pfunc_abs = ((sc->pfunc_rel << 1) | sc->path_id);
13126 sc->pfunc_abs = (sc->pfunc_rel | sc->path_id);
13131 sc->pfunc_rel, sc->pfunc_abs, sc->path_id);

Completed in 282 milliseconds