Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1501 ioc->reply_free_host_index = in _base_process_reply_queue()
1502 (ioc->reply_free_host_index == in _base_process_reply_queue()
1504 0 : ioc->reply_free_host_index + 1; in _base_process_reply_queue()
1505 ioc->reply_free[ioc->reply_free_host_index] = in _base_process_reply_queue()
1510 ioc->reply_free_host_index); in _base_process_reply_queue()
1511 writel(ioc->reply_free_host_index, in _base_process_reply_queue()
6846 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()
6847 writel(ioc->reply_free_host_index, &ioc->chip->ReplyFreeHostIndex); in _base_make_ioc_operational()
Dmpt3sas_base.h1398 u32 reply_free_host_index; member