Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/arm/
Dfas216.h224 int next_pending; /* next pending device */ member
/linux-4.4.14/drivers/scsi/
Dinitio.h522 struct scsi_ctrl_blk *next_pending; /* 28 */ member
Dinitio.c2904 host->next_pending = scb; in initio_probe_one()
/linux-4.4.14/drivers/s390/net/
Dqeth_core.h454 struct qeth_qdio_out_buffer *next_pending; member
Dqeth_core_main.c439 if (q->bufs[bidx]->next_pending != NULL) { in qeth_cleanup_handled_pending()
441 struct qeth_qdio_out_buffer *c = q->bufs[bidx]->next_pending; in qeth_cleanup_handled_pending()
455 c = f->next_pending; in qeth_cleanup_handled_pending()
456 WARN_ON_ONCE(head->next_pending != f); in qeth_cleanup_handled_pending()
457 head->next_pending = c; in qeth_cleanup_handled_pending()
461 c = c->next_pending; in qeth_cleanup_handled_pending()
2427 newbuf->next_pending = q->bufs[bidx]; in qeth_init_qdio_out_buf()
2435 (long) newbuf->next_pending); in qeth_init_qdio_out_buf()