Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/crypto/ccp/
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-6.14.4/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h527 struct pfvf_start_queue_resp_tlv queue_start; member
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-6.14.4/drivers/infiniband/hw/cxgb4/
Dqp.c453 static int build_isgl(__be64 *queue_start, __be64 *queue_end, in build_isgl() argument
463 isglp = (struct fw_ri_isgl *)queue_start; in build_isgl()
474 flitp = queue_start; in build_isgl()
477 flitp = queue_start; in build_isgl()
/linux-6.14.4/drivers/gpu/drm/panthor/
Dpanthor_sched.c2600 static void queue_start(struct panthor_queue *queue) in queue_start() function
2631 queue_start(group->queues[i]); in panthor_group_start()
3245 queue_start(queue); in queue_timedout_job()