Lines Matching refs:eotid
96 u32 eotid, u32 hwqid) in cxgb4_init_eosw_txq() argument
112 eosw_txq->eotid = eotid; in cxgb4_init_eosw_txq()
113 eosw_txq->hwtid = adap->tids.eotid_base + eosw_txq->eotid; in cxgb4_init_eosw_txq()
390 fe.tid = eosw_txq->eotid; in cxgb4_mqprio_class_bind()
418 fe.tid = eosw_txq->eotid; in cxgb4_mqprio_class_unbind()
435 int eotid, ret; in cxgb4_mqprio_enable_offload() local
448 eotid = cxgb4_get_free_eotid(&adap->tids); in cxgb4_mqprio_enable_offload()
449 if (eotid < 0) { in cxgb4_mqprio_enable_offload()
455 hwqid = pi->first_qset + (eotid % pi->nqsets); in cxgb4_mqprio_enable_offload()
458 eotid, hwqid); in cxgb4_mqprio_enable_offload()
462 cxgb4_alloc_eotid(&adap->tids, eotid, eosw_txq); in cxgb4_mqprio_enable_offload()
522 cxgb4_free_eotid(&adap->tids, eosw_txq->eotid); in cxgb4_mqprio_enable_offload()
557 cxgb4_free_eotid(&adap->tids, eosw_txq->eotid); in cxgb4_mqprio_disable_offload()