Home
last modified time | relevance | path

Searched refs:buffer_count (Results 1 – 17 of 17) sorted by relevance

/drivers/char/xilinx_hwicap/
Dbuffer_icap.c271 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/
Di915_gem_execbuffer.c206 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/
Dnsinit.c112 info.buffer_init, info.buffer_count, in acpi_ns_initialize_objects()
341 info->buffer_count++; in acpi_ns_init_one_object()
Dacstruct.h138 u32 buffer_count; member
/drivers/net/ethernet/cavium/liquidio/
Docteon_droq.h144 u16 buffer_count; member
Docteon_droq.c361 recv_pkt->buffer_count = (u16)buf_cnt; in octeon_create_recv_info()
Docteon_device.c1259 for (i = 0; i < recv_pkt->buffer_count; i++) in octeon_core_drv_init()
Dlio_main.c3288 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()
Dlio_vf_main.c2272 for (i = 0; i < recv_pkt->buffer_count; i++) in lio_nic_info()
/drivers/scsi/lpfc/
Dlpfc_sli.h281 uint32_t buffer_count; /* number of buffers allocated */ member
Dlpfc_mem.c764 rqbp->buffer_count++; in lpfc_rq_buf_free()
Dlpfc_sli4.h136 uint16_t buffer_count; /* Current number of buffers posted */ member
Dlpfc.h497 uint16_t buffer_count; /* Current number of buffers posted */ member
Dlpfc_sli.c1797 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 …]
Dlpfc_debugfs.c321 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()
Dlpfc_init.c8488 rqbp->buffer_count--; in lpfc_free_rq_buffer()
/drivers/s390/net/
Dqeth_core_sys.c306 static DEVICE_ATTR(buffer_count, 0644, qeth_dev_bufcnt_show,