Searched refs:xcopy_cdb (Results 1 – 1 of 1) sorted by relevance
2288 unsigned char xcopy_cdb[THIRD_PARTY_COPY_OUT_CMDLEN] = in sg_ll_extended_copy() local2294 xcopy_cdb[1] = (unsigned char)(EXTENDED_COPY_LID1_SA & 0x1f); in sg_ll_extended_copy()2295 sg_put_unaligned_be32((uint32_t)param_len, xcopy_cdb + 10); in sg_ll_extended_copy()2300 pr2ws("%02x ", xcopy_cdb[k]); in sg_ll_extended_copy()2310 set_scsi_pt_cdb(ptvp, xcopy_cdb, sizeof(xcopy_cdb)); in sg_ll_extended_copy()2348 unsigned char xcopy_cdb[THIRD_PARTY_COPY_OUT_CMDLEN] = in sg_ll_3party_copy_out() local2356 xcopy_cdb[1] = (unsigned char)(sa & 0x1f); in sg_ll_3party_copy_out()2360 sg_put_unaligned_be32((uint32_t)param_len, xcopy_cdb + 10); in sg_ll_3party_copy_out()2364 sg_put_unaligned_be32((uint32_t)list_id, xcopy_cdb + 6); in sg_ll_3party_copy_out()2365 sg_put_unaligned_be32((uint32_t)param_len, xcopy_cdb + 10); in sg_ll_3party_copy_out()[all …]