Searched refs:txc (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/tools/tools/ath/athalq/
H A Dar9300_ds.c128 struct ar9300_txc txc; local
131 memcpy(&txc, &a->payload, 96);
139 txc.ds_info & 0xff,
140 MS(txc.ds_info, AR_tx_qcu_num),
141 MS(txc.ds_info, AR_ctrl_stat),
142 MS(txc.ds_info, AR_desc_id));
145 printf(" Link 0x%08x\n", txc.ds_link);
149 txc.ds_data0,
150 MS(txc.ds_ctl3, AR_buf_len));
154 txc
[all...]
H A Dar5416_ds.c125 struct ar5416_desc txc; local
128 memcpy(&txc, &a->payload, sizeof(struct ar5416_desc));
136 txc.ds_link,
137 txc.ds_data);
141 txc.ds_ctl0 & AR_FrameLen,
142 MF(txc.ds_ctl0, AR_VirtMoreFrag));
144 MS(txc.ds_ctl0, AR_XmitPower),
145 MF(txc.ds_ctl0, AR_RTSEnable),
146 MF(txc.ds_ctl0, AR_VEOL),
147 MF(txc
[all...]
H A Dar5212_ds.c84 struct ar5212_desc txc; local
87 memcpy(&txc, &a->payload, sizeof(struct ar5212_desc));
95 txc.ds_link,
96 txc.ds_data);
99 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen);
101 MS(txc.ds_ctl0, AR_XmitPower),
102 MF(txc.ds_ctl0, AR_RTSCTSEnable),
103 MF(txc.ds_ctl0, AR_VEOL),
104 MF(txc.ds_ctl0, AR_ClearDestMask),
105 MF(txc
[all...]
H A Dar5416_ds_tdma.c128 struct ar5416_desc txc; local
131 memcpy(&txc, &a->payload, sizeof(struct ar5416_desc));
139 txc.ds_link,
140 txc.ds_data);
144 txc.ds_ctl0 & AR_FrameLen,
145 MF(txc.ds_ctl0, AR_VirtMoreFrag));
147 MS(txc.ds_ctl0, AR_XmitPower),
148 MF(txc.ds_ctl0, AR_RTSEnable),
149 MF(txc.ds_ctl0, AR_VEOL),
150 MF(txc
[all...]
H A Dar5210_ds.c77 struct ar5210_desc txc; local
80 memcpy(&txc, &a->payload, sizeof(struct ar5210_desc));
88 txc.ds_link,
89 txc.ds_data);
92 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen);
94 MS(txc.ds_ctl0, AR_XmitRate),
95 MF(txc.ds_ctl0, AR_RTSCTSEnable),
96 MF(txc.ds_ctl0, AR_ClearDestMask),
97 MF(txc.ds_ctl0, AR_AntModeXmit));
99 MS(txc
[all...]
H A Dar5211_ds.c78 struct ar5211_desc txc; local
81 memcpy(&txc, &a->payload, sizeof(struct ar5211_desc));
89 txc.ds_link,
90 txc.ds_data);
93 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen);
95 MS(txc.ds_ctl0, AR_XmitRate),
96 MF(txc.ds_ctl0, AR_RTSCTSEnable),
97 MF(txc.ds_ctl0, AR_VEOL),
98 MF(txc.ds_ctl0, AR_ClearDestMask),
99 MF(txc
[all...]
/freebsd-10-stable/contrib/ntp/util/
H A Dtickadj.c30 struct timex txc; variable in typeref:struct:timex
49 txc.time_tick = i;
50 txc.modes = ADJ_TIMETICK;
60 txc.tickadj = i;
61 txc.modes |= ADJ_TICKADJ;
76 txc.time_tick = i;
77 txc.modes |= ADJ_TIMETICK;
97 if (adjtimex(&txc) < 0)
101 txc.time_tick, txc
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dsama5d3xcm.dtsi47 txc-skew-ps = <3000>;
61 txc-skew-ps = <3000>;
H A Dimx6qdl-nitrogen6x.dtsi161 txc-skew-ps = <3000>;
H A Dimx6qdl-sabrelite.dtsi160 txc-skew-ps = <3000>;
/freebsd-10-stable/sys/dev/ste/
H A Dif_ste.c1124 struct ste_chain *txc; local
1266 txc = &sc->ste_cdata.ste_tx_chain[i];
1267 txc->ste_ptr = NULL;
1268 txc->ste_mbuf = NULL;
1269 txc->ste_next = NULL;
1270 txc->ste_phys = 0;
1271 txc->ste_map = NULL;
1273 &txc->ste_map);
1309 struct ste_chain *txc; local
1316 txc
1813 ste_encap(struct ste_softc *sc, struct mbuf **m_head, struct ste_chain *txc) argument
[all...]
/freebsd-10-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1194 struct vmxnet3_comp_ring *txc; local
1203 txc = &txq->vxtxq_comp_ring;
1234 error = vmxnet3_dma_malloc(sc, compsz, 512, &txc->vxcr_dma);
1240 txc->vxcr_u.txcd =
1241 (struct vmxnet3_txcompdesc *) txc->vxcr_dma.dma_vaddr;
1263 struct vmxnet3_comp_ring *txc; local
1272 txc = &txq->vxtxq_comp_ring;
1283 if (txc->vxcr_u.txcd != NULL) {
1284 vmxnet3_dma_free(sc, &txc->vxcr_dma);
1285 txc
1838 struct vmxnet3_comp_ring *txc; local
2448 struct vmxnet3_comp_ring *txc; local
[all...]
/freebsd-10-stable/contrib/ntp/
H A Dconfigure31238 ans=txc.tick

Completed in 239 milliseconds