Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c188 bool b_must_dmae, bool b_can_dmae) argument
195 !b_can_dmae || (!b_must_dmae && (size < 16))) {
197 if (!b_can_dmae || (!b_must_dmae && (size < 16))) {
245 bool b_can_dmae) argument
280 b_must_dmae, b_can_dmae);
305 b_must_dmae, b_can_dmae);
317 b_must_dmae, b_can_dmae);
328 bool b_can_dmae) argument
336 if (b_must_dmae && !b_can_dmae) {
350 if (b_must_dmae || (b_can_dmae && (data >= 64)))
[all …]