Searched refs:reply_post_queue_depth (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c965 (ioc->reply_post_queue_depth - 1)) ? 0 :
2471 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth + 16;
2473 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth +
2475 if (ioc->reply_post_queue_depth >
2477 ioc->reply_post_queue_depth = min_t(u16,
2481 ioc->reply_free_queue_depth = ioc->reply_post_queue_depth - 16;
2704 reply_post_free_sz = ioc->reply_post_queue_depth *
2727 ioc->name, ioc->reply_post_free, ioc->reply_post_queue_depth, 8,
3459 cpu_to_le16(ioc->reply_post_queue_depth);
4110 reply_post_free_sz = ioc->reply_post_queue_depth *
[all...]
H A Dmpt2sas_base.h772 * @reply_post_queue_depth: reply post queue depth
964 u16 reply_post_queue_depth; member in struct:MPT2SAS_ADAPTER

Completed in 42 milliseconds