Lines Matching refs:list_entry

660 			INIT_LIST_HEAD(&io->list_entry);  in efct_hw_init_prereg_io()
661 list_add_tail(&io->list_entry, &hw->io_free); in efct_hw_init_prereg_io()
688 INIT_LIST_HEAD(&io->list_entry); in efct_hw_init_io()
689 list_add_tail(&io->list_entry, &hw->io_free); in efct_hw_init_io()
928 list_entry); in efct_hw_init()
929 list_del_init(&temp->list_entry); in efct_hw_init()
939 list_entry); in efct_hw_init()
940 list_del_init(&temp->list_entry); in efct_hw_init()
950 list_entry); in efct_hw_init()
951 list_del_init(&temp->list_entry); in efct_hw_init()
1356 struct efct_command_ctx, list_entry); in efct_hw_cmd_submit_pending()
1360 list_del_init(&ctx->list_entry); in efct_hw_cmd_submit_pending()
1362 list_add_tail(&ctx->list_entry, &hw->cmd_head); in efct_hw_cmd_submit_pending()
1438 INIT_LIST_HEAD(&ctx->list_entry); in efct_hw_command()
1439 list_add_tail(&ctx->list_entry, &hw->cmd_pending); in efct_hw_command()
1460 struct efct_command_ctx, list_entry); in efct_hw_command_process()
1461 list_del_init(&ctx->list_entry); in efct_hw_command_process()
1518 struct efct_command_ctx, list_entry); in efct_hw_command_cancel()
1583 list_entry); in _efct_hw_io_alloc()
1584 list_del(&io->list_entry); in _efct_hw_io_alloc()
1587 INIT_LIST_HEAD(&io->list_entry); in _efct_hw_io_alloc()
1588 list_add_tail(&io->list_entry, &hw->io_inuse); in _efct_hw_io_alloc()
1632 INIT_LIST_HEAD(&io->list_entry); in efct_hw_io_free_move_correct_list()
1633 list_add_tail(&io->list_entry, &hw->io_wait_free); in efct_hw_io_free_move_correct_list()
1637 INIT_LIST_HEAD(&io->list_entry); in efct_hw_io_free_move_correct_list()
1638 list_add_tail(&io->list_entry, &hw->io_free); in efct_hw_io_free_move_correct_list()
1665 if (!list_empty(&io->list_entry) && !list_empty(&hw->io_inuse)) { in efct_hw_io_free_internal()
1666 list_del_init(&io->list_entry); in efct_hw_io_free_internal()
1841 &hw->io_inuse, list_entry) { in efct_hw_io_abort_all()
2014 if (io_to_abort->wqe.list_entry.next) { in efct_hw_io_abort()
2082 INIT_LIST_HEAD(&wqcb->list_entry); in efct_hw_reqtag_pool_alloc()
2083 list_add_tail(&wqcb->list_entry, &reqtag_pool->freelist); in efct_hw_reqtag_pool_alloc()
2105 struct hw_wq_callback, list_entry); in efct_hw_reqtag_alloc()
2109 list_del_init(&wqcb->list_entry); in efct_hw_reqtag_alloc()
2132 INIT_LIST_HEAD(&wqcb->list_entry); in efct_hw_reqtag_free()
2133 list_add(&wqcb->list_entry, &hw->wq_reqtag_pool->freelist); in efct_hw_reqtag_free()
2296 struct efct_hw_wqe, list_entry); in hw_wq_submit_pending()
2297 list_del_init(&wqe->list_entry); in hw_wq_submit_pending()
2303 INIT_LIST_HEAD(&wqe->list_entry); in hw_wq_submit_pending()
2304 list_add_tail(&wqe->list_entry, &wq->pending_list); in hw_wq_submit_pending()
2491 list_del_init(&io->list_entry); in efct_hw_xabt_process()
2521 INIT_LIST_HEAD(&wqe->list_entry); in efct_hw_wq_write()
2522 list_add_tail(&wqe->list_entry, &wq->pending_list); in efct_hw_wq_write()
2530 INIT_LIST_HEAD(&wqe->list_entry); in efct_hw_wq_write()
2531 list_add_tail(&wqe->list_entry, &wq->pending_list); in efct_hw_wq_write()
2535 list_entry); in efct_hw_wq_write()
2539 list_del_init(&wqe->list_entry); in efct_hw_wq_write()
2548 INIT_LIST_HEAD(&wqe->list_entry); in efct_hw_wq_write()
2549 list_add_tail(&wqe->list_entry, &wq->pending_list); in efct_hw_wq_write()