Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A 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()
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 Diw_cxgb4.h87 struct c4iw_id_table { struct
97 struct c4iw_id_table tpt_table; argument
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_table);
[all …]
H A Dresource.c93 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()