Lines Matching refs:queue_head
504 hmc->queue_head = 0; in ibmvmc_return_hmc()
950 if (hmc->queue_tail != hmc->queue_head) in ibmvmc_read()
1021 if (hmc->queue_head != hmc->queue_tail) in ibmvmc_poll()
1665 (unsigned int)hmc->queue_head, (unsigned int)hmc_index); in ibmvmc_recv_msg()
1678 hmc->queue_outbound_msgs[hmc->queue_head] = buffer_id; in ibmvmc_recv_msg()
1679 hmc->queue_head++; in ibmvmc_recv_msg()
1680 if (hmc->queue_head == ibmvmc_max_buf_pool_size) in ibmvmc_recv_msg()
1681 hmc->queue_head = 0; in ibmvmc_recv_msg()
1683 if (hmc->queue_head == hmc->queue_tail) in ibmvmc_recv_msg()