Lines Matching refs:t3cdev
52 void cxgb3_set_dummy_ops(struct t3cdev *dev);
54 struct t3cdev *dev2t3cdev(struct net_device *dev);
65 void cxgb3_add_clients(struct t3cdev *tdev);
66 void cxgb3_remove_clients(struct t3cdev *tdev);
67 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port);
69 typedef int (*cxgb3_cpl_handler_func)(struct t3cdev *dev,
84 void (*add) (struct t3cdev *);
85 void (*remove) (struct t3cdev *);
90 void (*event_handler)(struct t3cdev *tdev, u32 event, u32 port);
96 int cxgb3_alloc_atid(struct t3cdev *dev, struct cxgb3_client *client,
98 int cxgb3_alloc_stid(struct t3cdev *dev, struct cxgb3_client *client,
100 void *cxgb3_free_atid(struct t3cdev *dev, int atid);
101 void cxgb3_free_stid(struct t3cdev *dev, int stid);
102 void cxgb3_insert_tid(struct t3cdev *dev, struct cxgb3_client *client,
104 void cxgb3_queue_tid_release(struct t3cdev *dev, unsigned int tid);
105 void cxgb3_remove_tid(struct t3cdev *dev, void *ctx, unsigned int tid);
129 typedef int (*cpl_handler_func)(struct t3cdev *dev, struct sk_buff *skb);
189 struct t3cdev *dev;