Home
last modified time | relevance | path

Searched refs:tx_tail (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c1158 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_send_pkt()
1172 ldcp->tx_tail = tx_tail; in i_ldc_send_pkt()
1322 ldcp->tx_tail = tx_tail; in i_ldc_process_VER()
1409 ldcp->tx_tail = tx_tail; in i_ldc_process_VER()
1496 ldcp->tx_tail = tx_tail; in i_ldc_process_VER()
1625 ldcp->tx_tail = tx_tail; in i_ldc_process_RTS()
3485 ldcp->tx_tail = tx_tail; in ldc_up()
4373 tx_tail = ldcp->tx_tail; in i_ldc_write_raw()
4428 ldcp->tx_tail = tx_tail; in i_ldc_write_raw()
4497 tx_tail = ldcp->tx_tail; in i_ldc_write_packet()
[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
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1247 ibd_swqe_t *tx_tail; member
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c7294 rc_chan->tx_tail->swqe_next = in ibd_send()
7299 rc_chan->tx_tail = node; in ibd_send()