Searched refs:last_head (Results 1 – 5 of 5) sorted by relevance
1822 tx->last_head = lan743x_tx_next_index(tx, tx->last_head); in lan743x_tx_release_completed_descriptors()1830 original_head = tx->last_head; in lan743x_tx_release_all_descriptors()1833 tx->last_head = lan743x_tx_next_index(tx, tx->last_head); in lan743x_tx_release_all_descriptors()1856 int last_head = tx->last_head; in lan743x_tx_get_avail_desc() local1859 if (last_tail >= last_head) in lan743x_tx_get_avail_desc()2578 if (rx->last_head < 0 || rx->last_head >= rx->ring_size) in lan743x_rx_process_buffer()2700 rx->last_tail = rx->last_head; in lan743x_rx_process_buffer()2701 rx->last_head = lan743x_rx_next_index(rx, rx->last_head); in lan743x_rx_process_buffer()2779 rx->last_head = 0; in lan743x_rx_ring_cleanup()2843 rx->last_head = 0; in lan743x_rx_ring_init()[all …]
954 int last_head; member984 u32 last_head; member
626 struct page *last_head = NULL; in __zerocopy_sg_from_iter() local671 last_head = head; in __zerocopy_sg_from_iter()677 page_ref_sub(last_head, refs); in __zerocopy_sg_from_iter()683 page_ref_sub(last_head, refs); in __zerocopy_sg_from_iter()
1506 u32 last_head = INREG(PRI_RING_HEAD) & RING_HEAD_MASK; in wait_ring() local1517 if (dinfo->ring_head != last_head) { in wait_ring()1519 last_head = dinfo->ring_head; in wait_ring()
1133 struct mlx5e_dma_info *last_head = &rq->mpwqe.shampo->info[header_index]; in mlx5e_shampo_get_packet_hd() local1134 u16 head_offset = (last_head->addr & (PAGE_SIZE - 1)) + rq->buff.headroom; in mlx5e_shampo_get_packet_hd()1136 return page_address(last_head->page) + head_offset; in mlx5e_shampo_get_packet_hd()
Completed in 25 milliseconds