Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A 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()
663 qinst->queue_state = inst->queue_state_debug_region + in ti_msgmgr_queue_setup()
679 qinst->queue_state = in ti_msgmgr_queue_setup()
/openbmc/linux/drivers/gpu/drm/radeon/
H 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 …]
/openbmc/linux/samples/bpf/
H A Dhbm_edt_kern.c83 qdp = bpf_get_local_storage(&queue_state, 0); in _hbm_out_cg()
H A Dhbm_out_kern.c85 qdp = bpf_get_local_storage(&queue_state, 0); in _hbm_out_cg()
H A Dhbm_kern.h64 } queue_state SEC(".maps");
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h774 int queue_state; member
H 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()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c1351 enum iwl_mvm_agg_state queue_state; in iwl_mvm_sta_alloc_queue() local
1469 queue_state = mvmsta->tid_data[tid].state; in iwl_mvm_sta_alloc_queue()
1481 if (queue_state == IWL_AGG_ON) { in iwl_mvm_sta_alloc_queue()