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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c4160 static int axq_exp = -1; local
4174 if (e == axq_exp && axq_dip) {
4197 axq_exp = (portid >> 5) & 0x1f;
4200 if (invalidate && axq_exp == e)
4227 DRMACH_PR("using AXQ casm %d.%d for slot%d.%d\n", axq_exp, axq_slot,
4252 uint32_t casm = axq_casm_read(axq_exp, axq_slot, slice);
7910 int axq_exp; local
7913 axq_exp = (axq_portid >> 5) & 0x1f;
7916 ASSERT(slot1_paused[axq_exp] == NULL);
7937 slot1_paused[axq_exp]
[all...]

Completed in 64 milliseconds