Lines Matching refs:ext
2591 int bus, bool ext)
2599 tbl_idx = ext ? bus * 2 : bus;
2604 idx = (ext ? devfn * 2 : devfn) % 256;
2625 if (ext && devfn == 0) {
2680 bool new_ext, ext;
2683 ext = !!(rtaddr_reg & DMA_RTADDR_SMT);
2692 if (new_ext != ext)
2708 ctxt_table_entries = ext ? 512 : 256;
2716 ctxt_tbls, bus, ext);
2728 int idx = ext ? bus * 2 : bus;
2736 if (!ext || !ctxt_tbls[idx + 1])