Searched refs:nes_hw_nic_cq (Results 1 – 6 of 6) sorted by relevance
60 struct nes_hw_nic_cq mgt_cq;
935 struct nes_hw_nic_cq { struct937 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_nic_cq *cq); argument1252 struct nes_hw_nic_cq nic_cq;
533 void nes_nic_ce_handler(struct nes_device *, struct nes_hw_nic_cq *);
70 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq);2772 static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_napi_ce_handler()2788 void nes_nic_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_nic_ce_handler()
773 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()