Searched refs:reply_q (Results 1 – 1 of 1) sorted by relevance
1380 struct adapter_reply_queue *reply_q = bus_id; in _base_interrupt() local1387 u8 msix_index = reply_q->msix_index; in _base_interrupt()1388 struct MPT3SAS_ADAPTER *ioc = reply_q->ioc; in _base_interrupt()1395 if (!atomic_add_unless(&reply_q->busy, 1, 1)) in _base_interrupt()1398 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()1402 atomic_dec(&reply_q->busy); in _base_interrupt()1470 reply_q->reply_post_host_index = in _base_interrupt()1471 (reply_q->reply_post_host_index == in _base_interrupt()1473 reply_q->reply_post_host_index + 1; in _base_interrupt()1475 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()[all …]