Searched refs:c4iw_id_table (Results 1 – 3 of 3) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
D | id_table.c | 44 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc() 71 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free() 83 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc() 109 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
|
D | iw_cxgb4.h | 86 struct c4iw_id_table { struct 96 struct c4iw_id_table tpt_table; argument 97 struct c4iw_id_table qid_table; 98 struct c4iw_id_table pdid_table; 913 u32 c4iw_id_alloc(struct c4iw_id_table *alloc); 914 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj); 915 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, 917 void c4iw_id_table_free(struct c4iw_id_table *alloc); 925 u32 c4iw_get_resource(struct c4iw_id_table *id_table); 926 void c4iw_put_resource(struct c4iw_id_table *id_table, u32 entry);
|
D | resource.c | 82 u32 c4iw_get_resource(struct c4iw_id_table *id_table) in c4iw_get_resource() 91 void c4iw_put_resource(struct c4iw_id_table *id_table, u32 entry) in c4iw_put_resource()
|