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 | hpi_vmac.h | 40 hpi_status_t hpi_vmac_rx_config(hpi_handle_t handle, config_op_t op,
|
H A D | hxge_vmac.c | 152 if (hpi_vmac_rx_config(handle, INIT, xconfig, 240 rv = hpi_vmac_rx_config(handle, ENABLE, CFG_VMAC_RX_EN, 0); 273 rv = hpi_vmac_rx_config(handle, DISABLE, CFG_VMAC_RX_EN, 0);
|
H A D | hpi_vmac.c | 153 hpi_vmac_rx_config(hpi_handle_t handle, config_op_t op, uint64_t config, function 160 " hpi_vmac_rx_config Invalid Input: config <0x%x>", 233 " hpi_vmac_rx_config Invalid Input: op <0x%x>", op));
|
Completed in 57 milliseconds