Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dstorage.h59 __u8 Lun; /* LUN normally 0 */ member
/kernel/linux/linux-5.10/drivers/usb/storage/
Dinitializers.c64 bcb->Flags = bcb->Lun = 0; in usb_stor_ucr61s2b_init()
Dtransport.c1133 bcb->Lun = srb->device->lun; in usb_stor_Bulk_transport()
1135 bcb->Lun |= srb->device->id << 4; in usb_stor_Bulk_transport()
1146 (bcb->Lun >> 4), (bcb->Lun & 0x0F), in usb_stor_Bulk_transport()
Drealtek_cr.c217 bcb->Lun = lun; in rts51x_bulk_transport()
306 bcb->Lun = lun; in rts51x_bulk_transport_special()
/kernel/linux/linux-5.10/drivers/scsi/
DFlashPoint.c85 unsigned char Lun; member
1509 if ((p_Sccb->TargID >= MAX_SCSI_TAR) || (p_Sccb->Lun >= MAX_LUN)) { in FlashPoint_StartCCB()
1573 lun = p_Sccb->Lun; in FlashPoint_StartCCB()
1700 LunDiscQ_Idx[p_Sccb->Lun]] in FlashPoint_AbortCCB()
2099 currTar_Info->TarLUNBusy[pCurrCard->currentSCCB->Lun] = in FPT_SccbMgr_bad_isr()
2332 lun = currSCCB->Lun; in FPT_ssel()
2634 currTar_Info->TarLUNBusy[currSCCB->Lun] = 0; in FPT_sres()
2639 Lun]] in FPT_sres()
2949 if (currSCCB->Lun == 0x00) { in FPT_sdecm()
2991 if (currSCCB->Lun == 0x00) { in FPT_sdecm()
[all …]
/kernel/linux/linux-5.10/Documentation/scsi/
Dufs.rst146 issues by SCSI Midlayer are Abort task, Lun reset and host reset.
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_mass_storage.c2111 if (cbw->Lun >= ARRAY_SIZE(common->luns) || in received_cbw()
2116 cbw->Lun, cbw->Flags, cbw->Length); in received_cbw()
2139 common->lun = cbw->Lun; in received_cbw()
Df_tcm.c1242 cmd->unpacked_lun = cbw->Lun; in bot_submit_command()
/kernel/linux/linux-5.10/Documentation/usb/
Dgadget-testing.rst315 Lun numbering does not have to be continuous, except for lun #0 which is
/kernel/linux/linux-5.10/Documentation/filesystems/
Dproc.rst1331 Host: scsi0 Channel: 00 Id: 00 Lun: 00
1334 Host: scsi0 Channel: 00 Id: 06 Lun: 00
/kernel/linux/linux-5.10/
DMAINTAINERS17026 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>