Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c10612 pi->vin_mirror = G_FW_VIID_VIN(pi->viid_mirror); in t4_init_portmirror()
10746 pi->vin = G_FW_VIID_VIN(pi->viid); in t4_init_portinfo_viid()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6515 #define G_FW_VIID_VIN(x) (((x) >> S_FW_VIID_VIN) & M_FW_VIID_VIN) macro