Searched refs:mpf_cdb (Results 1 – 2 of 2) sorted by relevance
1124 memset(pf->mpf_cdb, 0, 16); in mfi_scsi_ld()1125 memcpy(pf->mpf_cdb, &xs->cmd, xs->cmdlen); in mfi_scsi_ld()2763 memset(pf->mpf_cdb, 0, sizeof(pf->mpf_cdb)); in mfi_pd_scsi_cmd()2764 memcpy(pf->mpf_cdb, &xs->cmd, xs->cmdlen); in mfi_pd_scsi_cmd()
410 uint8_t mpf_cdb[16]; member