Searched refs:reply_q (Results 1 – 1 of 1) sorted by relevance
882 struct adapter_reply_queue *reply_q = bus_id; in _base_interrupt() local889 u8 msix_index = reply_q->msix_index; in _base_interrupt()890 struct MPT2SAS_ADAPTER *ioc = reply_q->ioc; in _base_interrupt()897 if (!atomic_add_unless(&reply_q->busy, 1, 1)) in _base_interrupt()900 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()904 atomic_dec(&reply_q->busy); in _base_interrupt()959 reply_q->reply_post_host_index = in _base_interrupt()960 (reply_q->reply_post_host_index == in _base_interrupt()962 reply_q->reply_post_host_index + 1; in _base_interrupt()964 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()[all …]