Searched refs:sgl_ptr (Results 1 – 1 of 1) sorted by relevance
3260 struct mpi25_ieee_sge_chain64 *sgl_ptr; in mfi_tbolt_create_sgl() local3282 sgl_ptr = &io_req->SGL.IeeeChain.Chain64; in mfi_tbolt_create_sgl()3301 sgl_ptr->Address = htole64(sgd[i].ds_addr); in mfi_tbolt_create_sgl()3302 sgl_ptr->Length = htole32(sgd[i].ds_len); in mfi_tbolt_create_sgl()3303 sgl_ptr->Flags = 0; in mfi_tbolt_create_sgl()3307 " flags 0x%x\n", sgl_ptr, i, in mfi_tbolt_create_sgl()3308 sgl_ptr->Address, sgl_ptr->Length, in mfi_tbolt_create_sgl()3309 sgl_ptr->Flags); in mfi_tbolt_create_sgl()3311 sgl_ptr++; in mfi_tbolt_create_sgl()3317 sg_chain = sgl_ptr; in mfi_tbolt_create_sgl()[all …]