Lines Matching refs:head
14 * @head: Listhead of qp's
17 struct irdma_sc_qp *irdma_get_qp_from_list(struct list_head *head,
23 if (list_empty(head))
27 entry = head->next;
31 if (entry == head)
2081 "STATS: CQP SQ head 0x%x tail 0x%x size 0x%x\n",
2082 cqp->sq_ring.head, cqp->sq_ring.tail, cqp->sq_ring.size);
2726 * irdma_get_cqp_reg_info - get head and tail for cqp using registers
3249 "WQE: CQP SQ head 0x%x tail 0x%x size 0x%x\n",
3250 cqp->sq_ring.head, cqp->sq_ring.tail, cqp->sq_ring.size);
3268 "WQE: CQP SQ is full, head 0x%x tail 0x%x size 0x%x\n",
3269 cqp->sq_ring.head, cqp->sq_ring.tail,
3390 /* move the head for cq */