Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_defs.h404 #define NXGE_VAL(x, y) (((y) & (x ## _MASK)) >> (x ## _SHIFT)) macro
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c467 *funcid_p = NXGE_VAL(DEV_FUNC_SR_FUNCID, sr.value); in npi_dev_func_sr_funcid_get()
501 *sr_p = NXGE_VAL(DEV_FUNC_SR_FUNCID, sr.value); in npi_dev_func_sr_sr_raw_get()
540 sr_impl = NXGE_VAL(DEV_FUNC_SR_FUNCID, sr.value); in npi_dev_func_sr_sr_get()