Lines Matching defs:handle

113 	hpi_handle_t	handle = hxgep->hpi_handle;
118 if (hpi_vmac_tx_config(handle, INIT, config,
133 hpi_handle_t handle = hxgep->hpi_handle;
152 if (hpi_vmac_rx_config(handle, INIT, xconfig,
168 hpi_handle_t handle = hxgep->hpi_handle;
179 rv = hpi_vmac_tx_config(handle, ENABLE, CFG_VMAC_TX_EN, 0);
195 hpi_handle_t handle = hxgep->hpi_handle;
199 rv = hpi_vmac_tx_config(handle, DISABLE, CFG_VMAC_TX_EN, 0);
215 hpi_handle_t handle = hxgep->hpi_handle;
240 rv = hpi_vmac_rx_config(handle, ENABLE, CFG_VMAC_RX_EN, 0);
255 hpi_handle_t handle = hxgep->hpi_handle;
273 rv = hpi_vmac_rx_config(handle, DISABLE, CFG_VMAC_RX_EN, 0);
286 hpi_handle_t handle = hxgep->hpi_handle;
288 (void) hpi_tx_vmac_reset(handle);
298 hpi_handle_t handle = hxgep->hpi_handle;
308 (void) hpi_rx_vmac_reset(handle);
318 hpi_handle_t handle;
322 handle = HXGE_DEV_HPI_HANDLE(hxgep);
327 (void) hpi_vmac_clear_rx_int_stat(handle);
328 (void) hpi_vmac_clear_tx_int_stat(handle);
373 hpi_handle_t handle;
389 handle = hxgep->hpi_handle;
391 HXGE_REG_RD64(handle, VMAC_TX_FRAME_CNT, &tx_frame_cnt.value);
392 HXGE_REG_RD64(handle, VMAC_TX_BYTE_CNT, &tx_byte_cnt.value);
393 HXGE_REG_RD64(handle, VMAC_RX_FRAME_CNT, &rx_frame_cnt.value);
394 HXGE_REG_RD64(handle, VMAC_RX_BYTE_CNT, &rx_byte_cnt.value);
395 HXGE_REG_RD64(handle, VMAC_RX_DROP_FR_CNT, &rx_drop_fr_cnt.value);
396 HXGE_REG_RD64(handle, VMAC_RX_DROP_BYTE_CNT, &rx_drop_byte_cnt.value);
397 HXGE_REG_RD64(handle, VMAC_RX_CRC_CNT, &rx_crc_cnt.value);
398 HXGE_REG_RD64(handle, VMAC_RX_PAUSE_CNT, &rx_pause_cnt.value);
399 HXGE_REG_RD64(handle, VMAC_RX_BCAST_FR_CNT, &rx_bcast_fr_cnt.value);
400 HXGE_REG_RD64(handle, VMAC_RX_MCAST_FR_CNT, &rx_mcast_fr_cnt.value);