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()
292 q->consumer_counter = 0; in mlxsw_pci_sdq_init()
398 q->consumer_counter = 0; in mlxsw_pci_rdq_init()
470 q->consumer_counter = 0; in mlxsw_pci_cq_init()
538 if (q->consumer_counter++ != consumer_counter_limit) in mlxsw_pci_cqe_sdq_handle()
563 if (q->consumer_counter++ != consumer_counter_limit) in mlxsw_pci_cqe_rdq_handle()
618 q->consumer_counter++; in mlxsw_pci_cq_sw_cqe_get()
680 q->consumer_counter = 0; in mlxsw_pci_eq_init()
731 q->consumer_counter++; in mlxsw_pci_eq_sw_eqe_get()