Searched refs:cxgb3_client (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/cxgb3/ |
D | cxgb3_offload.h | 63 void cxgb3_register_client(struct cxgb3_client *client); 64 void cxgb3_unregister_client(struct cxgb3_client *client); 82 struct cxgb3_client { struct 96 int cxgb3_alloc_atid(struct t3cdev *dev, struct cxgb3_client *client, argument 98 int cxgb3_alloc_stid(struct t3cdev *dev, struct cxgb3_client *client, 102 void cxgb3_insert_tid(struct t3cdev *dev, struct cxgb3_client *client, 108 struct cxgb3_client *client;
|
D | t3cdev.h | 44 struct cxgb3_client;
|
D | cxgb3_offload.c | 80 void cxgb3_register_client(struct cxgb3_client *client) in cxgb3_register_client() 105 void cxgb3_unregister_client(struct cxgb3_client *client) in cxgb3_unregister_client() 131 struct cxgb3_client *client; in cxgb3_add_clients() 150 struct cxgb3_client *client; in cxgb3_remove_clients() 162 struct cxgb3_client *client; in cxgb3_event_notify() 533 void cxgb3_insert_tid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_insert_tid() 648 int cxgb3_alloc_atid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_alloc_atid() 672 int cxgb3_alloc_stid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_alloc_stid()
|
/linux-2.6.39/drivers/infiniband/hw/cxgb3/ |
D | iwch.h | 178 extern struct cxgb3_client t3c_client;
|
D | iwch.c | 54 struct cxgb3_client t3c_client = {
|
/linux-2.6.39/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 76 static struct cxgb3_client t3_client = {
|