Searched refs:c4iw_id_table (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A 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() 82 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc() 108 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
|
H A D | iw_cxgb4.h | 87 struct c4iw_id_table { struct 97 struct c4iw_id_table tpt_table; 98 struct c4iw_id_table qid_table; 99 struct c4iw_id_table pdid_table; 100 struct c4iw_id_table srq_table; 937 u32 c4iw_id_alloc(struct c4iw_id_table *alloc); 938 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj); 939 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, 941 void c4iw_id_table_free(struct c4iw_id_table *alloc); 949 u32 c4iw_get_resource(struct c4iw_id_table *id_tabl [all...] |
H A D | resource.c | 93 u32 c4iw_get_resource(struct c4iw_id_table *id_table) in c4iw_get_resource() 102 void c4iw_put_resource(struct c4iw_id_table *id_table, u32 entry) in c4iw_put_resource()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A 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() 82 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc() 103 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
|
H A D | iw_cxgb4.h | 87 struct c4iw_id_table { struct 97 struct c4iw_id_table tpt_table; 98 struct c4iw_id_table qid_table; 99 struct c4iw_id_table pdid_table; 100 struct c4iw_id_table srq_table; 925 u32 c4iw_id_alloc(struct c4iw_id_table *alloc); 926 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj); 927 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, 929 void c4iw_id_table_free(struct c4iw_id_table *alloc); 937 u32 c4iw_get_resource(struct c4iw_id_table *id_tabl [all...] |
H A D | resource.c | 93 u32 c4iw_get_resource(struct c4iw_id_table *id_table) in c4iw_get_resource() 102 void c4iw_put_resource(struct c4iw_id_table *id_table, u32 entry) in c4iw_put_resource()
|
Completed in 8 milliseconds