Searched refs:txs (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/tools/tools/ath/athalq/
H A Dar9300_ds.c44 struct ar9300_txs txs; local
46 /* XXX assumes txs is smaller than PAYLOAD_LEN! */
47 memcpy(&txs, &a->payload, sizeof(struct ar9300_txs));
53 printf(" DescId=0x%08x\n", txs.status1);
56 txs.ds_info & 0xff,
57 MS(txs.ds_info, AR_tx_qcu_num),
58 MS(txs.ds_info, AR_ctrl_stat),
59 MS(txs.ds_info, AR_desc_id));
61 printf(" TxTimestamp=0x%08x\n", txs.status4);
64 MF(txs
[all...]
H A Dar5416_ds.c43 struct ar5416_desc txs; local
45 /* XXX assumes txs is smaller than PAYLOAD_LEN! */
46 memcpy(&txs, &a->payload, sizeof(struct ar5416_desc));
52 MF(txs.u.tx.status[9], AR_TxDone),
53 MF(txs.u.tx.status[1], AR_FrmXmitOK),
54 MF(txs.u.tx.status[1], AR_Filtered),
55 txs.u.tx.status[2]);
59 MS(txs.u.tx.status[0], AR_TxRSSIAnt00),
60 MS(txs.u.tx.status[0], AR_TxRSSIAnt01),
61 MS(txs
[all...]
H A Dar5211_ds.c43 struct ar5211_desc txs; local
45 /* XXX assumes txs is smaller than PAYLOAD_LEN! */
46 memcpy(&txs, &a->payload, sizeof(struct ar5211_desc));
55 MF(txs.ds_status0, AR_FrmXmitOK),
56 MF(txs.ds_status0, AR_ExcessiveRetries),
57 MF(txs.ds_status0, AR_FIFOUnderrun),
58 MF(txs.ds_status0, AR_Filtered));
60 MS(txs.ds_status0, AR_LongRetryCnt),
61 MS(txs.ds_status0, AR_ShortRetryCnt),
62 MS(txs
[all...]
H A Dar5210_ds.c43 struct ar5210_desc txs; local
45 /* XXX assumes txs is smaller than PAYLOAD_LEN! */
46 memcpy(&txs, &a->payload, sizeof(struct ar5210_desc));
55 MF(txs.ds_status0, AR_FrmXmitOK),
56 MF(txs.ds_status0, AR_ExcessiveRetries),
57 MF(txs.ds_status0, AR_FIFOUnderrun),
58 MF(txs.ds_status0, AR_Filtered));
60 MS(txs.ds_status0, AR_LongRetryCnt),
61 MS(txs.ds_status0, AR_ShortRetryCnt));
63 MS(txs
[all...]
H A Dar5212_ds.c43 struct ar5212_desc txs; local
45 /* XXX assumes txs is smaller than PAYLOAD_LEN! */
46 memcpy(&txs, &a->payload, sizeof(struct ar5212_desc));
52 MF(txs.u.tx.status1, AR_Done),
53 MS(txs.u.tx.status0, AR_SendTimestamp));
57 MF(txs.u.tx.status0, AR_FrmXmitOK),
58 MF(txs.u.tx.status0, AR_ExcessiveRetries),
59 MF(txs.u.tx.status0, AR_FIFOUnderrun),
60 MF(txs.u.tx.status0, AR_Filtered));
62 MS(txs
[all...]
H A Dar5416_ds_tdma.c43 struct ar5416_desc txs; local
46 /* XXX assumes txs is smaller than PAYLOAD_LEN! */
47 memcpy(&txs, &a->payload, sizeof(struct ar5416_desc));
49 if (MF(txs.u.tx.status[9], AR_TxDone) == 0)
55 MF(txs.u.tx.status[9], AR_TxDone),
56 txs.u.tx.status[2],
57 txs.u.tx.status[2] - tx_tsf);
59 tx_tsf = txs.u.tx.status[2];
64 MS(txs.u.tx.status[0], AR_TxRSSIAnt00),
65 MS(txs
[all...]
/freebsd-10-stable/sys/powerpc/ps3/
H A Dif_glc.c123 struct glc_txsoft *txs; local
229 txs = &sc->sc_txsoft[i];
230 txs->txs_mbuf = NULL;
231 err = bus_dmamap_create(sc->sc_txdma_tag, 0, &txs->txs_dmamap);
237 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
295 struct glc_txsoft *txs; local
323 while ((txs = STAILQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
325 bus_dmamap_unload(sc->sc_txdma_tag, txs->txs_dmamap);
327 if (txs->txs_mbuf != NULL) {
328 m_freem(txs
610 struct glc_txsoft *txs; local
788 struct glc_txsoft *txs; local
[all...]
/freebsd-10-stable/sys/dev/bm/
H A Dif_bm.c303 struct bm_txsoft *txs; local
392 txs = &sc->sc_txsoft[i];
393 txs->txs_mbuf = NULL;
394 error = bus_dmamap_create(sc->sc_tdma_tag, 0, &txs->txs_dmamap);
400 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
656 struct bm_txsoft *txs; local
661 while ((txs = STAILQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
662 if (!dbdma_get_cmd_status(sc->sc_txdma, txs->txs_lastdesc))
666 bus_dmamap_unload(sc->sc_tdma_tag, txs->txs_dmamap);
668 if (txs
765 struct bm_txsoft *txs; local
1015 struct bm_txsoft *txs; local
[all...]
/freebsd-10-stable/sys/dev/cas/
H A Dif_cas.c185 struct cas_txsoft *txs; local
289 txs = &sc->sc_txsoft[i];
290 txs->txs_mbuf = NULL;
291 txs->txs_ndescs = 0;
293 &txs->txs_dmamap)) != 0) {
299 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
723 struct cas_txsoft *txs; local
741 while ((txs = STAILQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
743 if (txs->txs_ndescs != 0) {
744 bus_dmamap_sync(sc->sc_tdmatag, txs
1190 struct cas_txsoft *txs; local
1507 struct cas_txsoft *txs; local
[all...]
/freebsd-10-stable/sys/dev/gem/
H A Dif_gem.c150 struct gem_txsoft *txs; local
244 txs = &sc->sc_txsoft[i];
245 txs->txs_mbuf = NULL;
246 txs->txs_ndescs = 0;
248 &txs->txs_dmamap)) != 0) {
254 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
660 struct gem_txsoft *txs; local
677 while ((txs = STAILQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
679 if (txs->txs_ndescs != 0) {
680 bus_dmamap_sync(sc->sc_tdmatag, txs
1106 struct gem_txsoft *txs; local
1411 struct gem_txsoft *txs; local
[all...]
/freebsd-10-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c190 netif_tx_sring_t* txs; member in struct:__anon1894
348 xnb_unit_pvt.txs = malloc(PAGE_SIZE, M_XENNETBACK, M_WAITOK|M_ZERO);
349 if (xnb_unit_pvt.txs != NULL) {
350 SHARED_RING_INIT(xnb_unit_pvt.txs);
351 BACK_RING_INIT(&xnb_unit_pvt.txb, xnb_unit_pvt.txs, PAGE_SIZE);
352 FRONT_RING_INIT(&xnb_unit_pvt.txf, xnb_unit_pvt.txs, PAGE_SIZE);
377 if (xnb_unit_pvt.txs != NULL) {
378 free(xnb_unit_pvt.txs, M_XENNETBACK);
610 xnb_unit_pvt.txs->req_prod = rsize - 2;
611 xnb_unit_pvt.txs
[all...]
/freebsd-10-stable/sys/dev/ctau/
H A Dctau.c543 if (c->hopt.txs == CLK_LINE) {
561 c->hopt.txs = CLK_LINE;
593 c->hopt.txs = CLK_LINE;
1037 unsigned char rxs, txs, dmr = 0; local
1045 txs = CLK_INT;
1064 txs = c->hopt.txs;
1120 txs |= txbr;
1131 outb (c->TXS, txs);
1132 if ((txs
1213 unsigned char txs = inb (c->TXS) & ~CLK_MASK; local
1254 unsigned char txs = inb (c->TXS) & ~CLK_MASK; local
[all...]
H A Dctddk.h221 unsigned char txs; /* transmit clock source */ member in struct:__anon8130
H A Dctddk.c157 c->hopt.txs = CLK_INT;
160 c->hopt.txs = CLK_LINE;
/freebsd-10-stable/sys/dev/ic/
H A Dhd64570.h69 unsigned char txs; /* rw */ member in struct:msci_channel
/freebsd-10-stable/sys/dev/xen/netfront/
H A Dnetfront.c617 netif_tx_sring_t *txs; local
629 txs = (netif_tx_sring_t *)malloc(PAGE_SIZE, M_DEVBUF, M_NOWAIT|M_ZERO);
630 if (!txs) {
635 SHARED_RING_INIT(txs);
636 FRONT_RING_INIT(&info->tx, txs, PAGE_SIZE);
637 error = xenbus_grant_ring(dev, virt_to_mfn(txs), &info->tx_ring_ref);
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_generic.c211 void generic_rate(int txp, int txs, int txi, int rxp, int rxs, int rxi) argument
214 if (txs) rate_ctx.new.txsync++;
H A Dnetmap_kern.h1519 void generic_rate(int txp, int txs, int txi, int rxp, int rxs, int rxi);
1521 #define generic_rate(txp, txs, txi, rxp, rxs, rxi)
/freebsd-10-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c753 struct vmxnet3_txq_shared *txs; local
762 txs = txq->vxtxq_ts;
763 txs->intr_idx = txq->vxtxq_intr_idx;
1506 struct vmxnet3_txq_shared *txs; local
1561 txs = txq->vxtxq_ts;
1563 txs->cmd_ring = txq->vxtxq_cmd_ring.vxtxr_dma.dma_paddr;
1564 txs->cmd_ring_len = txq->vxtxq_cmd_ring.vxtxr_ndesc;
1565 txs->comp_ring = txq->vxtxq_comp_ring.vxcr_dma.dma_paddr;
1566 txs->comp_ring_len = txq->vxtxq_comp_ring.vxcr_ndesc;
1567 txs
[all...]
/freebsd-10-stable/sys/dev/ae/
H A Dif_ae.c1812 ae_txs_t *txs; local
1832 txs = sc->txs_base + sc->txs_ack;
1833 flags = le16toh(txs->flags);
1836 txs->flags = htole16(flags & ~AE_TXS_UPDATE);
1847 if (txs->len != txd->len)
1849 le16toh(txs->len), le16toh(txd->len));
/freebsd-10-stable/sys/dev/altera/atse/
H A Dif_atse.c1128 uint32_t rxs, rxe, rxi, rxf, txs, txe, txi, txf; local
1138 txs = ATSE_TX_STATUS_READ(sc);
1146 "txs 0x%x txe 0x%x txi 0x%x txf 0x%x\n",
1149 txs, txe, txi, txf);
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath.c784 uint32_t rxs, txs; local
820 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 0, &txs);
822 ic->ic_txstream = txs;
839 if (txs > 1 && ath_hal_getcapability(ah, HAL_CAP_TX_STBC, 0,
855 "[HT] %d RX streams; %d TX streams\n", rxs, txs);

Completed in 318 milliseconds