Lines Matching defs:agIOInfoLen

471                  bit32                 agIOInfoLen,
508 agIOInfoLen,
2282 bit32 agIOInfoLen,
2638 //tdhexdump("dmSMPCompleted", (bit8*)agFrameHandle, agIOInfoLen);
2653 if (agIOInfoLen != sizeof(smpRespReportGeneral_t) + 4 &&
2656 DM_DBG3(("dmSMPCompleted: mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (unsigned int)sizeof(smpRespReportGeneral_t) + 4));
2690 if (agIOInfoLen != sizeof(smpRespDiscover_t) + 4 &&
2693 DM_DBG3(("dmSMPCompleted: mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (unsigned int)sizeof(smpRespDiscover_t) + 4));
2725 if (agIOInfoLen != sizeof(smpRespReportPhySata_t) + 4 &&
2728 DM_DBG3(("dmSMPCompleted: mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (unsigned int)sizeof(smpRespReportPhySata_t) + 4));
2760 if (agIOInfoLen != 4 &&
2763 DM_DBG3(("dmSMPCompleted: mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, 4));
2796 if (agIOInfoLen != 4 &&
2799 DM_DBG3(("dmSMPCompleted: mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, 4));
2841 dmhexdump("dmSMPCompleted: SMP payload !!!", (bit8 *)agFrameHandle, agIOInfoLen);
2988 DM_DBG1(("dmSMPCompleted: failed, but retries %d agIOStatus 0x%x %d agIOInfoLen %d !!!\n",
2989 dmSMPRequestBody->retries, agIOStatus, agIOStatus, agIOInfoLen));
3122 //tdhexdump("dmSMPCompleted", (bit8*)agFrameHandle, agIOInfoLen);
3137 if ((agIOInfoLen != sizeof(smpRespReportGeneral2_t) + 4) &&
3141 DM_DBG1(("dmSMPCompleted: report general mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (int)sizeof(smpRespReportGeneral2_t) + 4));
3176 if ((agIOInfoLen != sizeof(smpRespDiscover2_t) + 4) &&
3180 DM_DBG1(("dmSMPCompleted: discover mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (int)sizeof(smpRespDiscover2_t) + 4));
3214 if ((agIOInfoLen != sizeof(smpRespReportPhySata2_t) + 4) &&
3218 DM_DBG1(("dmSMPCompleted: report phy sata mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (int)sizeof(smpRespReportPhySata2_t) + 4));
3252 if (agIOInfoLen != 4 &&
3256 DM_DBG1(("dmSMPCompleted: configure routing information mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, 4));
3291 if (agIOInfoLen != 4 &&
3295 DM_DBG1(("dmSMPCompleted: phy control mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, 4));
3332 DM_DBG1(("dmSMPCompleted: agIOInfoLen 0x%x \n", agIOInfoLen));
3333 tdhexdump("dmSMPCompleted", (bit8*)agFrameHandle, agIOInfoLen);
3368 dmhexdump("dmSMPCompleted: SMP payload", (bit8 *)agFrameHandle, agIOInfoLen);
3531 DM_DBG1(("dmSMPCompleted: failed! but retries %d agIOStatus 0x%x %d agIOInfoLen %d\n",
3532 dmSMPRequestBody->retries, agIOStatus, agIOStatus, agIOInfoLen));