Home
last modified time | relevance | path

Searched refs:hpi_reg_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c76 handle = hxgep->hpi_reg_handle; in hxge_tcam_dump_entry()
201 handle = hxgep->hpi_reg_handle; in hxge_tcam_default_add_entry()
488 handle = hxgep->hpi_reg_handle; in hxge_pfc_set_mac_address()
520 handle = hxgep->hpi_reg_handle; in hxge_pfc_set_hash()
541 handle = hxgep->hpi_reg_handle; in hxge_pfc_config_tcam_enable()
565 handle = hxgep->hpi_reg_handle; in hxge_pfc_config_tcam_disable()
594 handle = hxgep->hpi_reg_handle; in hxge_cfg_tcam_ip_class_get()
650 handle = hxgep->hpi_reg_handle; in hxge_pfc_config_init()
691 handle = hxgep->hpi_reg_handle; in hxge_pfc_tcam_invalidate_all()
716 handle = hxgep->hpi_reg_handle; in hxge_pfc_tcam_init()
[all …]
H A Dhxge_impl.h111 #define HPI_REG_ACC_HANDLE_SET(hxgep, ah) (hxgep->hpi_reg_handle.regh = ah)
113 hxgep->hpi_reg_handle.is_vraddr = B_FALSE; \
116 hxgep->hpi_reg_handle.hxgep = (void *) hxgep; \
117 hxgep->hpi_reg_handle.regp = ap;
H A Dhxge.h300 hpi_handle_t hpi_reg_handle; member
H A Dhxge_ndd.c723 handle = hxgep->hpi_reg_handle; in hxge_param_set_vlan_ids()