Lines Matching refs:iov_offset
96 iov[0].iov_offset = fifo->head; in gve_tx_alloc_fifo()
107 iov[1].iov_offset = 0; /* Start of fifo*/ in gve_tx_alloc_fifo()
430 u64 iov_offset, u64 iov_len) in gve_dma_sync_for_device() argument
432 u64 last_page = (iov_offset + iov_len - 1) / PAGE_SIZE; in gve_dma_sync_for_device()
433 u64 first_page = iov_offset / PAGE_SIZE; in gve_dma_sync_for_device()
478 info->iov[hdr_nfrags - 1].iov_offset); in gve_tx_add_skb_copy()
481 tx->tx_fifo.base + info->iov[hdr_nfrags - 1].iov_offset, in gve_tx_add_skb_copy()
484 info->iov[hdr_nfrags - 1].iov_offset, in gve_tx_add_skb_copy()
499 info->iov[i].iov_offset); in gve_tx_add_skb_copy()
502 tx->tx_fifo.base + info->iov[i].iov_offset, in gve_tx_add_skb_copy()
505 info->iov[i].iov_offset, in gve_tx_add_skb_copy()