Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_mgt.h60 struct nes_hw_nic_cq mgt_cq;
Dnes_hw.h935 struct nes_hw_nic_cq { struct
937 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_nic_cq *cq); argument
1252 struct nes_hw_nic_cq nic_cq;
Dnes.h533 void nes_nic_ce_handler(struct nes_device *, struct nes_hw_nic_cq *);
Dnes_hw.c70 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()
Dnes_mgt.c773 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()