Lines Matching refs:c4iw_id_table
87 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);
938 void c4iw_put_resource(struct c4iw_id_table *id_table, u32 entry);