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 Dhpi_pfc.h107 hpi_status_t hpi_pfc_set_tcam_enable(hpi_handle_t, boolean_t);
H A Dhxge_pfc.c548 hpi_status = hpi_pfc_set_tcam_enable(handle, enable);
551 " hpi_pfc_set_tcam_enable: enable tcam failed"));
572 hpi_status = hpi_pfc_set_tcam_enable(handle, enable);
575 " hpi_pfc_set_tcam_enable: disable tcam failed"));
663 (void) hpi_pfc_set_tcam_enable(handle, B_FALSE);
727 rs = hpi_pfc_set_tcam_enable(handle, B_FALSE);
H A Dhpi_pfc.c193 hpi_pfc_set_tcam_enable(hpi_handle_t handle, boolean_t tcam) function

Completed in 63 milliseconds