Lines Matching refs:have_rrbs
2856 int have_rrbs; in pcibr_dmamap_alloc() local
2877 have_rrbs = pcibr_soft->bs_rrb_valid[slot][vchan]; in pcibr_dmamap_alloc()
2878 if (have_rrbs < 2) { in pcibr_dmamap_alloc()
2883 if (have_rrbs < min_rrbs) in pcibr_dmamap_alloc()
2885 min_rrbs - have_rrbs); in pcibr_dmamap_alloc()
2956 int have_rrbs; in pcibr_dmamap_alloc() local
2993 have_rrbs = pcibr_soft->bs_rrb_valid[slot][vchan]; in pcibr_dmamap_alloc()
2994 if (have_rrbs < 2) { in pcibr_dmamap_alloc()
2999 if (have_rrbs < min_rrbs) in pcibr_dmamap_alloc()
3001 min_rrbs - have_rrbs); in pcibr_dmamap_alloc()
3362 int have_rrbs;
3449 have_rrbs = pcibr_soft->bs_rrb_valid[pciio_slot][vchan];
3450 if (have_rrbs < 2) {
3455 if (have_rrbs < min_rrbs)
3457 min_rrbs - have_rrbs);
3528 have_rrbs = pcibr_soft->bs_rrb_valid[pciio_slot][vchan];
3529 if (have_rrbs < 2) {
3534 if (have_rrbs < min_rrbs)
3536 vchan, min_rrbs - have_rrbs);