Searched refs:reply_q (Results 1 – 2 of 2) sorted by relevance
916 struct adapter_reply_queue *reply_q = bus_id; in _base_interrupt() local923 u8 msix_index = reply_q->msix_index; in _base_interrupt()924 struct MPT2SAS_ADAPTER *ioc = reply_q->ioc; in _base_interrupt()931 if (!atomic_add_unless(&reply_q->busy, 1, 1)) in _base_interrupt()934 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()938 atomic_dec(&reply_q->busy); in _base_interrupt()995 reply_q->reply_post_host_index = in _base_interrupt()996 (reply_q->reply_post_host_index == in _base_interrupt()998 reply_q->reply_post_host_index + 1; in _base_interrupt()1000 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()[all …]
903 struct adapter_reply_queue *reply_q = bus_id; in _base_interrupt() local910 u8 msix_index = reply_q->msix_index; in _base_interrupt()911 struct MPT3SAS_ADAPTER *ioc = reply_q->ioc; in _base_interrupt()918 if (!atomic_add_unless(&reply_q->busy, 1, 1)) in _base_interrupt()921 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()925 atomic_dec(&reply_q->busy); in _base_interrupt()988 reply_q->reply_post_host_index = in _base_interrupt()989 (reply_q->reply_post_host_index == in _base_interrupt()991 reply_q->reply_post_host_index + 1; in _base_interrupt()993 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()[all …]