Searched refs:txq (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.h506 int txq; member in struct:__anon11054
H A Dmwlhal.c257 mh->mh_streams[i].public.txq = ba2qid[i];
260 if (mh->mh_streams[i].public.txq < MWL_BAQID_MAX)
261 qid2ba[mh->mh_streams[i].public.txq] = i;
264 "stream %d\n", mh->mh_streams[i].public.txq, i);
/freebsd-11-stable/sys/mips/nlm/dev/net/
H A Dxlpge.c621 sc->portcfg[port].txq = txq_base + context;
822 dst = sc->txq;
1248 sc->txq = nae_port_config[port].txq;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.c172 struct iwm_tx_ring *ring = &sc->txq[IWM_MVM_CMD_QUEUE];
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c1721 const netif_tx_request_t *txq = RING_GET_REQUEST(txb, r_idx); local
1724 r_idx == pkt->car ? pkt->car_size : txq->size;
1735 gnttab[gnt_idx].source.u.ref = txq->gref;
1737 gnttab[gnt_idx].source.offset = txq->offset + r_ofs;
/freebsd-11-stable/sys/dev/ixl/
H A Dvirtchnl.h357 struct virtchnl_txq_info txq; member in struct:virtchnl_queue_pair_info
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c1101 struct sge_txq *txq = &qs->txq[TXQ_ETH]; local
1103 callout_drain(&txq->txq_watchdog);
1104 callout_drain(&txq->txq_timer);
1728 struct sge_txq *txq = &qs->txq[TXQ_ETH]; local
1730 callout_reset_on(&txq->txq_watchdog, hz, cxgb_tx_watchdog, qs,
1731 txq->txq_watchdog.c_cpu);
2249 drops += sc->sge.qs[i].txq[TXQ_ETH].txq_mr->br_drops;
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c284 if ((error = rt2860_alloc_tx_ring(sc, &sc->txq[qid])) != 0) {
367 rt2860_free_tx_ring(sc, &sc->txq[qid]);
386 rt2860_free_tx_ring(sc, &sc->txq[qid]);
1130 struct rt2860_tx_ring *ring = &sc->txq[qid];
1510 ring = &sc->txq[qid];
1764 ring = &sc->txq[qid];
3940 RAL_WRITE(sc, RT2860_TX_BASE_PTR(qid), sc->txq[qid].paddr);
4110 rt2860_reset_tx_ring(sc, &sc->txq[qid]);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c969 if (s->txq >= 0 && s->txq < vi->nofldtxq)
970 txqid = s->txq;
H A Dt4_tom.c942 .txq = -1,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h190 struct qlnx_tx_queue *txq[MAX_NUM_TC]; member in struct:qlnx_fastpath
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c480 nm_os_generic_find_num_queues(struct ifnet *ifp, u_int *txq, u_int *rxq) argument
484 *txq = num_rings;
H A Dnetmap_kern.h2048 void nm_os_generic_find_num_queues(struct ifnet *ifp, u_int *txq, u_int *rxq);
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c2981 } else if (!strcmp(s, "bind") || !strcmp(s, "txq") ||
2995 os->txq = val;
2997 } else if (!strcmp(s, "txq")) {
2998 os->txq = val;
3040 .txq = -1,
/freebsd-11-stable/sys/dev/ath/
H A Dif_athvar.h549 struct ath_txq *txq);
551 struct ath_txq *txq, struct ath_buf *bf);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_main.c1398 lio->txq = lio->linfo.txpciq[0].s.q_no;
1408 lio->tx_qsize = lio_get_tx_qsize(octeon_dev, lio->txq);
/freebsd-11-stable/sys/mips/nlm/hal/
H A Dnae.h592 uint32_t txq; member in struct:nae_port_config
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h751 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl,
H A Dt4_hw.c7764 * @txq: the max number of egress queues
7780 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl,
7796 V_FW_PFVF_CMD_NEQ(txq));
7779 t4_cfg_pfvf(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, unsigned int rxqi, unsigned int rxq, unsigned int tc, unsigned int vi, unsigned int cmask, unsigned int pmask, unsigned int nexact, unsigned int rcaps, unsigned int wxcaps) argument

Completed in 317 milliseconds

123