Searched defs:txi (Results 1 - 3 of 3) 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...]

Completed in 145 milliseconds