Lines Matching refs:PDQ_ADVANCE

599     PDQ_ADVANCE(ci->ci_request_producer, 1, PDQ_RING_MASK(dbp->pdqdb_command_requests));  in pdq_queue_commands()
606 PDQ_ADVANCE(ci->ci_response_producer, 1, PDQ_RING_MASK(dbp->pdqdb_command_responses)); in pdq_queue_commands()
662 PDQ_ADVANCE(ci->ci_request_completion, 1, PDQ_RING_MASK(dbp->pdqdb_command_requests)); in pdq_process_command_responses()
663 PDQ_ADVANCE(ci->ci_response_completion, 1, PDQ_RING_MASK(dbp->pdqdb_command_responses)); in pdq_process_command_responses()
742 PDQ_ADVANCE(ui->ui_completion, 1, PDQ_RING_MASK(dbp->pdqdb_unsolicited_events)); in pdq_process_unsolicited_events()
749 PDQ_ADVANCE(ui->ui_producer, ui->ui_free, PDQ_RING_MASK(dbp->pdqdb_unsolicited_events)); in pdq_process_unsolicited_events()
848 PDQ_ADVANCE(producer, PDQ_RX_SEGCNT, ring_mask); in pdq_process_received_data()
849 PDQ_ADVANCE(completion, PDQ_RX_SEGCNT, ring_mask); in pdq_process_received_data()
898 PDQ_ADVANCE(rx->rx_producer, 1, ring_mask); in pdq_process_received_data()
899 PDQ_ADVANCE(producer, 1, ring_mask); in pdq_process_received_data()
900 PDQ_ADVANCE(completion, 1, ring_mask); in pdq_process_received_data()
941 PDQ_ADVANCE(rx->rx_producer, PDQ_RX_SEGCNT, ring_mask); in pdq_process_received_data()
981 PDQ_ADVANCE(producer, 1, PDQ_RING_MASK(dbp->pdqdb_transmits)); in pdq_queue_transmit_data()
998 PDQ_ADVANCE(producer, 1, PDQ_RING_MASK(dbp->pdqdb_transmits)); in pdq_queue_transmit_data()
1029 PDQ_ADVANCE(producer, 1, PDQ_RING_MASK(dbp->pdqdb_transmits)); in pdq_queue_transmit_data()
1091 PDQ_ADVANCE(completion, descriptor_count, PDQ_RING_MASK(dbp->pdqdb_transmits)); in pdq_process_transmitted_data()