Home
last modified time | relevance | path

Searched refs:producer (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c767 u32 producer = 0; in unm_send_copy() local
792 producer = adapter->cmdProducer; in unm_send_copy()
797 hwdesc = &hw->cmdDescHead[producer]; in unm_send_copy()
799 pbuf = &adapter->cmd_buf_arr[producer]; in unm_send_copy()
837 producer, in unm_send_copy()
886 u32 producer = 0; in unm_send_mapped() local
991 producer = adapter->cmdProducer; in unm_send_mapped()
992 saved_producer = producer; in unm_send_mapped()
993 hwdesc = &hw->cmdDescHead[producer]; in unm_send_mapped()
995 pbuf = &adapter->cmd_buf_arr[producer]; in unm_send_mapped()
[all …]
H A Dunm_nic_hw.c2119 unsigned int i = 0, producer; in nx_nic_send_cmd_descs() local
2125 producer = adapter->cmdProducer; in nx_nic_send_cmd_descs()
2128 pbuf = &adapter->cmd_buf_arr[producer]; in nx_nic_send_cmd_descs()
2131 (void) memcpy(&adapter->ahw.cmdDescHead[producer], in nx_nic_send_cmd_descs()
2133 unm_desc_dma_sync(adapter->ahw.cmd_desc_dma_handle, producer, in nx_nic_send_cmd_descs()
2136 producer = get_next_index(producer, adapter->MaxTxDescCount); in nx_nic_send_cmd_descs()
2140 adapter->cmdProducer = adapter->ahw.cmdProducer = producer; in nx_nic_send_cmd_descs()
2143 unm_nic_update_cmd_producer(adapter, producer); in nx_nic_send_cmd_descs()
H A Dunm_nic.h377 uint32_t producer; member
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1691 uint32_t producer; in megasas_isr() local
1714 producer = *instance->producer; in megasas_isr()
1718 producer, consumer)); in megasas_isr()
1722 while (consumer != producer) { in megasas_isr()
1953 instance->producer = (uint32_t *)((unsigned long) in alloc_additional_dma_buffer()
H A Dmegaraid_sas.h1141 uint32_t *producer; member
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c2305 uint32_t producer; in mrsas_isr() local
2357 producer = ddi_get32(instance->mfi_internal_dma_obj.acc_handle, in mrsas_isr()
2358 instance->producer); in mrsas_isr()
2363 producer, consumer)); in mrsas_isr()
2364 if (producer == consumer) { in mrsas_isr()
2366 DTRACE_PROBE2(isr_pc_err, uint32_t, producer, in mrsas_isr()
2373 while (consumer != producer) { in mrsas_isr()
3015 instance->producer = (uint32_t *)((unsigned long) in alloc_additional_dma_buffer()
7037 instance->producer, 0); in mrsas_reset_ppc()
7044 "producer %x consumer %x", *instance->producer, in mrsas_reset_ppc()
H A Dmr_sas.h465 uint32_t *producer; member
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in51 This contains declarations for types and all producer
863 /* The first three are traditional dwarf producer names.
909 /* Usable with assembly output because it is up to the producer to
910 deal with locations in whatever manner the calling producer
1445 /* The following value indicates that the producer was unable to analyse the
4660 /* .debug_names producer functions */
4670 /* end .debug_names producer functions */
4672 /* .debug_macinfo producer functions
4700 /* end macinfo producer functions */
H A Dlibdwarf.h.in51 This contains declarations for types and all producer
863 /* The first three are traditional dwarf producer names.
909 /* Usable with assembly output because it is up to the producer to
910 deal with locations in whatever manner the calling producer
1445 /* The following value indicates that the producer was unable to analyse the
4660 /* .debug_names producer functions */
4670 /* end .debug_names producer functions */
4672 /* .debug_macinfo producer functions
4700 /* end macinfo producer functions */
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex598 The IGU block maintains producer-consumer pairs per status block.
599 The CAU updates the producer after it wrote the status block to host memory.
620 …\item Driver identifies a producer update on the status block (as the producer is written as part …
624 … the queues will return the addresses which upper-layer should test for producer updates. See sect…
627 …\item When Driver completes processing all the indices on the status block, it writes the producer
629 …\item The IGU compares the producer and consumer -- if they differ it will generate an additional …
673 …Before sending the attention, the MFW will increment the producer of the message it wishes to info…
674 …After handling said message, the driver will ack the message by writing the new producer back to S…
846 …would fill the address where producer-updates need to be written [in the storm's RAM]; The upper-d…
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h8156 u16_t producer /* event ring producer */; member
8158 u16_t producer /* event ring producer */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c4032 eq_data.producer = lm_bd_chain_prod_idx(&pdev->eq_info.eq_chain.bd_chain); in lm_init_intmem_eq()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt3004 Change: Correct the offset for producer update in RX queue start
6361 3. Problem: Wrong Rx producer received after Rx queue restart.