Home
last modified time | relevance | path

Searched refs:c4iw_id_table (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/cxgb4/
Did_table.c44 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()
Diw_cxgb4.h86 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;
919 u32 c4iw_id_alloc(struct c4iw_id_table *alloc);
920 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj);
921 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num,
923 void c4iw_id_table_free(struct c4iw_id_table *alloc);
931 u32 c4iw_get_resource(struct c4iw_id_table *id_table);
932 void c4iw_put_resource(struct c4iw_id_table *id_table, u32 entry);
Dresource.c82 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()