Home
last modified time | relevance | path

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

/linux-4.4.14/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.c402 h->maxQsinceinit, h->max_outstanding, h->maxSG); in cciss_seq_show_header()
/linux-4.4.14/drivers/dma/
Dxgene-dma.c290 int max_outstanding; member
723 if (chan->pending >= chan->max_outstanding) in xgene_chan_xfer_ld_pending()
1418 chan->max_outstanding = tx_ring->slots; in xgene_dma_create_chan_rings()