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)
1663 dev_dbg(adapter->dev, "Recv_msg: msg_len = 0x%x, buffer_id = 0x%x, queue_head = 0x%x, hmc_idx = 0x%x\n",
1665 (unsigned int)hmc->queue_head, (unsigned int)hmc_index);
1678 hmc->queue_outbound_msgs[hmc->queue_head] = buffer_id;
1679 hmc->queue_head++;
1680 if (hmc->queue_head == ibmvmc_max_buf_pool_size)
1681 hmc->queue_head = 0;
1683 if (hmc->queue_head == hmc->queue_tail)