Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/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-v5.15/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.h66 } queue_state SEC(".maps");
/Linux-v5.15/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-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c1192 enum iwl_mvm_agg_state queue_state; in iwl_mvm_sta_alloc_queue() local
1310 queue_state = mvmsta->tid_data[tid].state; in iwl_mvm_sta_alloc_queue()
1322 if (queue_state == IWL_AGG_ON) { in iwl_mvm_sta_alloc_queue()