Searched refs:last_head (Results 1 – 4 of 4) sorted by relevance
1648 tx->last_head = lan743x_tx_next_index(tx, tx->last_head); in lan743x_tx_release_completed_descriptors()1656 original_head = tx->last_head; in lan743x_tx_release_all_descriptors()1659 tx->last_head = lan743x_tx_next_index(tx, tx->last_head); in lan743x_tx_release_all_descriptors()1682 int last_head = tx->last_head; in lan743x_tx_get_avail_desc() local1685 if (last_tail >= last_head) in lan743x_tx_get_avail_desc()2448 if (rx->last_head < 0 || rx->last_head >= rx->ring_size) in lan743x_rx_process_buffer()2570 rx->last_tail = rx->last_head; in lan743x_rx_process_buffer()2571 rx->last_head = lan743x_rx_next_index(rx, rx->last_head); in lan743x_rx_process_buffer()2649 rx->last_head = 0; in lan743x_rx_ring_cleanup()2713 rx->last_head = 0; in lan743x_rx_ring_init()[all …]
988 int last_head; member1018 u32 last_head; member
633 struct page *head, *last_head = NULL; in zerocopy_fill_skb_from_iter() local678 last_head = head; in zerocopy_fill_skb_from_iter()684 page_ref_sub(last_head, refs); in zerocopy_fill_skb_from_iter()690 page_ref_sub(last_head, refs); in zerocopy_fill_skb_from_iter()
1214 struct mlx5e_dma_info *last_head = &rq->mpwqe.shampo->info[header_index]; in mlx5e_shampo_get_packet_hd() local1215 u16 head_offset = (last_head->addr & (PAGE_SIZE - 1)) + rq->buff.headroom; in mlx5e_shampo_get_packet_hd()1217 return page_address(last_head->frag_page->page) + head_offset; in mlx5e_shampo_get_packet_hd()
Completed in 28 milliseconds