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