[go: nahoru, domu]

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

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c993 (ioc->reply_post_queue_depth - 1)) ? 0 :
2550 ioc->reply_post_queue_depth = ioc->hba_queue_depth +
2553 if (ioc->reply_post_queue_depth % 16)
2554 ioc->reply_post_queue_depth += 16 -
2555 (ioc->reply_post_queue_depth % 16);
2558 if (ioc->reply_post_queue_depth >
2560 ioc->reply_post_queue_depth =
2564 ((ioc->reply_post_queue_depth - 64) / 2) - 1;
2575 reply_post_free_sz = ioc->reply_post_queue_depth *
2616 ioc->reply_post_queue_depth,
[all...]
H A Dmpt2sas_base.h787 * @reply_post_queue_depth: reply post queue depth
984 u16 reply_post_queue_depth; member in struct:MPT2SAS_ADAPTER
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c986 (ioc->reply_post_queue_depth - 1)) ? 0 :
2719 ioc->reply_post_queue_depth = ioc->hba_queue_depth +
2722 if (ioc->reply_post_queue_depth % 16)
2723 ioc->reply_post_queue_depth += 16 -
2724 (ioc->reply_post_queue_depth % 16);
2727 if (ioc->reply_post_queue_depth >
2729 ioc->reply_post_queue_depth =
2733 ((ioc->reply_post_queue_depth - 64) / 2) - 1;
2744 reply_post_free_sz = ioc->reply_post_queue_depth *
2785 ioc->reply_post_queue_depth,
[all...]
H A Dmpt3sas_base.h720 * @reply_post_queue_depth: reply post queue depth
926 u16 reply_post_queue_depth; member in struct:MPT3SAS_ADAPTER

Completed in 31 milliseconds