Lines Matching refs:ctxtcnt
3896 dd->ctxtcnt = 6;
3898 dd->ctxtcnt = 10;
3900 dd->ctxtcnt = nchipctxts;
3902 dd->ctxtcnt = dd->num_pports;
3904 dd->ctxtcnt = qib_cfgctxts;
3905 if (!dd->ctxtcnt) /* none of the above, set to max */
3906 dd->ctxtcnt = nchipctxts;
3914 if (dd->ctxtcnt > 10)
3916 else if (dd->ctxtcnt > 6)
4480 mask = (1ULL << dd->ctxtcnt) - 1;
6669 if (!dd->ctxtcnt)
6670 dd->ctxtcnt = 1; /* for other initialization code */