Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mailbox/
Dti-msgmgr.c114 void __iomem *queue_state; member
165 val = readl(qinst->queue_state) & status_cnt_mask; in ti_msgmgr_queue_get_num_messages()
191 val = readl(qinst->queue_state) & d->status_err_mask; in ti_msgmgr_queue_is_error()
252 ret = readl_poll_timeout_atomic(qinst->queue_state, msg_count, in ti_msgmgr_queue_rx_poll_timeout()
657 qinst->queue_state = inst->queue_state_debug_region + in ti_msgmgr_queue_setup()
673 qinst->queue_state = in ti_msgmgr_queue_setup()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dcik.c4494 struct hqd_registers queue_state; member
4615 mqd->queue_state.cp_hqd_pq_doorbell_control = in cik_cp_compute_resume()
4618 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume()
4620 mqd->queue_state.cp_hqd_pq_doorbell_control &= ~DOORBELL_EN; in cik_cp_compute_resume()
4622 mqd->queue_state.cp_hqd_pq_doorbell_control); in cik_cp_compute_resume()
4625 mqd->queue_state.cp_hqd_dequeue_request = 0; in cik_cp_compute_resume()
4626 mqd->queue_state.cp_hqd_pq_rptr = 0; in cik_cp_compute_resume()
4627 mqd->queue_state.cp_hqd_pq_wptr= 0; in cik_cp_compute_resume()
4635 WREG32(CP_HQD_DEQUEUE_REQUEST, mqd->queue_state.cp_hqd_dequeue_request); in cik_cp_compute_resume()
4636 WREG32(CP_HQD_PQ_RPTR, mqd->queue_state.cp_hqd_pq_rptr); in cik_cp_compute_resume()
[all …]
/linux-6.1.9/samples/bpf/
Dhbm_edt_kern.c83 qdp = bpf_get_local_storage(&queue_state, 0); in _hbm_out_cg()
Dhbm_out_kern.c85 qdp = bpf_get_local_storage(&queue_state, 0); in _hbm_out_cg()
Dhbm_kern.h64 } queue_state SEC(".maps");
/linux-6.1.9/drivers/net/ethernet/neterion/
Ds2io.h774 int queue_state; member
Ds2io.c504 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_STOP; in s2io_stop_all_tx_queue()
512 sp->mac_control.fifos[fifo_no].queue_state = in s2io_stop_tx_queue()
524 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START; in s2io_start_all_tx_queue()
535 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START; in s2io_wake_all_tx_queue()
547 } else if (cnt && (fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_wake_tx_queue()
549 fifo->queue_state = FIFO_QUEUE_START; in s2io_wake_tx_queue()
4085 } else if (unlikely(fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_xmit()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c1263 enum iwl_mvm_agg_state queue_state; in iwl_mvm_sta_alloc_queue() local
1381 queue_state = mvmsta->tid_data[tid].state; in iwl_mvm_sta_alloc_queue()
1393 if (queue_state == IWL_AGG_ON) { in iwl_mvm_sta_alloc_queue()