smp_buf 453 drivers/scsi/smartpqi/smartpqi_sas_transport.c struct bmic_csmi_smp_passthru_buffer *smp_buf; smp_buf 459 drivers/scsi/smartpqi/smartpqi_sas_transport.c smp_buf = kzalloc(sizeof(*smp_buf), GFP_KERNEL); smp_buf 460 drivers/scsi/smartpqi/smartpqi_sas_transport.c if (!smp_buf) smp_buf 466 drivers/scsi/smartpqi/smartpqi_sas_transport.c ioctl_header = &smp_buf->ioctl_header; smp_buf 467 drivers/scsi/smartpqi/smartpqi_sas_transport.c put_unaligned_le32(sizeof(smp_buf->ioctl_header), smp_buf 472 drivers/scsi/smartpqi/smartpqi_sas_transport.c put_unaligned_le32(sizeof(smp_buf->parameters), &ioctl_header->length); smp_buf 474 drivers/scsi/smartpqi/smartpqi_sas_transport.c parameters = &smp_buf->parameters; smp_buf 492 drivers/scsi/smartpqi/smartpqi_sas_transport.c return smp_buf; smp_buf 496 drivers/scsi/smartpqi/smartpqi_sas_transport.c struct bmic_csmi_smp_passthru_buffer *smp_buf, struct bsg_job *job, smp_buf 500 drivers/scsi/smartpqi/smartpqi_sas_transport.c job->reply_payload.sg_cnt, &smp_buf->parameters.response, smp_buf 501 drivers/scsi/smartpqi/smartpqi_sas_transport.c le32_to_cpu(smp_buf->parameters.response_length)); smp_buf 516 drivers/scsi/smartpqi/smartpqi_sas_transport.c struct bmic_csmi_smp_passthru_buffer *smp_buf; smp_buf 552 drivers/scsi/smartpqi/smartpqi_sas_transport.c smp_buf = pqi_build_csmi_smp_passthru_buffer(rphy, job); smp_buf 553 drivers/scsi/smartpqi/smartpqi_sas_transport.c if (!smp_buf) { smp_buf 558 drivers/scsi/smartpqi/smartpqi_sas_transport.c rc = pqi_csmi_smp_passthru(ctrl_info, smp_buf, sizeof(*smp_buf), smp_buf 563 drivers/scsi/smartpqi/smartpqi_sas_transport.c reslen = pqi_build_sas_smp_handler_reply(smp_buf, job, &error_info);