Lines Matching refs:qoffset
14 u32 speed, qcount = 0, qoffset = 0; in cxgb4_mqprio_validate() local
48 qoffset = max_t(u16, mqprio->qopt.offset[i], qoffset); in cxgb4_mqprio_validate()
81 if (qoffset >= adap->tids.neotids || qcount > adap->tids.neotids) in cxgb4_mqprio_validate()
431 u32 qoffset, qcount, tot_qcount, qid, hwqid; in cxgb4_mqprio_enable_offload() local
445 qoffset = mqprio->qopt.offset[i]; in cxgb4_mqprio_enable_offload()
454 qid = qoffset + j; in cxgb4_mqprio_enable_offload()
488 qoffset = mqprio->qopt.offset[i] + pi->nqsets; in cxgb4_mqprio_enable_offload()
491 qoffset = 0; in cxgb4_mqprio_enable_offload()
494 ret = netdev_set_tc_queue(dev, i, qcount, qoffset); in cxgb4_mqprio_enable_offload()
514 qoffset = mqprio->qopt.offset[i]; in cxgb4_mqprio_enable_offload()
517 eosw_txq = &tc_port_mqprio->eosw_txq[qoffset + j]; in cxgb4_mqprio_enable_offload()
537 u32 qoffset, qcount; in cxgb4_mqprio_disable_offload() local
549 qoffset = tc_port_mqprio->mqprio.qopt.offset[i]; in cxgb4_mqprio_disable_offload()
552 eosw_txq = &tc_port_mqprio->eosw_txq[qoffset + j]; in cxgb4_mqprio_disable_offload()