Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.c92 void hinic_sq_prepare_ctxt(struct hinic_sq_ctxt *sq_ctxt, in hinic_sq_prepare_ctxt() argument
120 sq_ctxt->ceq_attr = HINIC_SQ_CTXT_CEQ_ATTR_SET(global_qid, in hinic_sq_prepare_ctxt()
127 sq_ctxt->wq_hi_pfn_pi = in hinic_sq_prepare_ctxt()
131 sq_ctxt->wq_lo_pfn = wq_page_pfn_lo; in hinic_sq_prepare_ctxt()
133 sq_ctxt->pref_cache = in hinic_sq_prepare_ctxt()
138 sq_ctxt->pref_wrapped = 1; in hinic_sq_prepare_ctxt()
140 sq_ctxt->pref_wq_hi_pfn_ci = in hinic_sq_prepare_ctxt()
144 sq_ctxt->pref_wq_lo_pfn = wq_page_pfn_lo; in hinic_sq_prepare_ctxt()
146 sq_ctxt->wq_block_hi_pfn = in hinic_sq_prepare_ctxt()
149 sq_ctxt->wq_block_lo_pfn = wq_block_pfn_lo; in hinic_sq_prepare_ctxt()
[all …]
H A Dhinic_hw_io.c112 struct hinic_sq_ctxt *sq_ctxt; in write_sq_ctxts() local
124 sq_ctxt = sq_ctxt_block->sq_ctxt; in write_sq_ctxts()
131 hinic_sq_prepare_ctxt(&sq_ctxt[i], &qp->sq, in write_sq_ctxts()
H A Dhinic_hw_qp_ctxt.h202 struct hinic_sq_ctxt sq_ctxt[HINIC_Q_CTXT_MAX]; member
H A Dhinic_hw_qp.h132 void hinic_sq_prepare_ctxt(struct hinic_sq_ctxt *sq_ctxt,