Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_espc.c60 npi_status_t npi_status = NPI_SUCCESS; in nxge_espc_mac_addrs_get() local
69 if (npi_status != NPI_SUCCESS) { in nxge_espc_mac_addrs_get()
70 status = (NXGE_ERROR | npi_status); in nxge_espc_mac_addrs_get()
98 if (npi_status != NPI_SUCCESS) { in nxge_espc_num_macs_get()
99 status = (NXGE_ERROR | npi_status); in nxge_espc_num_macs_get()
118 if (npi_status != NPI_SUCCESS) { in nxge_espc_num_ports_get()
119 status = (NXGE_ERROR | npi_status); in nxge_espc_num_ports_get()
144 if (npi_status != NPI_SUCCESS) { in nxge_espc_phy_type_get()
145 status = (NXGE_ERROR | npi_status); in nxge_espc_phy_type_get()
196 if (npi_status != NPI_SUCCESS) { in nxge_espc_max_frame_sz_get()
[all …]
H A Dnxge_mac.c7562 npi_status_t npi_status = NPI_SUCCESS; in nxge_get_cl22_phy_id() local
7565 npi_status = npi_mac_mif_mii_read(handle, phy_port, NXGE_PHY_ID_REG_1, in nxge_get_cl22_phy_id()
7567 if (npi_status != NPI_SUCCESS) { in nxge_get_cl22_phy_id()
7572 npi_status = npi_mac_mif_mii_read(handle, phy_port, NXGE_PHY_ID_REG_2, in nxge_get_cl22_phy_id()
7574 if (npi_status != 0) { in nxge_get_cl22_phy_id()