Lines Matching refs:rsp_q
867 struct rsp_que *rsp_q = *rsp;
901 if (rsp_q->ring_ptr->signature == RESPONSE_PROCESSED) {
909 new_pkt = (sts_cont_entry_t *)rsp_q->ring_ptr;
919 rsp_q->ring_index++;
920 if (rsp_q->ring_index == rsp_q->length) {
921 rsp_q->ring_index = 0;
922 rsp_q->ring_ptr = rsp_q->ring;
924 rsp_q->ring_ptr++;
3919 { "rsp_q", qla24xx_msix_rsp_q },
3927 { "qla2xxx (rsp_q)", qla82xx_msix_rsp_q },