Lines Matching refs:usb_request_alloc_vmo
45 ASSERT_EQ(usb_request_alloc_vmo(&req, vmo, PAGE_SIZE, PAGE_SIZE * 3, 0, in test_alloc_vmo()
195 usb_request_alloc_vmo(&req, vmo_handle, PAGE_SIZE, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_merge()
297 usb_request_alloc_vmo(&req, vmo_handle, 128, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_unaligned_contig()
356 usb_request_alloc_vmo(&req, vmo_handle, 128, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_unaligned_noncontig()
406 usb_request_alloc_vmo(&req, vmo_handle, 0, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_tiny_aligned()
441 usb_request_alloc_vmo(&req, vmo_handle, 128, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_tiny_unaligned()
496 ASSERT_EQ(usb_request_alloc_vmo(&req, vmo, PAGE_SIZE, PAGE_SIZE * 3, in test_invalid_sg_list()
523 usb_request_alloc_vmo(&req, vmo_handle, PAGE_SIZE, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_sg_aligned_contig()
580 usb_request_alloc_vmo(&req, vmo_handle, PAGE_SIZE * 2, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_sg_aligned_noncontig()
648 usb_request_alloc_vmo(&req, vmo_handle, PAGE_SIZE + 3000, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_sg_unaligned_contig()
700 usb_request_alloc_vmo(&req, vmo_handle, 128, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_sg_unaligned_noncontig()
770 usb_request_alloc_vmo(&req, vmo_handle, 0, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_sg_tiny_aligned()
818 usb_request_alloc_vmo(&req, vmo_handle, 128, buf_size, 1, sizeof(usb_request_t)); in test_phys_iter_sg_tiny_unaligned()