Searched refs:csmpio (Results 1 – 2 of 2) sorted by relevance
442 struct ccb_smpio *csmpio = &ccb->smpio; in ostiInitiatorSMPCompleted() local443 memcpy(csmpio->smp_response, tiFrameHandle, tiSMPInfoLen); in ostiInitiatorSMPCompleted()444 csmpio->smp_response_len = tiSMPInfoLen; in ostiInitiatorSMPCompleted()445 …"ostiInitiatorSMPCompleted: Response Payload in CAM", (bit8 *)csmpio->smp_response, csmpio->smp_re… in ostiInitiatorSMPCompleted()
3373 struct ccb_smpio *csmpio = &ccb->smpio; in agtiapi_PrepareSMPSGList() local3391 if ( (csmpio->smp_request_sglist_cnt > 1) in agtiapi_PrepareSMPSGList()3392 || (csmpio->smp_response_sglist_cnt > 1) ) in agtiapi_PrepareSMPSGList()3400 if ( csmpio->smp_request_sglist_cnt != 0 ) in agtiapi_PrepareSMPSGList()3411 csmpio->smp_request, in agtiapi_PrepareSMPSGList()3412 csmpio->smp_request_len, in agtiapi_PrepareSMPSGList()3433 if( csmpio->smp_response_sglist_cnt != 0 ) in agtiapi_PrepareSMPSGList()3444 csmpio->smp_response, in agtiapi_PrepareSMPSGList()3445 csmpio->smp_response_len, in agtiapi_PrepareSMPSGList()3469 if ( (csmpio->smp_request_sglist_cnt == 0) && in agtiapi_PrepareSMPSGList()[all …]