Home
last modified time | relevance | path

Searched refs:tsge (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt.c2385 FW_UPLOAD_TCSGE *tsge; in mpt_upload_fw() local
2395 tsge = (FW_UPLOAD_TCSGE *)&fw_req->SGL; in mpt_upload_fw()
2396 tsge->DetailsLength = 12; in mpt_upload_fw()
2397 tsge->Flags = MPI_SGE_FLAGS_TRANSACTION_ELEMENT; in mpt_upload_fw()
2398 tsge->ImageSize = htole32(mpt->fw_image_size); in mpt_upload_fw()
2399 sge = (SGE_SIMPLE32 *)(tsge + 1); in mpt_upload_fw()