Searched refs:first_pending (Results 1 – 3 of 3) sorted by relevance
731 host->first_pending = scbp; in initio_append_pend_scb()744 if ((scbp->next = host->first_pending) != NULL) { in initio_push_pend_scb()745 host->first_pending = scbp; in initio_push_pend_scb()747 host->first_pending = scbp; in initio_push_pend_scb()757 first = host->first_pending; in initio_find_first_pend_scb()787 prev = tmp = host->first_pending; in initio_unlink_pend_scb()790 if (tmp == host->first_pending) { in initio_unlink_pend_scb()791 if ((host->first_pending = tmp->next) == NULL) in initio_unlink_pend_scb()953 prev = tmp = host->first_pending; /* Check Pend queue */ in initio_abort_srb()960 } else if (tmp == host->first_pending) { in initio_abort_srb()[all …]
529 struct scsi_ctrl_blk *first_pending; /* 40 */ member
88 struct rb_node *first_pending; /* first node in the tree */ member623 if (!parent_sq->first_pending) in throtl_rb_first()624 parent_sq->first_pending = rb_first(&parent_sq->pending_tree); in throtl_rb_first()626 if (parent_sq->first_pending) in throtl_rb_first()627 return rb_entry_tg(parent_sq->first_pending); in throtl_rb_first()641 if (parent_sq->first_pending == n) in throtl_rb_erase()642 parent_sq->first_pending = NULL; in throtl_rb_erase()680 parent_sq->first_pending = &tg->rb_node; in tg_service_queue_add()