Home
last modified time | relevance | path

Searched refs:npi_espc_num_macs_get (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.h100 npi_status_t npi_espc_num_macs_get(npi_handle_t, uint8_t *);
H A Dnpi_espc.c143 npi_espc_num_macs_get(npi_handle_t handle, uint8_t *data) in npi_espc_num_macs_get() function
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_espc.c97 npi_status = npi_espc_num_macs_get(handle, nmacs); in nxge_espc_num_macs_get()