| /linux/drivers/crypto/ccree/ |
| H A D | cc_hash.h | 49 u32 buf_cnt[2]; member 61 return &state->buf_cnt[state->buff_index]; in cc_hash_buf_cnt() 71 return &state->buf_cnt[state->buff_index ^ 1]; in cc_next_buf_cnt()
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_alloc.c | 133 int buf_cnt, struct hns_roce_buf *buf, in hns_roce_get_kmem_bufs() argument 148 for (i = 0; i < buf_cnt && offset < max_size; i++) { in hns_roce_get_kmem_bufs() 156 int hns_roce_get_umem_bufs(dma_addr_t *bufs, int buf_cnt, struct ib_umem *umem, in hns_roce_get_umem_bufs() argument 165 if (total >= buf_cnt) in hns_roce_get_umem_bufs()
|
| H A D | hns_roce_device.h | 1256 int buf_cnt, struct hns_roce_buf *buf, 1259 int buf_cnt, struct ib_umem *umem,
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_droq.c | 332 u32 buf_cnt, in octeon_create_recv_info() argument 350 recv_pkt->buffer_count = (u16)buf_cnt; in octeon_create_recv_info() 356 while (buf_cnt) { in octeon_create_recv_info() 376 buf_cnt--; in octeon_create_recv_info() 565 u32 i = 0, buf_cnt; in octeon_droq_drop_packets() local 576 buf_cnt = octeon_droq_get_bufcount(droq->buffer_size, in octeon_droq_drop_packets() 580 buf_cnt = 1; in octeon_droq_drop_packets() 583 droq->read_idx = incr_index(droq->read_idx, buf_cnt, in octeon_droq_drop_packets() 585 droq->refill_count += buf_cnt; in octeon_droq_drop_packets() 627 u32 buf_cnt; in octeon_droq_fast_process_packets() local [all …]
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pow-defs.h | 589 uint64_t buf_cnt:12; member 601 uint64_t buf_cnt:12; 611 uint64_t buf_cnt:7; member 625 uint64_t buf_cnt:7; 636 uint64_t buf_cnt:9; member 650 uint64_t buf_cnt:9; 661 uint64_t buf_cnt:10; member 675 uint64_t buf_cnt:10; 686 uint64_t buf_cnt:11; member 700 uint64_t buf_cnt:11;
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth-debugfs.c | 125 int i, j, num_queues, buf_cnt; in dpaa2_dbg_bp_show() local 146 err = dpaa2_io_query_bp_count(NULL, bp->bpid, &buf_cnt); in dpaa2_dbg_bp_show() 152 seq_printf(file, "%3s%d%10d%15d", "BP#", i, bp->bpid, buf_cnt); in dpaa2_dbg_bp_show()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_hif_dpmaif_rx.h | 103 const unsigned int q_num, const unsigned int buf_cnt, 106 const unsigned int buf_cnt, const bool first_time);
|
| H A D | t7xx_hif_dpmaif.c | 305 unsigned int buf_cnt; in t7xx_dpmaif_start() local 328 buf_cnt = dpmaif_ctrl->bat_req.bat_size_cnt - 1; in t7xx_dpmaif_start() 329 ret = t7xx_dpmaif_rx_buf_alloc(dpmaif_ctrl, &dpmaif_ctrl->bat_req, 0, buf_cnt, true); in t7xx_dpmaif_start() 335 buf_cnt = dpmaif_ctrl->bat_frag.bat_size_cnt - 1; in t7xx_dpmaif_start() 336 ret = t7xx_dpmaif_rx_frag_alloc(dpmaif_ctrl, &dpmaif_ctrl->bat_frag, buf_cnt, true); in t7xx_dpmaif_start()
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_vb2.c | 35 ctx->buf_cnt = *nbuffers; in _queue_setup() 337 ctx->buf_cnt = req->count; in dvb_vb2_reqbufs() 342 ctx->buf_cnt, ctx->buf_siz, ret); in dvb_vb2_reqbufs() 347 ctx->buf_cnt, ctx->buf_siz); in dvb_vb2_reqbufs()
|
| /linux/include/media/ |
| H A D | dvb_vb2.h | 107 int buf_cnt; member
|
| /linux/include/linux/ |
| H A D | vfio_pci_core.h | 193 bool vfio_pci_core_range_intersect_range(loff_t buf_start, size_t buf_cnt,
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 2013 bool vfio_pci_core_range_intersect_range(loff_t buf_start, size_t buf_cnt, in vfio_pci_core_range_intersect_range() argument 2020 buf_start + buf_cnt > reg_start) { in vfio_pci_core_range_intersect_range() 2023 buf_start + buf_cnt - reg_start); in vfio_pci_core_range_intersect_range() 2031 *intersect_count = min_t(size_t, buf_cnt, in vfio_pci_core_range_intersect_range()
|