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