Home
last modified time | relevance | path

Searched refs:queue_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dcik.c4891 struct hqd_registers queue_state; member
5007 mqd->queue_state.cp_hqd_pq_doorbell_control = in cik_cp_compute_resume()
5010 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume()
5012 mqd->queue_state.cp_hqd_pq_doorbell_control &= ~DOORBELL_EN; in cik_cp_compute_resume()
5014 mqd->queue_state.cp_hqd_pq_doorbell_control); in cik_cp_compute_resume()
5017 mqd->queue_state.cp_hqd_dequeue_request = 0; in cik_cp_compute_resume()
5018 mqd->queue_state.cp_hqd_pq_rptr = 0; in cik_cp_compute_resume()
5019 mqd->queue_state.cp_hqd_pq_wptr= 0; in cik_cp_compute_resume()
5027 WREG32(CP_HQD_DEQUEUE_REQUEST, mqd->queue_state.cp_hqd_dequeue_request); in cik_cp_compute_resume()
5028 WREG32(CP_HQD_PQ_RPTR, mqd->queue_state.cp_hqd_pq_rptr); in cik_cp_compute_resume()
[all …]
/linux-4.1.27/drivers/net/ethernet/neterion/
Ds2io.h773 int queue_state; member
Ds2io.c512 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_STOP; in s2io_stop_all_tx_queue()
520 sp->mac_control.fifos[fifo_no].queue_state = in s2io_stop_tx_queue()
532 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START; in s2io_start_all_tx_queue()
543 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START; in s2io_wake_all_tx_queue()
555 } else if (cnt && (fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_wake_tx_queue()
557 fifo->queue_state = FIFO_QUEUE_START; in s2io_wake_tx_queue()
4099 } else if (unlikely(fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_xmit()