Searched refs:nes_hw_nic_cq (Results 1 – 6 of 6) sorted by relevance
60 struct nes_hw_nic_cq mgt_cq;
933 struct nes_hw_nic_cq { struct935 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_nic_cq *cq); argument1243 struct nes_hw_nic_cq nic_cq;
534 void nes_nic_ce_handler(struct nes_device *, struct nes_hw_nic_cq *);
63 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq);2730 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_napi_ce_handler()2746 void nes_nic_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_ce_handler()
772 static void nes_mgt_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_mgt_ce_handler()
104 struct nes_hw_nic_cq *nescq = &nesvnic->nic_cq; in nes_netdev_poll()