Searched refs:data_bp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 311 mptsas_target_t *ptgt, uchar_t *cdb, int cdblen, struct buf *data_bp, 14070 struct buf *data_bp = NULL; in mptsas_inquiry() local 14080 data_bp = scsi_alloc_consistent_buf(&ap, in mptsas_inquiry() 14082 if (data_bp == NULL) { in mptsas_inquiry() 14093 ret = mptsas_send_scsi_cmd(mpt, &ap, ptgt, &cdb[0], CDB_GROUP0, data_bp, in mptsas_inquiry() 14099 bcopy((caddr_t)data_bp->b_un.b_addr, buf, len); in mptsas_inquiry() 14101 if (data_bp) { in mptsas_inquiry() 14102 scsi_free_consistent_buf(data_bp); in mptsas_inquiry() 14109 mptsas_target_t *ptgt, uchar_t *cdb, int cdblen, struct buf *data_bp, in mptsas_send_scsi_cmd() argument 14140 data_bp, cdblen, sizeof (struct scsi_arq_status), in mptsas_send_scsi_cmd()
|