Home
last modified time | relevance | path

Searched refs:queue_start (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/qualcomm/ppe/
H A Dppe_config.c63 unsigned int queue_start; member
247 .queue_start = 0,
257 .queue_start = 256,
1497 queue_id = queue_cfg[i].queue_start; in ppe_config_qm()
/linux/drivers/crypto/ccp/
H A Dccp-dev-v5.c210 u32 head_lo, queue_start; in ccp5_get_free_slots() local
212 queue_start = low_address(cmd_q->qdma_tail); in ccp5_get_free_slots()
214 head_idx = (head_lo - queue_start) / sizeof(struct ccp5_desc); in ccp5_get_free_slots()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h527 struct pfvf_start_queue_resp_tlv queue_start; member
H A Dqed_vf.c771 resp = &p_iov->pf2vf_reply->queue_start; in qed_vf_pf_rxq_start()
866 resp = &p_iov->pf2vf_reply->queue_start; in qed_vf_pf_txq_start()
/linux/drivers/infiniband/hw/cxgb4/
H A Dqp.c450 static int build_isgl(__be64 *queue_start, __be64 *queue_end, in build_isgl() argument
460 isglp = (struct fw_ri_isgl *)queue_start; in build_isgl()
471 flitp = queue_start; in build_isgl()
474 flitp = queue_start; in build_isgl()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2732 static void queue_start(struct panthor_queue *queue) in queue_start() function
2764 queue_start(group->queues[i]); in panthor_group_start()
3428 queue_start(queue); in queue_timedout_job()