Lines Matching refs:cxgbi_device
113 struct cxgbi_device *cdev;
455 struct cxgbi_device *cdev;
477 struct cxgbi_device {
502 void (*dev_ddp_cleanup)(struct cxgbi_device *);
503 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *);
506 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev,
586 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
587 void cxgbi_device_unregister(struct cxgbi_device *);
589 struct cxgbi_device *cxgbi_device_find_by_lldev(void *);
590 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *, int *);
591 struct cxgbi_device *cxgbi_device_find_by_netdev_rcu(struct net_device *,
593 int cxgbi_hbas_add(struct cxgbi_device *, u64, unsigned int,
596 void cxgbi_hbas_remove(struct cxgbi_device *);
598 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base,
600 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev);
634 int cxgbi_ddp_init(struct cxgbi_device *, unsigned int, unsigned int,
636 int cxgbi_ddp_cleanup(struct cxgbi_device *);
641 int cxgbi_ddp_ppm_setup(void **ppm_pp, struct cxgbi_device *cdev,