Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c143 if (unlikely(q_top == NULL)) in aqDepth()
145 return q_top->aq_depth_log2; in aqDepth()
155 if (unlikely(q_top == NULL)) in aqNum()
157 return q_top->num_aqs_per_groups; in aqNum()
183 if (unlikely(q_top == NULL)) in updateQtop()
186 q_top->num_qgroups++; in updateQtop()
188 q_top->first_qgroup_index = qg; in updateQtop()
196 q_top->num_aqs_per_groups = 0; in updateQtop()
201 q_top->num_aqs_per_groups++; in updateQtop()
256 (q_top->first_qgroup_index * 4)) in fetch_acc100_config()
[all …]