Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c149 bool b_can_dmae) argument
156 !b_can_dmae || (!b_must_dmae && (size < 16))) {
158 if (!b_can_dmae || (!b_must_dmae && (size < 16))) {
206 bool b_can_dmae) argument
241 b_must_dmae, b_can_dmae);
266 b_can_dmae);
277 b_must_dmae, b_can_dmae);
288 bool b_can_dmae) argument
296 if (b_must_dmae && !b_can_dmae) {
311 if (b_must_dmae || (b_can_dmae && (data >= 64)))
[all …]