Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss.h74 int max_outstanding; /* Debug */ member
229 if ( h->commands_outstanding > h->max_outstanding) in SA5_submit_command()
230 h->max_outstanding = h->commands_outstanding; in SA5_submit_command()
Dcciss.c404 h->maxQsinceinit, h->max_outstanding, h->maxSG); in cciss_seq_show_header()
/linux-4.1.27/drivers/dma/
Dxgene-dma.c320 int max_outstanding; member
768 if (chan->pending >= chan->max_outstanding) in xgene_chan_xfer_ld_pending()
1514 chan->max_outstanding = rx_ring->slots; in xgene_dma_create_chan_rings()