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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1412 uint8_t pfunc_rel; /* function relative */ member in struct:bxe_softc
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)
H A Dbxe.c13203 sc->pfunc_rel =
13209 sc->pfunc_abs = ((sc->pfunc_rel << 1) | sc->path_id);
13211 sc->pfunc_abs = (sc->pfunc_rel | sc->path_id);
13216 sc->pfunc_rel, sc->pfunc_abs, sc->path_id);

Completed in 103 milliseconds