Home
last modified time | relevance | path

Searched defs:qla_buf_pool (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/drivers/scsi/qla2xxx/
Dqla_def.h3785 struct qla_buf_pool { struct
3786 u16 num_bufs;
3787 u16 num_active;
3788 u16 max_used;
3789 u16 num_alloc;
3790 u16 prev_max;
3791 u16 pad;
3792 uint32_t take_snapshot:1;
3793 unsigned long *buf_map;
3794 void **buf_array;
[all …]