Lines Matching refs:hwdev
135 struct hinic_hwdev *hwdev = nic_dev->hwdev; in tx_map_skb() local
136 struct hinic_hwif *hwif = hwdev->hwif; in tx_map_skb()
186 struct hinic_hwdev *hwdev = nic_dev->hwdev; in tx_unmap_skb() local
187 struct hinic_hwif *hwif = hwdev->hwif; in tx_unmap_skb()
766 if (!HINIC_IS_VF(nic_dev->hwdev->hwif)) in free_tx_poll()
767 hinic_hwdev_set_msix_state(nic_dev->hwdev, in free_tx_poll()
784 if (!HINIC_IS_VF(nic_dev->hwdev->hwif)) in tx_irq()
786 hinic_hwdev_set_msix_state(nic_dev->hwdev, in tx_irq()
790 hinic_hwdev_msix_cnt_set(nic_dev->hwdev, txq->sq->msix_entry); in tx_irq()
801 struct hinic_hwdev *hwdev = nic_dev->hwdev; in tx_request_irq() local
802 struct hinic_hwif *hwif = hwdev->hwif; in tx_request_irq()
813 hinic_hwdev_msix_set(nic_dev->hwdev, sq->msix_entry, in tx_request_irq()
824 err = hinic_set_interrupt_cfg(hwdev, &interrupt_info); in tx_request_irq()
863 struct hinic_hwdev *hwdev = nic_dev->hwdev; in hinic_init_txq() local
892 err = hinic_hwdev_hw_ci_addr_set(hwdev, sq, CI_UPDATE_NO_PENDING, in hinic_init_txq()