Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.c101 bool b_must_dmae) in ecore_init_rt() argument
118 if (!b_must_dmae) { in ecore_init_rt()
177 bool b_must_dmae, bool b_can_dmae) argument
184 !b_can_dmae || (!b_must_dmae && (size < 16))) {
186 if (!b_can_dmae || (!b_must_dmae && (size < 16))) {
232 bool b_must_dmae, argument
268 b_must_dmae, b_can_dmae);
293 b_must_dmae, b_can_dmae);
305 b_must_dmae, b_can_dmae);
319 bool b_must_dmae = GET_FIELD(data, INIT_WRITE_OP_WIDE_BUS); local
[all …]