Searched defs:hpi_status (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c466 hpi_status_t hpi_status; local
489 hpi_status = hpi_pfc_set_mac_address(handle, slot, addr);
491 if (hpi_status != HPI_SUCCESS) {
539 hpi_status_t hpi_status; local
548 hpi_status = hpi_pfc_set_tcam_enable(handle, enable);
549 if (hpi_status != HPI_SUCCESS) {
563 hpi_status_t hpi_status; local
572 hpi_status = hpi_pfc_set_tcam_enable(handle, enable);
573 if (hpi_status != HPI_SUCCESS) {
1173 hpi_status_t hpi_status local
[all...]
H A Dhxge_rxdma.c3822 hpi_status_t hpi_status; local
3854 hpi_status = hpi_rxdma_cfg_rdc_enable(
3856 if (hpi_status != HPI_SUCCESS) {

Completed in 60 milliseconds