Home
last modified time | relevance | path

Searched refs:nes_hw_nic_cq (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_mgt.h60 struct nes_hw_nic_cq mgt_cq;
Dnes_hw.h933 struct nes_hw_nic_cq { struct
935 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_nic_cq *cq); argument
1243 struct nes_hw_nic_cq nic_cq;
Dnes.h534 void nes_nic_ce_handler(struct nes_device *, struct nes_hw_nic_cq *);
Dnes_hw.c63 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()
Dnes_mgt.c772 static void nes_mgt_ce_handler(struct nes_device *nesdev, struct nes_hw_nic_cq *cq) in nes_mgt_ce_handler()
Dnes_nic.c104 struct nes_hw_nic_cq *nescq = &nesvnic->nic_cq; in nes_netdev_poll()