Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Daxq.c337 softsp->expid = softsp->portid >> 5; in axq_attach()
398 ASSERT(axq_array[softsp->expid][softsp->slotnum] == NULL); in axq_attach()
399 axq_array[softsp->expid][softsp->slotnum] = softsp; in axq_attach()
553 cpuid = MAKE_CPUID(softsp->expid, in axq_detach()
581 ASSERT(axq_array[softsp->expid][softsp->slotnum] in axq_detach()
583 axq_array[softsp->expid][softsp->slotnum] = NULL; in axq_detach()
656 axq_cdc_flush(uint32_t expid, int held, int disabled) in axq_cdc_flush() argument
667 ASSERT(axq_array[expid][SLOT0_AXQ] != NULL); in axq_cdc_flush()
669 softsp = axq_array[expid][SLOT0_AXQ]; in axq_cdc_flush()
711 expid); in axq_cdc_flush()
[all …]
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h290 uint32_t expid; /* expander id */ member
356 extern int axq_nasm_read(uint32_t expid, uint32_t slot, uint32_t nasm_entry,
358 extern int axq_nasm_write(uint32_t expid, uint32_t slot, uint32_t nasm_entry,