Home
last modified time | relevance | path

Searched refs:new_tail (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c864 uint64_t current_head, new_tail; in i_ldc_get_tx_tail() local
885 new_tail = (ldcp->tx_tail + LDC_PACKET_SIZE) % in i_ldc_get_tx_tail()
888 if (new_tail == current_head) { in i_ldc_get_tx_tail()
4319 uint64_t tx_head, tx_tail, new_tail; in i_ldc_write_raw() local
4375 new_tail = (tx_tail + LDC_PACKET_SIZE) & in i_ldc_write_raw()
4378 if (new_tail == tx_head) { in i_ldc_write_raw()
4395 tx_tail = new_tail; in i_ldc_write_raw()
4450 uint64_t tx_head, tx_tail, new_tail, start; in i_ldc_write_packet() local
4498 new_tail = (tx_tail + LDC_PACKET_SIZE) % in i_ldc_write_packet()
4507 if (new_tail == tx_head) { in i_ldc_write_packet()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3636 mblk_t *new_tail = NULL; in mac_tx() local
3689 new_tail->b_next = mp; in mac_tx()
3692 new_tail = (tail == NULL) ? mp : tail; in mac_tx()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1177 tbp = GET_TXBUF(dp, new_tail); in gem_reclaim_txbuf()