[go: nahoru, domu]

Searched refs:hba_queue_depth (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c846 } else if (smid <= ioc->hba_queue_depth) {
1802 } else if (smid <= ioc->hba_queue_depth) {
2507 ioc->hba_queue_depth = max_request_credit;
2547 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64;
2550 ioc->reply_post_queue_depth = ioc->hba_queue_depth +
2563 ioc->hba_queue_depth =
2565 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64;
2633 ioc->scsiio_depth = ioc->hba_queue_depth -
2660 "total(%d kB)\n", ioc->name, ioc->hba_queue_depth,
2665 ioc->hba_queue_depth
[all...]
H A Dmpt2sas_base.h743 * @hba_queue_depth: hba request queue depth
922 u16 hba_queue_depth; member in struct:MPT2SAS_ADAPTER
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c833 } else if (smid <= ioc->hba_queue_depth) {
2080 } else if (smid <= ioc->hba_queue_depth) {
2679 ioc->hba_queue_depth = max_request_credit;
2716 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64;
2719 ioc->reply_post_queue_depth = ioc->hba_queue_depth +
2732 ioc->hba_queue_depth =
2734 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64;
2802 ioc->scsiio_depth = ioc->hba_queue_depth -
2831 "total(%d kB)\n", ioc->name, ioc->hba_queue_depth,
2836 ioc->hba_queue_depth
[all...]
H A Dmpt3sas_base.h677 * @hba_queue_depth: hba request queue depth
865 u16 hba_queue_depth; member in struct:MPT3SAS_ADAPTER
/drivers/scsi/lpfc/
H A Dlpfc_attr.c1622 * Macro that given an attr e.g. hba_queue_depth expands
1650 * Macro that given an attr e.g. hba_queue_depth expands
1678 * Macro that given an attr e.g. hba_queue_depth expands
1712 * Macro that given an attr e.g. hba_queue_depth expands
1749 * Macro that given an attr e.g. hba_queue_depth expands
1789 * Macro that given an attr e.g. hba_queue_depth expands
1816 * hba_queue_depth expands into a function with the name
1842 * Macro that given an attr e.g. hba_queue_depth expands
1875 * Macro that given an attr e.g. hba_queue_depth expands
1911 * Macro that given an attr e.g. hba_queue_depth
[all...]

Completed in 77 milliseconds