Searched refs:txi (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c579 uint32_t txi; local
655 txi = next_txi = ldcp->next_txi;
657 txdp = &(ldcp->mtxdp[txi]);
720 if (ldcp->resched_peer == B_TRUE && ldcp->resched_peer_txi == txi) {
744 rv = vgen_send_dringdata_shm(ldcp, (uint32_t)txi, -1);
1173 uint32_t txi; local
1266 txi = end;
1267 INCR_TXI(txi, ldcp);
1268 txdp = &ldcp->mtxdp[txi];
1284 ldcp->resched_peer_txi = txi;
1310 uint32_t txi; local
[all...]
H A Dvsw_rxdring.c857 uint32_t txi; local
950 txi = next_txi = dp->next_txi;
952 txdp = &(pub_addr[txi]);
999 if (dp->restart_reqd == B_TRUE && dp->restart_peer_txi == txi) {
1028 msgp->start_idx = txi;
1124 uint32_t txi; local
1192 txi = end;
1193 INCR_TXI(dp, txi);
1194 txdp = &pub_addr[txi];
1210 dp->restart_peer_txi = txi;
[all...]
H A Dvnet_txdring.c1284 uint32_t txi; local
1351 txi = end;
1352 INCR_TXI(txi, ldcp);
1353 tbufp = &ldcp->tbufp[txi];
1366 txi = ldcp->cur_tbufp - ldcp->tbufp;
1367 tbufp = &ldcp->tbufp[txi];
1384 rv = vgen_send_dringdata(ldcp, txi, -1);
1387 ldcp->resched_peer_txi = txi;
1414 uint32_t txi; local
1457 for (txi
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2276 % Only define if not already defined, in case a txi-??.tex file has set
2277 % up a different format (e.g., txi-cs.tex does this).
6703 \tex % read txi-??.tex file in plain TeX.
6705 \openin 1 txi-#1.tex
6708 \errmessage{Cannot read language file txi-#1.tex}%
6710 \input txi-#1.tex

Completed in 395 milliseconds