Home
last modified time | relevance | path

Searched refs:iopoll_weight (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dipr.c97 .iopoll_weight = 0,
122 .iopoll_weight = 0,
147 .iopoll_weight = 64,
3686 len = snprintf(buf, PAGE_SIZE, "%d\n", ioa_cfg->iopoll_weight); in ipr_show_iopoll_weight()
3724 if (user_iopoll_weight == ioa_cfg->iopoll_weight) { in ipr_store_iopoll_weight()
3729 if (ioa_cfg->iopoll_weight && ioa_cfg->sis64 && ioa_cfg->nvectors > 1) { in ipr_store_iopoll_weight()
3735 ioa_cfg->iopoll_weight = user_iopoll_weight; in ipr_store_iopoll_weight()
3736 if (ioa_cfg->iopoll_weight && ioa_cfg->sis64 && ioa_cfg->nvectors > 1) { in ipr_store_iopoll_weight()
3739 ioa_cfg->iopoll_weight, ipr_iopoll); in ipr_store_iopoll_weight()
5581 if (ioa_cfg->iopoll_weight && ioa_cfg->sis64 && ioa_cfg->nvectors > 1) { in ipr_isr_mhrrq()
[all …]
H A Dipr.h1344 u32 iopoll_weight; member
1536 u32 iopoll_weight; member