Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dstorage.h57 __u8 Lun; /* LUN normally 0 */ member
/openbmc/linux/drivers/usb/storage/
H A Dinitializers.c64 bcb->Flags = bcb->Lun = 0; in usb_stor_ucr61s2b_init()
H A Dtransport.c1138 bcb->Lun = srb->device->lun; in usb_stor_Bulk_transport()
1140 bcb->Lun |= srb->device->id << 4; in usb_stor_Bulk_transport()
1151 (bcb->Lun >> 4), (bcb->Lun & 0x0F), in usb_stor_Bulk_transport()
H A Drealtek_cr.c217 bcb->Lun = lun; in rts51x_bulk_transport()
306 bcb->Lun = lun; in rts51x_bulk_transport_special()
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c85 unsigned char Lun; member
1545 lun = p_Sccb->Lun; in FlashPoint_StartCCB()
1668 LunDiscQ_Idx[p_Sccb->Lun]] in FlashPoint_AbortCCB()
2300 lun = currSCCB->Lun; in FPT_ssel()
2607 Lun]] in FPT_sres()
2918 if (currSCCB->Lun == 0x00) { in FPT_sdecm()
2960 if (currSCCB->Lun == 0x00) { in FPT_sdecm()
2974 Lun] = 1; in FPT_sdecm()
4819 [currSCCB->Lun]] = in FPT_autoCmdCmplt()
4860 Lun] = 0; in FPT_autoCmdCmplt()
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c180 u8 Lun; /* LUN (normally 0) */ member
H A Df_mass_storage.c2075 if (cbw->Lun >= FSG_MAX_LUNS || cbw->Flags & ~USB_BULK_IN_FLAG || in received_cbw()
2079 cbw->Lun, cbw->Flags, cbw->Length); in received_cbw()
2100 common->lun = cbw->Lun; in received_cbw()
/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c73 unsigned char Lun; member
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c2217 if (cbw->Lun >= ARRAY_SIZE(common->luns) || in received_cbw()
2222 cbw->Lun, cbw->Flags, cbw->Length); in received_cbw()
2245 common->lun = cbw->Lun; in received_cbw()
H A Df_tcm.c1238 cmd->unpacked_lun = cbw->Lun; in bot_submit_command()
/openbmc/qemu/qga/
H A Dcommands-win32.c884 disk->unit = addr.Lun; in get_single_disk_info()
/openbmc/linux/Documentation/usb/
H A Dgadget-testing.rst316 Lun numbering does not have to be continuous, except for lun #0 which is
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst1345 Host: scsi0 Channel: 00 Id: 00 Lun: 00
1348 Host: scsi0 Channel: 00 Id: 06 Lun: 00
/openbmc/linux/
H A DMAINTAINERS21017 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>