Lines Matching refs:devh
322 hldev = (xge_hal_device_t *)lldev->devh; in xgell_rx_buffer_alloc()
485 hldev = (xge_hal_device_t *)lldev->devh; in xgell_rx_create_buffer_pool()
947 xge_hal_device_t *hldev = lldev->devh; in xgell_ring_tx()
1217 xge_hal_device_t *hldev = lldev->devh; in xgell_rx_ring_maddr_init()
1251 xge_hal_device_t *hldev = lldev->devh; in xgell_addmac()
1306 xge_hal_device_t *hldev = lldev->devh; in xgell_remmac()
1537 xge_hal_device_t *hldev = lldev->devh; in xgell_maddr_set()
1591 xge_hal_device_t *hldev = lldev->devh; in xgell_rx_ring_open()
1614 status = xge_hal_channel_open(lldev->devh, &attr, &rx_ring->channelh, in xgell_rx_ring_open()
1770 status = xge_hal_channel_open(lldev->devh, &attr, &tx_ring->channelh, in xgell_tx_ring_open()
1852 xge_hal_device_t *hldev = lldev->devh; in xgell_initiate_start()
1856 status = xge_hal_device_mtu_check(lldev->devh, maxpkt); in xgell_initiate_start()
1864 status = xge_hal_device_mtu_set(lldev->devh, maxpkt); in xgell_initiate_start()
1883 status = xge_hal_device_enable(lldev->devh); in xgell_initiate_start()
1891 status = xge_hal_device_disable(lldev->devh); in xgell_initiate_start()
1894 (void) xge_hal_device_status(lldev->devh, in xgell_initiate_start()
1908 status = xge_hal_device_disable(lldev->devh); in xgell_initiate_start()
1911 (void) xge_hal_device_status(lldev->devh, in xgell_initiate_start()
1927 xge_hal_device_intr_enable(lldev->devh); in xgell_initiate_start()
1941 status = xge_hal_device_disable(lldev->devh); in xgell_initiate_stop()
1944 (void) xge_hal_device_status(lldev->devh, &adapter_status); in xgell_initiate_stop()
1950 xge_hal_device_intr_disable(lldev->devh); in xgell_initiate_stop()
1958 xge_queue_flush(xge_hal_device_queue(lldev->devh)); in xgell_initiate_stop()
1977 xge_hal_device_t *hldev = lldev->devh; in xgell_m_start()
2018 xge_hal_device_t *hldev = lldev->devh; in xgell_m_stop()
2033 (void) xge_hal_device_reset(lldev->devh); in xgell_m_stop()
2066 (void) xge_hal_device_reset(lldev->devh); in xgell_onerr_reset()
2088 xge_hal_device_t *hldev = lldev->devh; in xgell_m_multicst()
2132 xge_hal_device_t *hldev = lldev->devh; in xgell_m_promisc()
2168 xge_hal_device_t *hldev = lldev->devh; in xgell_m_stat()
2323 xgell_device_alloc(xge_hal_device_h devh, in xgell_device_alloc() argument
2327 xge_hal_device_t *hldev = (xge_hal_device_t *)devh; in xgell_device_alloc()
2337 lldev->devh = hldev; in xgell_device_alloc()
2505 status = xge_hal_aux_stats_tmac_read(lldev->devh, XGELL_STATS_BUFSIZE, in xgell_stats_get()
2514 status = xge_hal_aux_stats_rmac_read(lldev->devh, in xgell_stats_get()
2524 status = xge_hal_aux_stats_pci_read(lldev->devh, in xgell_stats_get()
2533 status = xge_hal_aux_stats_sw_dev_read(lldev->devh, in xgell_stats_get()
2542 status = xge_hal_aux_stats_hal_read(lldev->devh, in xgell_stats_get()
2570 status = xge_hal_aux_pci_config_read(lldev->devh, XGELL_PCICONF_BUFSIZE, in xgell_pciconf_get()
2596 status = xge_hal_aux_about_read(lldev->devh, XGELL_ABOUT_BUFSIZE, in xgell_about_get()
2624 status = xge_hal_aux_bar0_read(lldev->devh, bar0_offset, in xgell_bar0_get()
2742 status = xge_hal_aux_device_config_read(lldev->devh, in xgell_devconfig_get()
2769 xge_hal_device_t *hldev = (xge_hal_device_t *)lldev->devh; in xgell_device_register()