Searched refs:tx_tail (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/uts/sun4v/io/ |
| H A D | ldc.c | 581 &(ldcp->tx_tail), &(ldcp->link_state)); in i_ldc_txq_reconf() 588 "s=0x%llx\n", ldcp->id, ldcp->tx_head, ldcp->tx_tail, in i_ldc_txq_reconf() 869 &ldcp->tx_head, &ldcp->tx_tail, &ldcp->link_state); in i_ldc_get_tx_tail() 885 new_tail = (ldcp->tx_tail + LDC_PACKET_SIZE) % in i_ldc_get_tx_tail() 896 ldcp->id, ldcp->tx_head, ldcp->tx_tail); in i_ldc_get_tx_tail() 898 *tail = ldcp->tx_tail; in i_ldc_get_tx_tail() 1119 uint64_t tx_tail; in i_ldc_send_pkt() local 1128 rv = i_ldc_get_tx_tail(ldcp, &tx_tail); in i_ldc_send_pkt() 1138 pkt = (ldc_msg_t *)(ldcp->tx_q_va + tx_tail); in i_ldc_send_pkt() 1158 tx_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_send_pkt() [all …]
|
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | e1000.c | 96 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 D | ldc_impl.h | 445 uint64_t tx_tail; /* Tx queue tail */ member
|
| /illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/ |
| H A D | ibd.h | 1247 ibd_swqe_t *tx_tail; member
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
| H A D | ibd.c | 7294 rc_chan->tx_tail->swqe_next = in ibd_send() 7299 rc_chan->tx_tail = node; in ibd_send()
|