Searched refs:cqp_cmd_head (Results 1 – 3 of 3) sorted by relevance
472 while (!list_empty(&dev->cqp_cmd_head)) { in i40iw_cleanup_pending_cqp_op()473 pcmdinfo = (struct cqp_commands_info *)i40iw_remove_head(&dev->cqp_cmd_head); in i40iw_cleanup_pending_cqp_op()
485 INIT_LIST_HEAD(&cqp->dev->cqp_cmd_head); /* for the cqp commands backlog. */ in i40iw_sc_cqp_init()4383 if (list_empty(&dev->cqp_cmd_head) && !i40iw_ring_full(dev->cqp)) in i40iw_process_cqp_cmd()4386 list_add_tail(&pcmdinfo->cqp_cmd_entry, &dev->cqp_cmd_head); in i40iw_process_cqp_cmd()4402 while (!list_empty(&dev->cqp_cmd_head) && !i40iw_ring_full(dev->cqp)) { in i40iw_process_bh()4403 pcmdinfo = (struct cqp_commands_info *)i40iw_remove_head(&dev->cqp_cmd_head); in i40iw_process_bh()
477 struct list_head cqp_cmd_head; /* head of the CQP command list */ member