Searched defs:cur_head (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_mm.c162 struct list_head *cur_head = &cur->ml_entry; local
169 if (cur_head->prev != root_head) {
170 prev_node = list_entry(cur_head->prev,
177 if (cur_head->next != root_head) {
178 next_node = list_entry(cur_head->next,
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1371 uint32_t cur_head; local
1415 cur_head = rxd->rxd_desc_next;
1416 cur_desc = &rxd->rxd_desc_ring[cur_head];
1420 * Note, the primary invariant of this loop should be that cur_head,
1479 mp = i40e_rx_bind(itrq, rxd, cur_head, plen);
1481 mp = i40e_rx_copy(itrq, rxd, cur_head, plen);
1501 rcb = rxd->rxd_work_list[cur_head];
1509 cur_head = i40e_next_desc(cur_head, 1, rxd->rxd_ring_size);
1510 cur_desc = &rxd->rxd_desc_ring[cur_head];
[all...]

Completed in 122 milliseconds