Searched refs:reply_q (Results 1 – 2 of 2) sorted by relevance
912 struct adapter_reply_queue *reply_q = bus_id; in _base_interrupt() local919 u8 msix_index = reply_q->msix_index; in _base_interrupt()920 struct MPT2SAS_ADAPTER *ioc = reply_q->ioc; in _base_interrupt()927 if (!atomic_add_unless(&reply_q->busy, 1, 1)) in _base_interrupt()930 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()934 atomic_dec(&reply_q->busy); in _base_interrupt()991 reply_q->reply_post_host_index = in _base_interrupt()992 (reply_q->reply_post_host_index == in _base_interrupt()994 reply_q->reply_post_host_index + 1; in _base_interrupt()996 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()[all …]
899 struct adapter_reply_queue *reply_q = bus_id; in _base_interrupt() local906 u8 msix_index = reply_q->msix_index; in _base_interrupt()907 struct MPT3SAS_ADAPTER *ioc = reply_q->ioc; in _base_interrupt()914 if (!atomic_add_unless(&reply_q->busy, 1, 1)) in _base_interrupt()917 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()921 atomic_dec(&reply_q->busy); in _base_interrupt()984 reply_q->reply_post_host_index = in _base_interrupt()985 (reply_q->reply_post_host_index == in _base_interrupt()987 reply_q->reply_post_host_index + 1; in _base_interrupt()989 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()[all …]