Lines Matching refs:nbytes

1342 				     int nbytes,
1346 #define qdf_nbuf_map_nbytes(osdev, buf, dir, nbytes) \ argument
1347 qdf_nbuf_map_nbytes_debug(osdev, buf, dir, nbytes, __func__, __LINE__)
1352 int nbytes,
1356 #define qdf_nbuf_unmap_nbytes(osdev, buf, dir, nbytes) \ argument
1357 qdf_nbuf_unmap_nbytes_debug(osdev, buf, dir, nbytes, __func__, __LINE__)
1362 int nbytes,
1366 #define qdf_nbuf_map_nbytes_single(osdev, buf, dir, nbytes) \ argument
1367 qdf_nbuf_map_nbytes_single_debug(osdev, buf, dir, nbytes, \
1373 int nbytes,
1377 #define qdf_nbuf_unmap_nbytes_single(osdev, buf, dir, nbytes) \ argument
1378 qdf_nbuf_unmap_nbytes_single_debug(osdev, buf, dir, nbytes, \
1384 qdf_dma_dir_t dir, int nbytes,
1387 #define qdf_nbuf_unmap_nbytes_single_paddr(osdev, buf, phy_addr, dir, nbytes) \ argument
1389 dir, nbytes, __func__, \
1421 qdf_dma_dir_t dir, int nbytes) in qdf_nbuf_map_nbytes() argument
1423 return __qdf_nbuf_map_nbytes(osdev, buf, dir, nbytes); in qdf_nbuf_map_nbytes()
1428 qdf_nbuf_t buf, qdf_dma_dir_t dir, int nbytes) in qdf_nbuf_unmap_nbytes() argument
1430 __qdf_nbuf_unmap_nbytes(osdev, buf, dir, nbytes); in qdf_nbuf_unmap_nbytes()
1435 qdf_device_t osdev, qdf_nbuf_t buf, qdf_dma_dir_t dir, int nbytes) in qdf_nbuf_map_nbytes_single() argument
1437 return __qdf_nbuf_map_nbytes_single(osdev, buf, dir, nbytes); in qdf_nbuf_map_nbytes_single()
1442 qdf_device_t osdev, qdf_nbuf_t buf, qdf_dma_dir_t dir, int nbytes) in qdf_nbuf_unmap_nbytes_single() argument
1444 return __qdf_nbuf_unmap_nbytes_single(osdev, buf, dir, nbytes); in qdf_nbuf_unmap_nbytes_single()
1450 int nbytes) in qdf_nbuf_unmap_nbytes_single_paddr() argument
1453 __qdf_mem_unmap_nbytes_single(osdev, phy_addr, dir, nbytes); in qdf_nbuf_unmap_nbytes_single_paddr()
5661 uint32_t nbytes, qdf_dma_dir_t dir, bool is_mapped);
5665 int nbytes, qdf_dma_dir_t dir, bool is_mapped) in qdf_record_nbuf_nbytes() argument