Home
last modified time | relevance | path

Searched refs:bsg_reply (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_bsg.c17 struct iscsi_bsg_reply *bsg_reply = bsg_job->reply; in qla4xxx_read_flash() local
25 bsg_reply->reply_payload_rcv_len = 0; in qla4xxx_read_flash()
59 bsg_reply->result = DID_ERROR << 16; in qla4xxx_read_flash()
62 bsg_reply->reply_payload_rcv_len = in qla4xxx_read_flash()
66 bsg_reply->result = DID_OK << 16; in qla4xxx_read_flash()
69 bsg_job_done(bsg_job, bsg_reply->result, in qla4xxx_read_flash()
70 bsg_reply->reply_payload_rcv_len); in qla4xxx_read_flash()
82 struct iscsi_bsg_reply *bsg_reply = bsg_job->reply; in qla4xxx_update_flash() local
91 bsg_reply->reply_payload_rcv_len = 0; in qla4xxx_update_flash()
129 bsg_reply->result = DID_ERROR << 16; in qla4xxx_update_flash()
[all …]