Lines Matching refs:agSgl
304 agsaSgl_t *agSgl; in smsataLLIOStart() local
322 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl); in smsataLLIOStart()
323 agSgl->len = 0; in smsataLLIOStart()
325 agSgl->sgUpper = 0; in smsataLLIOStart()
326 agSgl->sgLower = 0; in smsataLLIOStart()
327 agSgl->len = 0; in smsataLLIOStart()
328 SM_CLEAR_ESGL_EXTEND(agSgl->extReserved); in smsataLLIOStart()
489 agsaSgl_t *agSgl; in smsatIOPrepareSGL() local
499 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl); in smsatIOPrepareSGL()
500 agSgl->len = 0; in smsatIOPrepareSGL()
511 agSgl->sgUpper = 0; in smsatIOPrepareSGL()
512 agSgl->sgLower = 0; in smsatIOPrepareSGL()
513 agSgl->len = 0; in smsatIOPrepareSGL()
514 SM_CLEAR_ESGL_EXTEND(agSgl->extReserved); in smsatIOPrepareSGL()
518 agSgl->sgUpper = smSgl1->upper; in smsatIOPrepareSGL()
519 agSgl->sgLower = smSgl1->lower; in smsatIOPrepareSGL()
520 agSgl->len = smSgl1->len; in smsatIOPrepareSGL()
521 agSgl->extReserved = smSgl1->type; in smsatIOPrepareSGL()