Home
last modified time | relevance | path

Searched refs:cqp_cmd_head (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_utils.c474 while (!list_empty(&dev->cqp_cmd_head)) { in i40iw_cleanup_pending_cqp_op()
475 pcmdinfo = (struct cqp_commands_info *)i40iw_remove_head(&dev->cqp_cmd_head); in i40iw_cleanup_pending_cqp_op()
Di40iw_ctrl.c485 INIT_LIST_HEAD(&cqp->dev->cqp_cmd_head); /* for the cqp commands backlog. */ in i40iw_sc_cqp_init()
4288 if (list_empty(&dev->cqp_cmd_head) && !i40iw_ring_full(dev->cqp)) in i40iw_process_cqp_cmd()
4291 list_add_tail(&pcmdinfo->cqp_cmd_entry, &dev->cqp_cmd_head); in i40iw_process_cqp_cmd()
4307 while (!list_empty(&dev->cqp_cmd_head) && !i40iw_ring_full(dev->cqp)) { in i40iw_process_bh()
4308 pcmdinfo = (struct cqp_commands_info *)i40iw_remove_head(&dev->cqp_cmd_head); in i40iw_process_bh()
Di40iw_type.h471 struct list_head cqp_cmd_head; /* head of the CQP command list */ member