Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.c152 if (hpi_vmac_rx_config(handle, INIT, xconfig, in hxge_rx_vmac_init()
240 rv = hpi_vmac_rx_config(handle, ENABLE, CFG_VMAC_RX_EN, 0); in hxge_rx_vmac_enable()
273 rv = hpi_vmac_rx_config(handle, DISABLE, CFG_VMAC_RX_EN, 0); in hxge_rx_vmac_disable()
H A Dhpi_vmac.h40 hpi_status_t hpi_vmac_rx_config(hpi_handle_t handle, config_op_t op,
H A Dhpi_vmac.c153 hpi_vmac_rx_config(hpi_handle_t handle, config_op_t op, uint64_t config, in hpi_vmac_rx_config() function