Searched defs:qla_buf_pool (Results 1 – 1 of 1) sorted by relevance
3795 struct qla_buf_pool { struct3796 u16 num_bufs;3797 u16 num_active;3798 u16 max_used;3799 u16 num_alloc;3800 u16 prev_max;3801 u16 pad;3802 uint32_t take_snapshot:1;3803 unsigned long *buf_map;3804 void **buf_array;[all …]