Searched refs:buffer_count (Results 1 – 17 of 17) sorted by relevance
/drivers/char/xilinx_hwicap/ |
D | buffer_icap.c | 271 s32 buffer_count = 0; in buffer_icap_set_configuration() local 277 for (i = 0, buffer_count = 0; i < size; i++) { in buffer_icap_set_configuration() 280 buffer_icap_set_bram(base_address, buffer_count, data[i]); in buffer_icap_set_configuration() 283 if (buffer_count < XHI_MAX_BUFFER_INTS - 1) { in buffer_icap_set_configuration() 284 buffer_count++; in buffer_icap_set_configuration() 299 buffer_count = 0; in buffer_icap_set_configuration() 307 buffer_count); in buffer_icap_set_configuration() 328 s32 buffer_count = 0; in buffer_icap_get_configuration() local 333 for (i = 0, buffer_count = XHI_MAX_BUFFER_INTS; i < size; i++) { in buffer_icap_get_configuration() 334 if (buffer_count == XHI_MAX_BUFFER_INTS) { in buffer_icap_get_configuration() [all …]
|
/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 206 unsigned int buffer_count; member 281 unsigned int size = 1 + ilog2(eb->buffer_count); in eb_create() 318 eb->lut_size = -eb->buffer_count; in eb_create() 591 const unsigned int count = eb->buffer_count; in eb_reserve() 666 return eb->buffer_count - 1; in eb_batch_index() 703 for (i = 0; i < eb->buffer_count; i++) { in eb_lookup_vmas() 806 const unsigned int count = eb->buffer_count; in eb_release_vmas() 1514 const unsigned int count = eb->buffer_count; in eb_copy_relocations() 1594 const unsigned int count = eb->buffer_count; in eb_prefault_relocations() 1698 const unsigned int count = eb->buffer_count; in eb_relocate_slow() [all …]
|
/drivers/acpi/acpica/ |
D | nsinit.c | 112 info.buffer_init, info.buffer_count, in acpi_ns_initialize_objects() 341 info->buffer_count++; in acpi_ns_init_one_object()
|
D | acstruct.h | 138 u32 buffer_count; member
|
/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_droq.h | 144 u16 buffer_count; member
|
D | octeon_droq.c | 361 recv_pkt->buffer_count = (u16)buf_cnt; in octeon_create_recv_info()
|
D | octeon_device.c | 1259 for (i = 0; i < recv_pkt->buffer_count; i++) in octeon_core_drv_init()
|
D | lio_main.c | 3288 for (i = 0; i < recv_pkt->buffer_count; i++) in lio_nic_info() 3871 for (i = 0; i < recv_pkt->buffer_count; i++) in octeon_recv_vf_drv_notice()
|
D | lio_vf_main.c | 2272 for (i = 0; i < recv_pkt->buffer_count; i++) in lio_nic_info()
|
/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 281 uint32_t buffer_count; /* number of buffers allocated */ member
|
D | lpfc_mem.c | 764 rqbp->buffer_count++; in lpfc_rq_buf_free()
|
D | lpfc_sli4.h | 136 uint16_t buffer_count; /* Current number of buffers posted */ member
|
D | lpfc.h | 497 uint16_t buffer_count; /* Current number of buffers posted */ member
|
D | lpfc_sli.c | 1797 phba->hbqs[i].buffer_count = 0; in lpfc_sli_hbqbuf_free_all() 1911 .buffer_count = 0, 1941 if ((phba->hbqs[hbqno].buffer_count + count) > in lpfc_sli_hbqbuf_fill_hbqs() 1944 phba->hbqs[hbqno].buffer_count; in lpfc_sli_hbqbuf_fill_hbqs() 1961 hbq_buffer->tag = (phba->hbqs[hbqno].buffer_count | in lpfc_sli_hbqbuf_fill_hbqs() 1964 phba->hbqs[hbqno].buffer_count++; in lpfc_sli_hbqbuf_fill_hbqs() 2058 rqbp->buffer_count--; in lpfc_sli_rqbuf_get() 2093 tag, phba->hbqs[tag >> 16].buffer_count); in lpfc_sli_hbqbuf_find() 6544 if (rqbp->buffer_count + i >= rqbp->entry_count - 1) in lpfc_post_rq_buffer() 6568 rqbp->buffer_count++; in lpfc_post_rq_buffer() [all …]
|
D | lpfc_debugfs.c | 321 hip->buffer_count, hip->init_count, hip->add_count, posted); in lpfc_debugfs_hbqinfo_data() 327 hbqs->entry_count, hbqs->buffer_count, hbqs->hbqPutIdx, in lpfc_debugfs_hbqinfo_data()
|
D | lpfc_init.c | 8488 rqbp->buffer_count--; in lpfc_free_rq_buffer()
|
/drivers/s390/net/ |
D | qeth_core_sys.c | 306 static DEVICE_ATTR(buffer_count, 0644, qeth_dev_bufcnt_show,
|