Searched refs:bcount (Results 1 – 14 of 14) sorted by relevance
| /drivers/media/pci/cx25821/ |
| A D | cx25821-sram.h | 231 #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2) argument 232 #define BYTES_TO_QWORDS(bcount) ((bcount) >> 3) argument 233 #define BYTES_TO_OWORDS(bcount) ((bcount) >> 4) argument
|
| /drivers/char/ |
| A D | nwbutton.c | 34 static int bcount; /* The number of bytes in the buffer */ variable 137 bcount = sprintf (button_output_buffer, "%d\n", button_press_count); in button_sequence_finished() 175 return (copy_to_user (buffer, &button_output_buffer, bcount)) in button_read() 176 ? -EFAULT : bcount; in button_read()
|
| /drivers/rapidio/devices/ |
| A D | tsi721_dma.c | 345 bd_ptr->bcount = cpu_to_le32(((desc->rio_addr & 0x3) << 30) | in tsi721_desc_fill_init() 369 bd_ptr->bcount |= cpu_to_le32(bcount & TSI721_DMAD_BCOUNT1); in tsi721_desc_fill_end() 418 u32 bcount; in tsi721_submit_sg() local 439 bcount = 0; in tsi721_submit_sg() 473 bcount + sg_dma_len(sg) <= TSI721_BDMA_MAX_BCOUNT) { in tsi721_submit_sg() 475 bcount += sg_dma_len(sg); in tsi721_submit_sg() 479 tsi721_desc_fill_end(bd_ptr, bcount, 0); in tsi721_submit_sg() 481 bdma_chan->id, bcount); in tsi721_submit_sg() 506 bcount = sg_dma_len(sg); in tsi721_submit_sg() 517 tsi721_desc_fill_end(bd_ptr, bcount, 0); in tsi721_submit_sg() [all …]
|
| A D | tsi721.h | 519 __le32 bcount; member
|
| A D | tsi721.c | 133 bd_ptr[0].bcount = cpu_to_le32((sys_size << 26) | 0x04); in tsi721_maint_dma()
|
| /drivers/vdpa/mlx5/core/ |
| A D | mr.c | 190 klm->bcount = cpu_to_be32(klm_bcount(dmr->end - dmr->start)); in fill_indir() 193 u64 bcount = min_t(u64, dmr->start - preve, MAX_KLM_SIZE); in fill_indir() local 196 klm->bcount = cpu_to_be32(klm_bcount(bcount)); in fill_indir() 197 preve += bcount; in fill_indir()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| A D | rx.c | 112 .bcount = frame_size, in mlx5e_xsk_alloc_rx_mpwqe() 117 .bcount = pad_size, in mlx5e_xsk_alloc_rx_mpwqe()
|
| /drivers/infiniband/hw/mlx5/ |
| A D | wr.c | 221 int bcount = mr->desc_size * (mr->mmkey.ndescs + mr->meta_ndescs); in set_reg_data_seg() local 224 dseg->byte_count = cpu_to_be32(ALIGN(bcount, 64)); in set_reg_data_seg() 459 data_klm->bcount = cpu_to_be32(data_len); in set_sig_data_segment() 498 data_sentry->bcount = cpu_to_be16(block_size); in set_sig_data_segment() 503 prot_sentry->bcount = cpu_to_be16(prot_size); in set_sig_data_segment()
|
| A D | odp.c | 124 pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE); in populate_klm() 153 pklm->bcount = cpu_to_be32(MLX5_IMR_MTT_SIZE); in populate_klm() 1093 if (offset >= be32_to_cpu(pklm->bcount)) { in pagefault_single_data_segment() 1094 offset -= be32_to_cpu(pklm->bcount); in pagefault_single_data_segment() 1107 be32_to_cpu(pklm->bcount) - offset); in pagefault_single_data_segment()
|
| A D | mr.c | 2728 klms[i].bcount = cpu_to_be32(sg_dma_len(sg) - sg_offset); in mlx5_ib_sg_to_klms() 2749 klms[i + j].bcount = cpu_to_be32(sg_dma_len(sg) - in mlx5_ib_sg_to_klms()
|
| /drivers/atm/ |
| A D | nicstar.c | 356 int bcount; in ns_init_card() local 699 if ((bcount = in ns_init_card() 703 i, j, bcount); in ns_init_card() 729 if ((bcount = in ns_init_card() 733 i, j, bcount); in ns_init_card()
|
| /drivers/crypto/hisilicon/sec2/ |
| A D | sec_crypto.c | 90 #define BYTES_TO_WORDS(bcount) ((bcount) >> 2) argument
|
| /drivers/isdn/hardware/mISDN/ |
| A D | hfcmulti.c | 4778 int bcount = 0; in init_e1_port() local 4825 bcount++; in init_e1_port() 4827 dch->dev.nrbchan = bcount; in init_e1_port()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_main.c | 447 .bcount = cpu_to_be32(xsk_chunk_size), in mlx5e_create_umr_mkey() 452 .bcount = cpu_to_be32((1 << page_shift) - xsk_chunk_size), in mlx5e_create_umr_mkey()
|
Completed in 60 milliseconds