Lines Matching refs:ctxtcnt
3918 dd->ctxtcnt = 6;
3920 dd->ctxtcnt = 10;
3922 dd->ctxtcnt = nchipctxts;
3924 dd->ctxtcnt = dd->num_pports;
3926 dd->ctxtcnt = qib_cfgctxts;
3927 if (!dd->ctxtcnt) /* none of the above, set to max */
3928 dd->ctxtcnt = nchipctxts;
3936 if (dd->ctxtcnt > 10)
3938 else if (dd->ctxtcnt > 6)
4502 mask = (1ULL << dd->ctxtcnt) - 1;
6698 if (!dd->ctxtcnt)
6699 dd->ctxtcnt = 1; /* for other initialization code */