Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.c118 if (hpi_vmac_tx_config(handle, INIT, config, in hxge_tx_vmac_init()
179 rv = hpi_vmac_tx_config(handle, ENABLE, CFG_VMAC_TX_EN, 0); in hxge_tx_vmac_enable()
199 rv = hpi_vmac_tx_config(handle, DISABLE, CFG_VMAC_TX_EN, 0); in hxge_tx_vmac_disable()
H A Dhpi_vmac.h38 hpi_status_t hpi_vmac_tx_config(hpi_handle_t handle, config_op_t op,
H A Dhpi_vmac.c64 hpi_vmac_tx_config(hpi_handle_t handle, config_op_t op, uint64_t config, in hpi_vmac_tx_config() function