Searched defs:rx_tail (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_rx.c | 325 uint32_t rx_tail; local 450 rx_tail = PREV_INDEX(rx_next, 1, rx_data->ring_size); 452 E1000_WRITE_REG(&igb->hw, E1000_RDT(rx_ring->index), rx_tail);
|
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_l1.c | 629 mblk_t *mp = NULL, *rx_head = NULL, *rx_tail = NULL; local 729 if (rx_tail == NULL) { 730 rx_head = rx_tail = mp; 732 rx_tail->b_next = mp; 733 rx_tail = mp;
|
H A D | atge_l1c.c | 738 mblk_t *mp = NULL, *rx_head = NULL, *rx_tail = NULL; local 833 if (rx_tail == NULL) { 834 rx_head = rx_tail = mp; 836 rx_tail->b_next = mp; 837 rx_tail = mp;
|
H A D | atge_l1e.c | 430 mblk_t *mp = NULL, *rx_head, *rx_tail; local 438 rx_tail = NULL; 545 if (rx_tail == NULL) 546 rx_head = rx_tail = mp; 548 rx_tail->b_next = mp; 549 rx_tail = mp;
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_rx.c | 550 uint32_t rx_tail; local 739 rx_tail = PREV_INDEX(lro_first, 1, rx_data->ring_size); 741 rx_tail = PREV_INDEX(rx_next, 1, rx_data->ring_size); 743 IXGBE_WRITE_REG(&ixgbe->hw, IXGBE_RDT(rx_ring->hw_index), rx_tail);
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 97 static int rx_tail, rx_last; variable 3357 rx_last = rx_tail; 3358 rd = rx_base + rx_tail; 3359 rx_tail = (rx_tail + 1) % 8; 3362 E1000_WRITE_REG (&hw, RDT, rx_tail); 3405 rx_tail = 0;
|
/illumos-gate/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 2200 mblk_t *mp = NULL, *rx_head, *rx_tail; local 2211 rx_head = rx_tail = NULL; 2261 if (rx_tail == NULL) 2262 rx_head = rx_tail = mp; 2264 rx_tail->b_next = mp; 2265 rx_tail = mp;
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | ldc.c | 93 uint64_t rx_tail); 617 uint64_t rx_head, rx_tail; local 620 rv = hv_ldc_rx_get_state(ldcp->id, &rx_head, &rx_tail, 653 uint64_t rx_head, rx_tail; local 657 rv = hv_ldc_rx_get_state(ldcp->id, &rx_head, &rx_tail, 666 if (rx_head == rx_tail) 675 if ((rv = hv_ldc_rx_set_qhead(ldcp->id, rx_tail)) == 0) 680 if ((rv = hv_ldc_rx_set_qhead(ldcp->id, rx_tail)) == 0) 685 "rv = 0x%x", ldcp->id, rx_tail, rv); 2230 uint64_t rx_head, rx_tail; local 2546 i_ldc_rx_ackpeek(ldc_chan_t *ldcp, uint64_t rx_head, uint64_t rx_tail) argument 3617 uint64_t rx_head, rx_tail; local 3724 uint64_t rx_head = 0, rx_tail = 0; local 3816 uint64_t rx_head, rx_tail; local 3888 uint64_t rx_head = 0, rx_tail = 0; local [all...] |
Completed in 100 milliseconds