Searched refs:gather (Results 1 – 2 of 2) sorted by relevance
764 struct sq_gather_subdesc *gather; in nicvf_sq_add_gather_subdesc() local767 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_gather_subdesc()769 memset(gather, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_gather_subdesc()770 gather->subdesc_type = SQ_DESC_TYPE_GATHER; in nicvf_sq_add_gather_subdesc()771 gather->ld_type = NIC_SEND_LD_TYPE_E_LDD; in nicvf_sq_add_gather_subdesc()772 gather->size = size; in nicvf_sq_add_gather_subdesc()773 gather->addr = data; in nicvf_sq_add_gather_subdesc()775 flush_dcache_range((uintptr_t)gather, in nicvf_sq_add_gather_subdesc()776 (uintptr_t)gather + sizeof(struct sq_hdr_subdesc)); in nicvf_sq_add_gather_subdesc()
18 3. It doesn't prompt for parameters, so it's much faster to gather
Completed in 19 milliseconds