Lines Matching refs:gather
558 struct sq_gather_subdesc *gather; in nicvf_unmap_sndq_buffers() local
564 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, hdr_sqe); in nicvf_unmap_sndq_buffers()
566 dma_unmap_page_attrs(&nic->pdev->dev, gather->addr, in nicvf_unmap_sndq_buffers()
567 gather->size, DMA_TO_DEVICE, in nicvf_unmap_sndq_buffers()
1422 struct sq_gather_subdesc *gather; in nicvf_sq_add_gather_subdesc() local
1425 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_gather_subdesc()
1427 memset(gather, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_gather_subdesc()
1428 gather->subdesc_type = SQ_DESC_TYPE_GATHER; in nicvf_sq_add_gather_subdesc()
1429 gather->ld_type = NIC_SEND_LD_TYPE_E_LDD; in nicvf_sq_add_gather_subdesc()
1430 gather->size = size; in nicvf_sq_add_gather_subdesc()
1431 gather->addr = data; in nicvf_sq_add_gather_subdesc()