Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c548 hpi_status = hpi_pfc_set_tcam_enable(handle, enable); in hxge_pfc_config_tcam_enable()
572 hpi_status = hpi_pfc_set_tcam_enable(handle, enable); in hxge_pfc_config_tcam_disable()
663 (void) hpi_pfc_set_tcam_enable(handle, B_FALSE); in hxge_pfc_config_init()
727 rs = hpi_pfc_set_tcam_enable(handle, B_FALSE); in hxge_pfc_tcam_init()
H A Dhpi_pfc.h105 hpi_status_t hpi_pfc_set_tcam_enable(hpi_handle_t, boolean_t);
H A Dhpi_pfc.c193 hpi_pfc_set_tcam_enable(hpi_handle_t handle, boolean_t tcam) in hpi_pfc_set_tcam_enable() function