Searched refs:nchunk (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | buf.c | 241 int nchunk; in alloc_huge_buf() local 246 nchunk = buf->length / MLX5_Q_CHUNK_SIZE; in alloc_huge_buf() 251 buf->base = bitmap_alloc_range(&hmem->bitmap, nchunk, 1); in alloc_huge_buf() 266 buf->base = bitmap_alloc_range(&hmem->bitmap, nchunk, 1); in alloc_huge_buf() 297 bitmap_free_range(&hmem->bitmap, buf->base, nchunk); in alloc_huge_buf() 310 int nchunk; in free_huge_buf() local 312 nchunk = buf->length / MLX5_Q_CHUNK_SIZE; in free_huge_buf() 314 bitmap_free_range(&buf->hmem->bitmap, buf->base, nchunk); in free_huge_buf()
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwdv.c | 116 bufreq.rx.nchunk = NCHUNK; in dvrecv() 119 bufreq.tx.nchunk = 0; in dvrecv() 274 bufreq.rx.nchunk = 0; in dvsend() 277 bufreq.tx.nchunk = NCHUNK; in dvsend()
|
H A D | fwmpegts.c | 171 bufreq.rx.nchunk = NCHUNK; in mpegtsrecv() 174 bufreq.tx.nchunk = 0; in mpegtsrecv()
|
H A D | fwcontrol.c | 678 bufreq.rx.nchunk = 8; in detect_recv_fn() 681 bufreq.tx.nchunk = 0; in detect_recv_fn()
|
/freebsd/sys/dev/firewire/ |
H A D | fwdev.c | 103 q->bulkxfer = malloc(sizeof(struct fw_bulkxfer) * b->nchunk, in fwdev_allocbuf() 108 b->psize, b->nchunk * b->npacket, BUS_DMA_WAITOK); in fwdev_allocbuf() 115 q->bnchunk = b->nchunk; in fwdev_allocbuf() 629 ibufreq->rx.nchunk = ir->bnchunk; in fw_ioctl() 635 ibufreq->tx.nchunk = it->bnchunk; in fw_ioctl()
|
H A D | firewire.h | 51 unsigned int nchunk; member
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_leaf.c | 262 uint16_t nchunk = zap_leaf_chunk_alloc(nl); in zap_leaf_array_copy() local 267 &ZAP_LEAF_CHUNK(nl, nchunk).l_array; in zap_leaf_array_copy() 273 *nchunkp = nchunk; in zap_leaf_array_copy()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_ae.c | 1900 u_int nchunk, size_t size, const char *id, in qat_aefw_mof_find_uof0() argument 1906 for (i = 0; i < nchunk; i++) { in qat_aefw_mof_find_uof0()
|