Searched refs:hpi_vmac_rx_config (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_vmac.c | 152 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 D | hpi_vmac.h | 40 hpi_status_t hpi_vmac_rx_config(hpi_handle_t handle, config_op_t op,
|
H A D | hpi_vmac.c | 153 hpi_vmac_rx_config(hpi_handle_t handle, config_op_t op, uint64_t config, in hpi_vmac_rx_config() function
|