Lines Matching refs:expid
337 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()
841 cpuid = MAKE_CPUID(softsp->expid, in axq_iopause_enable_all()
910 axq_nasm_read(uint32_t expid, uint32_t slot, uint32_t nasm_entry, in axq_nasm_read() argument
918 expid > AXQ_MAX_EXP || in axq_nasm_read()
929 softsp = axq_array[expid][slot]; in axq_nasm_read()
954 axq_nasm_write_one(uint32_t expid, uint32_t slot, uint32_t nasm_entry, in axq_nasm_write_one() argument
968 expid > AXQ_MAX_EXP || in axq_nasm_write_one()
977 softsp = axq_array[expid][slot]; in axq_nasm_write_one()
992 axq_nasm_write(uint32_t expid, uint32_t slot, uint32_t nasm_entry, in axq_nasm_write() argument
998 rc = axq_nasm_write_one(expid, slot, nasm_entry, data); in axq_nasm_write()
1060 axq_casm_read(uint32_t expid, uint32_t slot, int casmslot) in axq_casm_read() argument
1067 ASSERT(axq_array[expid][slot] != NULL); in axq_casm_read()
1070 softsp = axq_array[expid][slot]; in axq_casm_read()
1088 axq_casm_write(uint32_t expid, uint32_t slot, int casmslot, in axq_casm_write() argument
1096 ASSERT(axq_array[expid][slot] != NULL); in axq_casm_write()
1099 softsp = axq_array[expid][slot]; in axq_casm_write()
1319 axq_read_sdi_timeout_reg(uint32_t expid, uint32_t slot, int clearflag) in axq_read_sdi_timeout_reg() argument
1326 ASSERT(axq_array[expid][slot] != NULL); in axq_read_sdi_timeout_reg()
1328 softsp = axq_array[expid][slot]; in axq_read_sdi_timeout_reg()