Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c1282 struct list_head wait_ccbq; /* Queue of waiting for IO CCBs */ member
4396 qp = ncr_list_pop(&lp->wait_ccbq); in ncr_start_next_ccb()
4713 list_splice_init(&lp->skip_ccbq, &lp->wait_ccbq); in ncr_complete()
4914 !list_empty(&lp->wait_ccbq)) in ncr_complete()
7006 list_add_tail(qp, &lp->wait_ccbq); in ncr_get_ccb()
7350 INIT_LIST_HEAD(&lp->wait_ccbq); in ncr_alloc_lcb()