Searched refs:ctxtcnt (Results 1 – 5 of 5) sorted by relevance
105 if (dd->cfgctxts > dd->ctxtcnt) in qib_set_ctxtcnt()106 dd->cfgctxts = dd->ctxtcnt; in qib_set_ctxtcnt()108 dd->cfgctxts = dd->ctxtcnt; in qib_set_ctxtcnt()109 else if (qib_cfgctxts <= dd->ctxtcnt) in qib_set_ctxtcnt()112 dd->cfgctxts = dd->ctxtcnt; in qib_set_ctxtcnt()129 dd->rcd = kzalloc(sizeof(*dd->rcd) * dd->ctxtcnt, GFP_KERNEL); in qib_create_ctxts()1306 for (ctxt = 0; tmp && ctxt < dd->ctxtcnt; ctxt++) { in cleanup_device_data()
2318 dd->ctxtcnt = 5; in qib_7220_config_ctxts()2320 dd->ctxtcnt = 9; in qib_7220_config_ctxts()2322 dd->ctxtcnt = nchipctxts; in qib_7220_config_ctxts()2324 dd->ctxtcnt = qib_cfgctxts; in qib_7220_config_ctxts()2325 if (!dd->ctxtcnt) /* none of the above, set to max */ in qib_7220_config_ctxts()2326 dd->ctxtcnt = nchipctxts; in qib_7220_config_ctxts()2334 if (dd->ctxtcnt > 9) in qib_7220_config_ctxts()2336 else if (dd->ctxtcnt > 5) in qib_7220_config_ctxts()2778 mask = (1ULL << dd->ctxtcnt) - 1; in rcvctrl_7220_mod()
3626 dd->ctxtcnt = 6; in qib_7322_config_ctxts()3628 dd->ctxtcnt = 10; in qib_7322_config_ctxts()3630 dd->ctxtcnt = nchipctxts; in qib_7322_config_ctxts()3632 dd->ctxtcnt = dd->num_pports; in qib_7322_config_ctxts()3634 dd->ctxtcnt = qib_cfgctxts; in qib_7322_config_ctxts()3635 if (!dd->ctxtcnt) /* none of the above, set to max */ in qib_7322_config_ctxts()3636 dd->ctxtcnt = nchipctxts; in qib_7322_config_ctxts()3644 if (dd->ctxtcnt > 10) in qib_7322_config_ctxts()3646 else if (dd->ctxtcnt > 6) in qib_7322_config_ctxts()4212 mask = (1ULL << dd->ctxtcnt) - 1; in rcvctrl_7322_mod()[all …]
2073 dd->ctxtcnt = qib_read_kreg32(dd, kr_portcnt); in qib_6120_config_ctxts()2076 if (dd->first_user_ctxt > dd->ctxtcnt) in qib_6120_config_ctxts()2077 dd->first_user_ctxt = dd->ctxtcnt; in qib_6120_config_ctxts()2149 mask = (1ULL << dd->ctxtcnt) - 1; in rcvctrl_6120_mod()
971 u32 ctxtcnt; member