Searched refs:hpi_vmac_tx_config (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi_vmac.h | 38 hpi_status_t hpi_vmac_tx_config(hpi_handle_t handle, config_op_t op,
|
H A D | hxge_vmac.c | 118 if (hpi_vmac_tx_config(handle, INIT, config, 179 rv = hpi_vmac_tx_config(handle, ENABLE, CFG_VMAC_TX_EN, 0); 199 rv = hpi_vmac_tx_config(handle, DISABLE, CFG_VMAC_TX_EN, 0);
|
H A D | hpi_vmac.c | 64 hpi_vmac_tx_config(hpi_handle_t handle, config_op_t op, uint64_t config, function 71 " hpi_vmac_tx_config Invalid Input: config <0x%x>", 119 " hpi_vmac_tx_config Invalid Input: op <0x%x>", op));
|
Completed in 44 milliseconds