Searched refs:next_pending (Results 1 – 5 of 5) sorted by relevance
221 int next_pending; /* next pending device */ member
522 struct scsi_ctrl_blk *next_pending; /* 28 */ member
2873 host->next_pending = scb; in initio_probe_one()
401 if (q->bufs[bidx]->next_pending != NULL) { in qeth_cleanup_handled_pending()403 struct qeth_qdio_out_buffer *c = q->bufs[bidx]->next_pending; in qeth_cleanup_handled_pending()417 c = f->next_pending; in qeth_cleanup_handled_pending()418 WARN_ON_ONCE(head->next_pending != f); in qeth_cleanup_handled_pending()419 head->next_pending = c; in qeth_cleanup_handled_pending()423 c = c->next_pending; in qeth_cleanup_handled_pending()2260 newbuf->next_pending = q->bufs[bidx]; in qeth_init_qdio_out_buf()
456 struct qeth_qdio_out_buffer *next_pending; member