Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
A Dcik.c4494 struct hqd_registers queue_state; member
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()
4659 mqd->queue_state.cp_hqd_pq_control &= in cik_cp_compute_resume()
4662 mqd->queue_state.cp_hqd_pq_control |= in cik_cp_compute_resume()
4664 mqd->queue_state.cp_hqd_pq_control |= in cik_cp_compute_resume()
4669 mqd->queue_state.cp_hqd_pq_control &= in cik_cp_compute_resume()
4671 mqd->queue_state.cp_hqd_pq_control |= in cik_cp_compute_resume()
4723 mqd->queue_state.cp_hqd_vmid = 0; in cik_cp_compute_resume()
[all …]
/linux/drivers/mailbox/
A 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/samples/bpf/
A Dhbm_edt_kern.c83 qdp = bpf_get_local_storage(&queue_state, 0); in _hbm_out_cg()
A Dhbm_out_kern.c85 qdp = bpf_get_local_storage(&queue_state, 0); in _hbm_out_cg()
A Dhbm_kern.h64 } queue_state SEC(".maps");
/linux/drivers/net/ethernet/neterion/
A Ds2io.h774 int queue_state; member
A 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/drivers/net/wireless/intel/iwlwifi/mvm/
A 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()

Completed in 44 milliseconds