Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/arm/
Dfas216.h221 int next_pending; /* next pending device */ member
/Linux-v5.10/drivers/scsi/
Dinitio.h522 struct scsi_ctrl_blk *next_pending; /* 28 */ member
Dinitio.c2873 host->next_pending = scb; in initio_probe_one()
/Linux-v5.10/drivers/s390/net/
Dqeth_core_main.c475 if (q->bufs[bidx]->next_pending != NULL) { in qeth_cleanup_handled_pending()
477 struct qeth_qdio_out_buffer *c = q->bufs[bidx]->next_pending; in qeth_cleanup_handled_pending()
492 c = f->next_pending; in qeth_cleanup_handled_pending()
493 WARN_ON_ONCE(head->next_pending != f); in qeth_cleanup_handled_pending()
494 head->next_pending = c; in qeth_cleanup_handled_pending()
498 c = c->next_pending; in qeth_cleanup_handled_pending()
2616 newbuf->next_pending = q->bufs[bidx]; in qeth_init_qdio_out_buf()
Dqeth_core.h441 struct qeth_qdio_out_buffer *next_pending; member