Lines Matching refs:ext
3063 int bus, bool ext)
3071 tbl_idx = ext ? bus * 2 : bus;
3076 idx = (ext ? devfn * 2 : devfn) % 256;
3097 if (ext && devfn == 0) {
3171 bool new_ext, ext;
3174 ext = !!(rtaddr_reg & DMA_RTADDR_RTT);
3183 if (new_ext != ext)
3195 ctxt_table_entries = ext ? 512 : 256;
3203 ctxt_tbls, bus, ext);
3215 int idx = ext ? bus * 2 : bus;
3223 if (!ext || !ctxt_tbls[idx + 1])