Searched refs:reply_q (Results 1 – 1 of 1) sorted by relevance
929 struct adapter_reply_queue *reply_q = bus_id; in _base_interrupt() local936 u8 msix_index = reply_q->msix_index; in _base_interrupt()937 struct MPT3SAS_ADAPTER *ioc = reply_q->ioc; in _base_interrupt()944 if (!atomic_add_unless(&reply_q->busy, 1, 1)) in _base_interrupt()947 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()951 atomic_dec(&reply_q->busy); in _base_interrupt()1014 reply_q->reply_post_host_index = in _base_interrupt()1015 (reply_q->reply_post_host_index == in _base_interrupt()1017 reply_q->reply_post_host_index + 1; in _base_interrupt()1019 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()[all …]