Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h3795 struct qla_buf_pool { struct
3796 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 …]