Searched refs:tx_tail (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c597 &(ldcp->tx_tail), &(ldcp->link_state));
604 "s=0x%llx\n", ldcp->id, ldcp->tx_head, ldcp->tx_tail,
872 * Returns the tx_tail to be used for transfer
885 &ldcp->tx_head, &ldcp->tx_tail, &ldcp->link_state);
901 new_tail = (ldcp->tx_tail + LDC_PACKET_SIZE) %
912 ldcp->id, ldcp->tx_head, ldcp->tx_tail);
914 *tail = ldcp->tx_tail;
1135 uint64_t tx_tail; local
1144 rv = i_ldc_get_tx_tail(ldcp, &tx_tail);
1154 pkt = (ldc_msg_t *)(ldcp->tx_q_va + tx_tail);
1241 uint64_t tx_tail; local
1538 uint64_t tx_tail; local
3379 uint64_t tx_tail, tstate, link_state; local
4336 uint64_t tx_head, tx_tail, new_tail; local
4467 uint64_t tx_head, tx_tail, new_tail, start; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c96 static int tx_tail; variable
3384 tx_tail = 0;
3481 txhd = tx_base + tx_tail;
3482 tx_tail = (tx_tail + 1) % 8;
3483 txp = tx_base + tx_tail;
3484 tx_tail = (tx_tail + 1) % 8;
3494 E1000_WRITE_REG (&hw, TDT, tx_tail);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h445 uint64_t tx_tail; /* Tx queue tail */ member in struct:ldc_chan
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c202 ldcp.tx_tail, ldcp.tx_intr_state, ldc_intrstate_bits);
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1247 ibd_swqe_t *tx_tail; member in struct:ibd_rc_chan_s
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c7294 rc_chan->tx_tail->swqe_next =
7299 rc_chan->tx_tail = node;

Completed in 99 milliseconds