cqp_cmd_head      485 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	INIT_LIST_HEAD(&cqp->dev->cqp_cmd_head);               /* for the cqp commands backlog. */
cqp_cmd_head     4288 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	if (list_empty(&dev->cqp_cmd_head) && !i40iw_ring_full(dev->cqp))
cqp_cmd_head     4291 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 		list_add_tail(&pcmdinfo->cqp_cmd_entry, &dev->cqp_cmd_head);
cqp_cmd_head     4307 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	while (!list_empty(&dev->cqp_cmd_head) && !i40iw_ring_full(dev->cqp)) {
cqp_cmd_head     4308 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 		pcmdinfo = (struct cqp_commands_info *)i40iw_remove_head(&dev->cqp_cmd_head);
cqp_cmd_head      471 drivers/infiniband/hw/i40iw/i40iw_type.h 	struct list_head cqp_cmd_head;	/* head of the CQP command list */
cqp_cmd_head      474 drivers/infiniband/hw/i40iw/i40iw_utils.c 	while (!list_empty(&dev->cqp_cmd_head)) {
cqp_cmd_head      475 drivers/infiniband/hw/i40iw/i40iw_utils.c 		pcmdinfo = (struct cqp_commands_info *)i40iw_remove_head(&dev->cqp_cmd_head);