Searched refs:data_bp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 299 mptsas_target_t *ptgt, uchar_t *cdb, int cdblen, struct buf *data_bp, 13983 struct buf *data_bp = NULL; in mptsas_inquiry() local 13993 data_bp = scsi_alloc_consistent_buf(&ap, in mptsas_inquiry() 13995 if (data_bp == NULL) { in mptsas_inquiry() 14006 ret = mptsas_send_scsi_cmd(mpt, &ap, ptgt, &cdb[0], CDB_GROUP0, data_bp, in mptsas_inquiry() 14012 bcopy((caddr_t)data_bp->b_un.b_addr, buf, len); in mptsas_inquiry() 14014 if (data_bp) { in mptsas_inquiry() 14015 scsi_free_consistent_buf(data_bp); in mptsas_inquiry() 14022 mptsas_target_t *ptgt, uchar_t *cdb, int cdblen, struct buf *data_bp, in mptsas_send_scsi_cmd() argument 14053 data_bp, cdblen, sizeof (struct scsi_arq_status), in mptsas_send_scsi_cmd()
|