Searched refs:cxgb3_client (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A 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;
|
H A D | t3cdev.h | 44 struct cxgb3_client;
|
H A D | cxgb3_offload.c | 84 void cxgb3_register_client(struct cxgb3_client *client) in cxgb3_register_client() 109 void cxgb3_unregister_client(struct cxgb3_client *client) in cxgb3_unregister_client() 135 struct cxgb3_client *client; in cxgb3_add_clients() 154 struct cxgb3_client *client; in cxgb3_remove_clients() 166 struct cxgb3_client *client; in cxgb3_event_notify() 535 void cxgb3_insert_tid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_insert_tid() 650 int cxgb3_alloc_atid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_alloc_atid() 674 int cxgb3_alloc_stid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_alloc_stid()
|
/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 75 static struct cxgb3_client t3_client = {
|