Searched refs:txqid (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c357 int txqid, rxqid, flowclen; local
373 get_qids_from_mbuf(m, &txqid, &rxqid);
374 ofld_txq = &sc->sge.ofld_txq[txqid];
850 int txqid; local
869 get_qids_from_mbuf(synqe->syn, &txqid, NULL);
870 ofld_txq = &sc->sge.ofld_txq[txqid];
948 uint32_t txqid, rxqid; local
950 txqid = (arc4random() % vi->nofldtxq) + vi->first_ofld_txq;
953 m->m_pkthdr.flowid = (txqid << 16) | (rxqid & 0xffff);
957 get_qids_from_mbuf(struct mbuf *m, int *txqid, in argument
1470 u_int txqid, rxqid; local
[all...]
H A Dt4_tom.c112 alloc_toepcb(struct vi_info *vi, int txqid, int rxqid, int flags) argument
135 if (txqid < 0)
136 txqid = (arc4random() % vi->nofldtxq) + vi->first_ofld_txq;
137 KASSERT(txqid >= vi->first_ofld_txq &&
138 txqid < vi->first_ofld_txq + vi->nofldtxq,
139 ("%s: txqid %d for vi %p (first %d, n %d)", __func__, txqid, vi,
161 toep->ofld_txq = &sc->sge.ofld_txq[txqid];
/freebsd-11.0-release/sys/net/
H A Diflib.h335 void iflib_tx_intr_deferred(if_ctx_t ctx, int txqid);
H A Diflib.c4476 iflib_tx_intr_deferred(if_ctx_t ctx, int txqid) argument
4479 GROUPTASK_ENQUEUE(&ctx->ifc_txqs[txqid].ift_task);
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_uathreg.h175 uint32_t txqid; /* tx queue id and flags */ member in struct:uath_tx_desc
H A Dif_uath.c1348 desc->txqid = htobe32(0);
1581 desc->txqid = htobe32(WME_AC_VO | UATH_TXQID_MINRATE);
1583 desc->txqid = htobe32(WME_AC_BE | UATH_TXQID_MINRATE);
1587 desc->txqid = htobe32(M_WME_GETAC(m0));
1606 "send frame ix %u framelen %d msglen %d connid 0x%x txqid 0x%x\n",
1608 be32toh(desc->txqid));

Completed in 97 milliseconds