Searched defs:dmaq_id (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dfilter.h107 * @dmaq_id: Source/target queue index, or %EFX_FILTER_RX_DMAQ_ID_DROP for
135 u32 dmaq_id:12; member in struct:efx_filter_spec
164 spec->dmaq_id = rxq_id;
173 spec->dmaq_id = txq_id;
H A Def10.c2291 spec->dmaq_id == EFX_FILTER_RX_DMAQ_ID_DROP ?
2297 spec->dmaq_id == EFX_FILTER_RX_DMAQ_ID_DROP ?
2298 0 : spec->dmaq_id);
2501 saved_spec->dmaq_id = spec->dmaq_id;
2632 new_spec.dmaq_id = 0;
2862 cookie = replacing << 31 | ins_index << 16 | spec->dmaq_id;
2883 unsigned int ins_index, dmaq_id; local
2890 dmaq_id = cookie & 0xffff;
2898 spec->dmaq_id
[all...]
H A Dfarch.c1858 u16 dmaq_id; member in struct:efx_farch_filter_spec
1963 table->spec[EFX_FARCH_FILTER_INDEX_UC_DEF].dmaq_id);
1970 table->spec[EFX_FARCH_FILTER_INDEX_MC_DEF].dmaq_id);
2034 spec->dmaq_id = gen_spec->dmaq_id;
2133 gen_spec->dmaq_id = spec->dmaq_id;
2220 spec->dmaq_id = 0;
2240 FRF_BZ_RXQ_ID, spec->dmaq_id,
2256 FRF_CZ_RMFT_RXQ_ID, spec->dmaq_id,
[all...]

Completed in 84 milliseconds