Lines Matching refs:queue_head
504 hmc->queue_head = 0;
950 if (hmc->queue_tail != hmc->queue_head)
1021 if (hmc->queue_head != hmc->queue_tail)
1665 dev_dbg(adapter->dev, "Recv_msg: msg_len = 0x%x, buffer_id = 0x%x, queue_head = 0x%x, hmc_idx = 0x%x\n",
1667 (unsigned int)hmc->queue_head, (unsigned int)hmc_index);
1680 hmc->queue_outbound_msgs[hmc->queue_head] = buffer_id;
1681 hmc->queue_head++;
1682 if (hmc->queue_head == ibmvmc_max_buf_pool_size)
1683 hmc->queue_head = 0;
1685 if (hmc->queue_head == hmc->queue_tail)