Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h527 struct pfvf_start_queue_resp_tlv queue_start; member
Dqed_vf.c774 resp = &p_iov->pf2vf_reply->queue_start; in qed_vf_pf_rxq_start()
869 resp = &p_iov->pf2vf_reply->queue_start; in qed_vf_pf_txq_start()
/linux-5.19.10/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()