Searched refs:c4iw_id_table (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | id_table.c | 49 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc() 76 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free() 88 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc() 114 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
|
H A D | iw_cxgbe.h | 92 struct c4iw_id_table { struct 102 struct c4iw_id_table tpt_table; argument 103 struct c4iw_id_table qid_table; 104 struct c4iw_id_table pdid_table; 895 u32 c4iw_id_alloc(struct c4iw_id_table *alloc); 896 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj); 897 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, 899 void c4iw_id_table_free(struct c4iw_id_table *alloc); 905 u32 c4iw_get_resource(struct c4iw_id_table *id_table); 906 void c4iw_put_resource(struct c4iw_id_table *id_table, u32 entry);
|
H A D | resource.c | 88 u32 c4iw_get_resource(struct c4iw_id_table *id_table) in c4iw_get_resource() 98 void c4iw_put_resource(struct c4iw_id_table *id_table, u32 entry) in c4iw_put_resource()
|