Lines Matching refs:cxgbi_device
114 struct cxgbi_device *cdev;
456 struct cxgbi_device *cdev;
478 struct cxgbi_device { struct
503 void (*dev_ddp_cleanup)(struct cxgbi_device *); argument
504 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *); argument
507 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev, argument
587 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
588 void cxgbi_device_unregister(struct cxgbi_device *);
590 struct cxgbi_device *cxgbi_device_find_by_lldev(void *);
591 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *, int *);
592 struct cxgbi_device *cxgbi_device_find_by_netdev_rcu(struct net_device *,
594 int cxgbi_hbas_add(struct cxgbi_device *, u64, unsigned int,
597 void cxgbi_hbas_remove(struct cxgbi_device *);
599 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base,
601 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev);
635 int cxgbi_ddp_init(struct cxgbi_device *, unsigned int, unsigned int,
637 int cxgbi_ddp_cleanup(struct cxgbi_device *);
642 int cxgbi_ddp_ppm_setup(void **ppm_pp, struct cxgbi_device *cdev,