Searched defs:c4iw_id_table (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h86 struct c4iw_id_table { struct
96 struct c4iw_id_table tpt_table;
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_tabl
[all...]

Completed in 56 milliseconds