Home
last modified time | relevance | path

Searched refs:q_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-mem2mem.c126 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_get_vq() local
129 if (!q_ctx) in v4l2_m2m_get_vq()
132 return &q_ctx->q; in v4l2_m2m_get_vq()
143 if (list_empty(&q_ctx->rdy_queue)) { in v4l2_m2m_next_buf()
184 q_ctx->num_rdy--; in v4l2_m2m_buf_remove()
200 q_ctx->num_rdy--; in v4l2_m2m_buf_remove_by_buf()
217 q_ctx->num_rdy--; in v4l2_m2m_buf_remove_by_idx()
873 struct v4l2_m2m_queue_ctx *q_ctx; in v4l2_m2m_streamoff() local
896 q_ctx->num_rdy = 0; in v4l2_m2m_streamoff()
1283 if (!q_ctx) in v4l2_m2m_buf_queue()
[all …]
/linux-6.3-rc2/include/media/
A Dv4l2-mem2mem.h616 struct vb2_v4l2_buffer *v4l2_m2m_next_buf(struct v4l2_m2m_queue_ctx *q_ctx);
647 struct vb2_v4l2_buffer *v4l2_m2m_last_buf(struct v4l2_m2m_queue_ctx *q_ctx);
742 struct vb2_v4l2_buffer *v4l2_m2m_buf_remove(struct v4l2_m2m_queue_ctx *q_ctx);
775 void v4l2_m2m_buf_remove_by_buf(struct v4l2_m2m_queue_ctx *q_ctx,
805 v4l2_m2m_buf_remove_by_idx(struct v4l2_m2m_queue_ctx *q_ctx, unsigned int idx);
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_sched.c574 struct ice_q_ctx *q_ctx; in ice_alloc_lan_q_ctx() local
583 sizeof(*q_ctx), in ice_alloc_lan_q_ctx()
596 if (!q_ctx) in ice_alloc_lan_q_ctx()
599 prev_num * sizeof(*q_ctx)); in ice_alloc_lan_q_ctx()
601 vsi_ctx->lan_q_ctx[tc] = q_ctx; in ice_alloc_lan_q_ctx()
618 struct ice_q_ctx *q_ctx; in ice_alloc_rdma_q_ctx() local
627 sizeof(*q_ctx), in ice_alloc_rdma_q_ctx()
640 if (!q_ctx) in ice_alloc_rdma_q_ctx()
645 vsi_ctx->rdma_q_ctx[tc] = q_ctx; in ice_alloc_rdma_q_ctx()
3820 struct ice_q_ctx *q_ctx; in ice_sched_set_q_bw_lmt() local
[all …]
A Dice_common.c4521 struct ice_q_ctx *q_ctx; in ice_get_lan_q_ctx() local
4530 q_ctx = vsi->lan_q_ctx[tc]; in ice_get_lan_q_ctx()
4531 return &q_ctx[q_handle]; in ice_get_lan_q_ctx()
4554 struct ice_q_ctx *q_ctx; in ice_ena_vsi_txq() local
4572 if (!q_ctx) { in ice_ena_vsi_txq()
4624 q_ctx->q_handle = q_handle; in ice_ena_vsi_txq()
4659 struct ice_q_ctx *q_ctx; in ice_dis_vsi_txq() local
4694 if (!q_ctx) { in ice_dis_vsi_txq()
4699 if (q_ctx->q_handle != q_handles[i]) { in ice_dis_vsi_txq()
4701 q_ctx->q_handle, q_handles[i]); in ice_dis_vsi_txq()
[all …]
A Dice_sched.h152 int ice_sched_replay_q_bw(struct ice_port_info *pi, struct ice_q_ctx *q_ctx);

Completed in 27 milliseconds