Searched defs:scsilun (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/
H A Dscsi_tgt_if.c158 u64 tag, struct scsi_lun *scsilun, void *data)
168 memcpy(ev.p.tsk_mgmt_req.lun, scsilun, sizeof(ev.p.tsk_mgmt_req.lun));
157 scsi_tgt_uspace_send_tsk_mgmt(int host_no, u64 itn_id, int function, u64 tag, struct scsi_lun *scsilun, void *data) argument
H A Dscsi_tgt_lib.c305 * @scsilun: scsi lun
309 struct scsi_lun *scsilun, u64 tag)
315 err = scsi_tgt_uspace_send_cmd(cmd, itn_id, scsilun, tag);
531 int function, u64 tag, struct scsi_lun *scsilun,
538 function, tag, scsilun, data);
308 scsi_tgt_queue_command(struct scsi_cmnd *cmd, u64 itn_id, struct scsi_lun *scsilun, u64 tag) argument
530 scsi_tgt_tsk_mgmt_request(struct Scsi_Host *shost, u64 itn_id, int function, u64 tag, struct scsi_lun *scsilun, void *data) argument
H A Dscsi_scan.c1222 * @scsilun: struct scsi_lun to be converted.
1225 * Convert @scsilun from a struct scsi_lun to a four byte host byte-ordered
1239 int scsilun_to_int(struct scsi_lun *scsilun) argument
1246 lun = lun | (((scsilun->scsi_lun[i] << 8) |
1247 scsilun->scsi_lun[i + 1]) << (i * 8));
1255 * @scsilun: struct scsi_lun to be set.
1270 void int_to_scsilun(unsigned int lun, struct scsi_lun *scsilun) argument
1274 memset(scsilun->scsi_lun, 0, sizeof(scsilun->scsi_lun));
1277 scsilun
[all...]
/drivers/scsi/bfa/
H A Dbfad_im.c252 struct scsi_lun scsilun; local
269 memset(&scsilun, 0, sizeof(scsilun));
270 bfa_tskim_start(tskim, bfa_itnim, scsilun,
297 struct scsi_lun scsilun; local
324 int_to_scsilun(cmnd->device->lun, &scsilun);
325 bfa_tskim_start(tskim, bfa_itnim, scsilun,
H A Dbfa_fcpim.c3310 struct scsi_lun scsilun; local
3320 int_to_scsilun(cmnd->device->lun, &scsilun);
3321 if (bfa_tskim_match_scope(tskim, scsilun)) {
3333 int_to_scsilun(cmnd->device->lun, &scsilun);
3334 if (bfa_tskim_match_scope(tskim, scsilun)) {

Completed in 69 milliseconds