Lines Matching refs:rqindex
490 efct_hw_rqpair_get(struct efct_hw *hw, u16 rqindex, u16 bufindex) in efct_hw_rqpair_get() argument
492 struct sli4_queue *rq_hdr = &hw->rq[rqindex]; in efct_hw_rqpair_get()
494 struct hw_rq *rq = hw->hw_rq[hw->hw_rq_lookup[rqindex]]; in efct_hw_rqpair_get()
500 rqindex, bufindex, rq_hdr->length, rq_hdr->id); in efct_hw_rqpair_get()
513 rqindex, bufindex, rq_hdr->index); in efct_hw_rqpair_get()
526 int rqindex; in efct_hw_rqpair_process_rq() local
540 rqindex = efct_hw_rqpair_find(hw, rq_id); in efct_hw_rqpair_process_rq()
541 if (rqindex < 0) { in efct_hw_rqpair_process_rq()
549 seq = efct_hw_rqpair_get(hw, rqindex, index); in efct_hw_rqpair_process_rq()
574 rqindex = efct_hw_rqpair_find(hw, rq_id); in efct_hw_rqpair_process_rq()
575 if (rqindex < 0) { in efct_hw_rqpair_process_rq()
581 rq = hw->hw_rq[hw->hw_rq_lookup[rqindex]]; in efct_hw_rqpair_process_rq()
584 seq = efct_hw_rqpair_get(hw, rqindex, index); in efct_hw_rqpair_process_rq()
604 struct sli4_queue *rq_hdr = &hw->rq[seq->header->rqindex]; in efct_hw_rqpair_put()
605 struct sli4_queue *rq_payload = &hw->rq[seq->payload->rqindex]; in efct_hw_rqpair_put()
606 u32 hw_rq_index = hw->hw_rq_lookup[seq->header->rqindex]; in efct_hw_rqpair_put()