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

/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Daxq.c337 softsp->expid = softsp->portid >> 5;
398 ASSERT(axq_array[softsp->expid][softsp->slotnum] == NULL);
399 axq_array[softsp->expid][softsp->slotnum] = softsp;
553 cpuid = MAKE_CPUID(softsp->expid,
581 ASSERT(axq_array[softsp->expid][softsp->slotnum]
583 axq_array[softsp->expid][softsp->slotnum] = NULL;
653 * indicated by the expid argument
656 axq_cdc_flush(uint32_t expid, int held, int disabled) argument
667 ASSERT(axq_array[expid][SLOT0_AXQ] != NULL);
669 softsp = axq_array[expid][SLOT0_AX
910 axq_nasm_read(uint32_t expid, uint32_t slot, uint32_t nasm_entry, uint32_t *data) argument
954 axq_nasm_write_one(uint32_t expid, uint32_t slot, uint32_t nasm_entry, uint32_t data) argument
992 axq_nasm_write(uint32_t expid, uint32_t slot, uint32_t nasm_entry, uint32_t data) argument
1060 axq_casm_read(uint32_t expid, uint32_t slot, int casmslot) argument
1088 axq_casm_write(uint32_t expid, uint32_t slot, int casmslot, uint32_t value) argument
1319 axq_read_sdi_timeout_reg(uint32_t expid, uint32_t slot, int clearflag) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h290 uint32_t expid; /* expander id */ member in struct:axq_soft_state
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,

Completed in 31 milliseconds