Lines Matching refs:consumer_counter
76 u16 consumer_counter; member
153 if ((u16) (q->producer_counter - q->consumer_counter) == q->count) in mlxsw_pci_queue_elem_info_producer_get()
161 int index = q->consumer_counter & (q->count - 1); in mlxsw_pci_queue_elem_info_consumer_get()
173 return owner_bit != !!(q->consumer_counter & q->count); in mlxsw_pci_elem_hw_owned()
267 q->consumer_counter + q->count); in mlxsw_pci_queue_doorbell_consumer_ring()
275 __mlxsw_pci_queue_doorbell_arm_set(mlxsw_pci, q, q->consumer_counter); in mlxsw_pci_queue_doorbell_arm_consumer_ring()
291 q->consumer_counter = 0; in mlxsw_pci_sdq_init()
395 q->consumer_counter = 0; in mlxsw_pci_rdq_init()
467 q->consumer_counter = 0; in mlxsw_pci_cq_init()
535 if (q->consumer_counter++ != consumer_counter_limit) in mlxsw_pci_cqe_sdq_handle()
560 if (q->consumer_counter++ != consumer_counter_limit) in mlxsw_pci_cqe_rdq_handle()
602 q->consumer_counter++; in mlxsw_pci_cq_sw_cqe_get()
664 q->consumer_counter = 0; in mlxsw_pci_eq_init()
715 q->consumer_counter++; in mlxsw_pci_eq_sw_eqe_get()