Lines Matching refs:cxgbi_device
113 struct cxgbi_device *cdev;
455 struct cxgbi_device *cdev;
477 struct cxgbi_device { struct
501 struct cxgbi_ppm* (*cdev2ppm)(struct cxgbi_device *); argument
504 void (*csk_ddp_clear_map)(struct cxgbi_device *cdev, argument
583 struct cxgbi_device *cxgbi_device_register(unsigned int, unsigned int);
584 void cxgbi_device_unregister(struct cxgbi_device *);
586 struct cxgbi_device *cxgbi_device_find_by_lldev(void *);
587 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *, int *);
588 struct cxgbi_device *cxgbi_device_find_by_netdev_rcu(struct net_device *,
590 int cxgbi_hbas_add(struct cxgbi_device *, u64, unsigned int,
593 void cxgbi_hbas_remove(struct cxgbi_device *);
595 int cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base,
597 void cxgbi_device_portmap_cleanup(struct cxgbi_device *cdev);
631 int cxgbi_ddp_init(struct cxgbi_device *, unsigned int, unsigned int,
633 int cxgbi_ddp_cleanup(struct cxgbi_device *);
638 int cxgbi_ddp_ppm_setup(void **ppm_pp, struct cxgbi_device *cdev,