Lines Matching refs:rsp_q
202 struct rsp_que *rsp_q = *rsp;
209 new_pkt = rsp_q->ring_ptr;
212 rsp_q->ring_index++;
213 if (rsp_q->ring_index == rsp_q->length) {
214 rsp_q->ring_index = 0;
215 rsp_q->ring_ptr = rsp_q->ring;
217 rsp_q->ring_ptr++;
240 struct rsp_que *rsp_q = *rsp;
280 new_pkt = (sts_cont_entry_t *)rsp_q->ring_ptr;
290 rsp_q->ring_index++;
291 if (rsp_q->ring_index == rsp_q->length) {
292 rsp_q->ring_index = 0;
293 rsp_q->ring_ptr = rsp_q->ring;
295 rsp_q->ring_ptr++;
859 struct rsp_que *rsp_q = *rsp;
910 if (rsp_q->ring_ptr->signature == RESPONSE_PROCESSED) {
918 new_pkt = (sts_cont_entry_t *)rsp_q->ring_ptr;
928 rsp_q->ring_index++;
929 if (rsp_q->ring_index == rsp_q->length) {
930 rsp_q->ring_index = 0;
931 rsp_q->ring_ptr = rsp_q->ring;
933 rsp_q->ring_ptr++;
1156 struct rsp_que *rsp_q = *rsp;
1190 if (rsp_q->ring_ptr->signature == RESPONSE_PROCESSED) {
1198 new_pkt = (sts_cont_entry_t *)rsp_q->ring_ptr;
1208 rsp_q->ring_index++;
1209 if (rsp_q->ring_index == rsp_q->length) {
1210 rsp_q->ring_index = 0;
1211 rsp_q->ring_ptr = rsp_q->ring;
1213 rsp_q->ring_ptr++;
4511 { "rsp_q", qla24xx_msix_rsp_q },
4519 { "qla2xxx (rsp_q)", qla82xx_msix_rsp_q },