Lines Matching refs:devh

84 xge_hal_status_e xge_hal_aux_bar0_read(xge_hal_device_h devh,  in xge_hal_aux_bar0_read()  argument
91 status = xge_hal_mgmt_reg_read(devh, 0, offset, &retval); in xge_hal_aux_bar0_read()
124 xge_hal_status_e xge_hal_aux_bar1_read(xge_hal_device_h devh, in xge_hal_aux_bar1_read() argument
131 status = xge_hal_mgmt_reg_read(devh, 1, offset, &retval); in xge_hal_aux_bar1_read()
160 xge_hal_status_e xge_hal_aux_bar0_write(xge_hal_device_h devh, in xge_hal_aux_bar0_write() argument
165 status = xge_hal_mgmt_reg_write(devh, 0, offset, value); in xge_hal_aux_bar0_write()
190 xge_hal_status_e xge_hal_aux_about_read(xge_hal_device_h devh, int bufsize, in xge_hal_aux_about_read() argument
197 status = xge_hal_mgmt_about(devh, &about_info, in xge_hal_aux_about_read()
246 xge_hal_status_e xge_hal_aux_stats_tmac_read(xge_hal_device_h devh, int bufsize, in xge_hal_aux_stats_tmac_read() argument
250 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_stats_tmac_read()
257 status = xge_hal_mgmt_hw_stats(devh, &hw, in xge_hal_aux_stats_tmac_read()
290 status = xge_hal_mgmt_pcim_stats(devh, &pcim, in xge_hal_aux_stats_tmac_read()
387 xge_hal_status_e xge_hal_aux_stats_rmac_read(xge_hal_device_h devh, int bufsize, in xge_hal_aux_stats_rmac_read() argument
391 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_stats_rmac_read()
398 status = xge_hal_mgmt_hw_stats(devh, &hw, in xge_hal_aux_stats_rmac_read()
510 status = xge_hal_mgmt_pcim_stats(devh, &pcim, in xge_hal_aux_stats_rmac_read()
688 xge_hal_status_e xge_hal_aux_stats_herc_enchanced(xge_hal_device_h devh, in xge_hal_aux_stats_herc_enchanced() argument
693 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_stats_herc_enchanced()
705 status = xge_hal_mgmt_hw_stats(devh, &hw, in xge_hal_aux_stats_herc_enchanced()
814 xge_hal_status_e xge_hal_aux_stats_pci_read(xge_hal_device_h devh, int bufsize, in xge_hal_aux_stats_pci_read() argument
819 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_stats_pci_read()
831 status = xge_hal_mgmt_hw_stats(devh, &hw, in xge_hal_aux_stats_pci_read()
878 xge_hal_status_e xge_hal_aux_stats_hal_read(xge_hal_device_h devh, in xge_hal_aux_stats_hal_read() argument
883 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_stats_hal_read()
1082 xge_hal_status_e xge_hal_aux_stats_sw_dev_read(xge_hal_device_h devh, in xge_hal_aux_stats_sw_dev_read() argument
1085 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_stats_sw_dev_read()
1165 xge_hal_status_e xge_hal_aux_pci_config_read(xge_hal_device_h devh, int bufsize, in xge_hal_aux_pci_config_read() argument
1175 status = xge_hal_mgmt_pci_config(devh, &pci_config, in xge_hal_aux_pci_config_read()
1232 if (xge_hal_device_check_id(devh) == XGE_HAL_CARD_HERC) { in xge_hal_aux_pci_config_read()
1259 xge_hal_status_e xge_hal_aux_channel_read(xge_hal_device_h devh, in xge_hal_aux_channel_read() argument
1264 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_channel_read()
1399 xge_hal_aux_device_dump(xge_hal_device_h devh) in xge_hal_aux_device_dump() argument
1401 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_device_dump()
1555 xge_hal_status_e xge_hal_aux_device_config_read(xge_hal_device_h devh, in xge_hal_aux_device_config_read() argument
1571 xge_hal_device_t *hldev = (xge_hal_device_t*)devh; in xge_hal_aux_device_config_read()
1580 status = xge_hal_mgmt_device_config(devh, dev_config, in xge_hal_aux_device_config_read()