Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mailbox/
Dti-msgmgr.c112 void __iomem *queue_state; member
162 val = readl(qinst->queue_state) & status_cnt_mask; in ti_msgmgr_queue_get_num_messages()
188 val = readl(qinst->queue_state) & d->status_err_mask; in ti_msgmgr_queue_is_error()
607 qinst->queue_state = inst->queue_state_debug_region + in ti_msgmgr_queue_setup()
623 qinst->queue_state = in ti_msgmgr_queue_setup()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dcik.c4508 struct hqd_registers queue_state; member
4629 mqd->queue_state.cp_hqd_pq_doorbell_control = in cik_cp_compute_resume()
4632 mqd->queue_state.cp_hqd_pq_doorbell_control |= DOORBELL_EN; in cik_cp_compute_resume()
4634 mqd->queue_state.cp_hqd_pq_doorbell_control &= ~DOORBELL_EN; in cik_cp_compute_resume()
4636 mqd->queue_state.cp_hqd_pq_doorbell_control); in cik_cp_compute_resume()
4639 mqd->queue_state.cp_hqd_dequeue_request = 0; in cik_cp_compute_resume()
4640 mqd->queue_state.cp_hqd_pq_rptr = 0; in cik_cp_compute_resume()
4641 mqd->queue_state.cp_hqd_pq_wptr= 0; in cik_cp_compute_resume()
4649 WREG32(CP_HQD_DEQUEUE_REQUEST, mqd->queue_state.cp_hqd_dequeue_request); in cik_cp_compute_resume()
4650 WREG32(CP_HQD_PQ_RPTR, mqd->queue_state.cp_hqd_pq_rptr); in cik_cp_compute_resume()
[all …]
/Linux-v5.4/samples/bpf/
Dhbm_kern.h62 struct bpf_map_def SEC("maps") queue_state = {
67 BPF_ANNOTATE_KV_PAIR(queue_state, struct bpf_cgroup_storage_key,
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()
/Linux-v5.4/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()
4076 } else if (unlikely(fifo->queue_state == FIFO_QUEUE_STOP)) { in s2io_xmit()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c1210 enum iwl_mvm_agg_state queue_state; in iwl_mvm_sta_alloc_queue() local
1328 queue_state = mvmsta->tid_data[tid].state; in iwl_mvm_sta_alloc_queue()
1340 if (queue_state == IWL_AGG_ON) { in iwl_mvm_sta_alloc_queue()