Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c367 (void) hpi_pfc_set_l2_hash(hxgep->hpi_reg_handle, B_FALSE); in hxge_add_mcast_addr()
369 (void) hpi_pfc_set_l2_hash(hxgep->hpi_reg_handle, B_TRUE); in hxge_add_mcast_addr()
427 (void) hpi_pfc_set_l2_hash(hxgep->hpi_reg_handle, B_FALSE); in hxge_del_mcast_addr()
432 (void) hpi_pfc_set_l2_hash(hxgep->hpi_reg_handle, in hxge_del_mcast_addr()
664 (void) hpi_pfc_set_l2_hash(handle, B_FALSE); in hxge_pfc_config_init()
H A Dhpi_pfc.h108 hpi_status_t hpi_pfc_set_l2_hash(hpi_handle_t, boolean_t);
H A Dhpi_pfc.c211 hpi_pfc_set_l2_hash(hpi_handle_t handle, boolean_t l2_hash) in hpi_pfc_set_l2_hash() function