/openbmc/linux/fs/smb/common/ |
H A D | smb2pdu.h | 264 __le16 DataLength; member 461 __le16 DataLength; member 477 __le16 DataLength; member 495 __le16 DataLength; member 517 __le16 DataLength; member 533 __le16 DataLength; member 548 __le16 DataLength; member 566 __le16 DataLength; member 589 __le16 DataLength; member 599 __le16 DataLength; member [all …]
|
/openbmc/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_tool.h | 167 U32 DataLength; /*0x14 */ member 311 U32 DataLength; /*0x10 */ member 334 U32 DataLength; /*0x10 */ member 423 U16 DataLength; /*0x12 */ member
|
H A D | mpi2_pci.h | 67 U32 DataLength; /*0x1C */ member
|
H A D | mpi2_init.h | 113 U32 DataLength; /*0x1C */ member 264 U32 DataLength; /*0x1C */ member
|
H A D | mpi2_sas.h | 181 U32 DataLength; /*0x18 */ member
|
/openbmc/linux/fs/smb/server/ |
H A D | oplock.c | 1443 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf() 1460 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in create_lease_buf() 1491 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) { in parse_lease_state() 1494 if (le16_to_cpu(cc->DataOffset) + le32_to_cpu(cc->DataLength) < in parse_lease_state() 1510 if (le16_to_cpu(cc->DataOffset) + le32_to_cpu(cc->DataLength) < in parse_lease_state() 1560 value_len = le32_to_cpu(cc->DataLength); in smb2_find_context_vals() 1595 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_rsp_buf() 1619 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_v2_rsp_buf() 1647 buf->ccontext.DataLength = cpu_to_le32(8); in create_mxac_rsp_buf() 1669 buf->ccontext.DataLength = cpu_to_le32(32); in create_disk_id_rsp_buf() [all …]
|
H A D | smb2pdu.c | 777 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt() 789 pneg_ctxt->DataLength = cpu_to_le16(4); in build_encrypt_ctxt() 799 pneg_ctxt->DataLength = in build_sign_cap_ctxt() 810 pneg_ctxt->DataLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in build_posix_ctxt() 1028 clen = le16_to_cpu(pctx->DataLength); in deassemble_neg_contexts() 2627 le32_to_cpu(context->DataLength) < in smb2_create_sd_buffer() 2631 le32_to_cpu(sd_buf->ccontext.DataLength), true, false); in smb2_create_sd_buffer() 2705 le32_to_cpu(context->DataLength) < in parse_durable_handle_context() 2745 le32_to_cpu(context->DataLength) < in parse_durable_handle_context() 2777 le32_to_cpu(context->DataLength) < in parse_durable_handle_context() [all …]
|
/openbmc/linux/drivers/message/fusion/lsi/ |
H A D | mpi_init.h | 91 U32 DataLength; /* 28h */ member 231 U32 DataLength; /* 10h */ member 278 U32 DataLength; /* 38h */ member
|
H A D | mpi_targ.h | 272 U32 DataLength; /* 0Ch */ member 345 U32 DataLength; /* 1Ch */ member 399 U32 DataLength; /* 30h */ member
|
H A D | mpi_raid.h | 189 U32 DataLength; /* 28h */ member
|
H A D | mpi_sas.h | 168 U32 DataLength; /* 18h */ member
|
H A D | mpi_tool.h | 166 U16 DataLength; /* 12h */ member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi-fix-alignment-issue.patch | 12 if (tb->DataLength == 0) {
|
/openbmc/qemu/hw/scsi/ |
H A D | mptendian.c | 59 req->DataLength = le32_to_cpu(req->DataLength); in mptsas_fix_scsi_io_endianness()
|
H A D | mptsas.c | 207 left = req->scsi_io.DataLength; in mptsas_build_sgl() 302 scsi_io->LUN[1], scsi_io->DataLength); in mptsas_process_scsi_io_request() 319 if (req->qsg.size < scsi_io->DataLength) { in mptsas_process_scsi_io_request() 320 trace_mptsas_sgl_overflow(s, scsi_io->MsgContext, scsi_io->DataLength, in mptsas_process_scsi_io_request() 330 if (req->sreq->cmd.xfer > scsi_io->DataLength) { in mptsas_process_scsi_io_request() 360 scsi_io->DataLength); in mptsas_process_scsi_io_request() 1175 reply.TransferCount = req->scsi_io.DataLength - resid; in mptsas_command_complete()
|
H A D | mpi.h | 393 uint32_t DataLength; /* 28h */ member
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.c | 605 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt() 616 pneg_ctxt->DataLength = in build_compression_ctxt() 635 pneg_ctxt->DataLength = cpu_to_le16(ALIGN(sizeof(struct smb2_signing_capabilities) - in build_signing_ctxt() 652 pneg_ctxt->DataLength = cpu_to_le16(4); /* Cipher Count + 1 cipher */ in build_encrypt_ctxt() 656 pneg_ctxt->DataLength = cpu_to_le16(8); /* Cipher Count + 3 ciphers */ in build_encrypt_ctxt() 662 pneg_ctxt->DataLength = cpu_to_le16(6); /* Cipher Count + 2 ciphers */ in build_encrypt_ctxt() 677 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt() 679 return ALIGN(le16_to_cpu(pneg_ctxt->DataLength) + sizeof(struct smb2_neg_context), 8); in build_netname_ctxt() 686 pneg_ctxt->DataLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in build_posix_ctxt() 787 unsigned int len = le16_to_cpu(ctxt->DataLength); in decode_preauth_context() [all …]
|
H A D | reparse.c | 347 cc->ctx.DataLength = cpu_to_le32(dlen); in ea_create_context() 442 len = le32_to_cpu(cc->ctx.DataLength); in mknod_wsl()
|
/openbmc/linux/drivers/isdn/capi/ |
H A D | kcapi.h | 127 __u16 DataLength; member
|
H A D | capiutil.c | 94 {_CWORD, offsetof(_cmsg, DataLength)},
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | rndis.h | 127 __le32 DataLength; member
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | rndis.h | 181 __le32 DataLength; member
|
/openbmc/linux/drivers/scsi/ |
H A D | FlashPoint.c | 79 u32 DataLength; member 3886 p_sccb->Sccb_XferCnt = p_sccb->DataLength; in FPT_sinits() 3896 if (p_sccb->DataLength == 0x00) in FPT_sinits() 4946 pcurrSCCB->DataLength)) { in FPT_busMstrSGDataXferStart() 5174 (unsigned int)(pCurrSCCB->DataLength / in FPT_hostDataXferAbort() 5177 sg_ptr = (u32)(pCurrSCCB->DataLength / in FPT_hostDataXferAbort() 5202 pCurrSCCB->DataLength && (remain_cnt == 0)) in FPT_hostDataXferAbort() 5349 pCurrSCCB->DataLength) { in FPT_hostDataXferAbort() 5353 (unsigned short)(pCurrSCCB->DataLength / in FPT_hostDataXferAbort() 5413 currSCCB->DataLength - currSCCB->Sccb_ATC; in FPT_hostDataXferRestart() [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | dev-network.c | 468 le32 DataLength; member 1232 uint32_t size = le32_to_cpu(msg->DataLength); in usb_net_handle_dataout() 1318 msg->DataLength = cpu_to_le32(size); in usbnet_receive()
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 2820 io_request->DataLength = cpu_to_le32(scsi_buff_len); in megasas_build_ldio_fusion() 3003 io_request->DataLength = cpu_to_le32(scsi_bufflen(scmd)); in megasas_build_ld_nonrw_fusion() 3103 io_request->DataLength = cpu_to_le32(scsi_bufflen(scmd)); in megasas_build_syspd_fusion() 3474 data_length = cmd->io_request->DataLength; in megasas_complete_r1_command() 3485 data_length = r1_cmd->io_request->DataLength; in megasas_complete_r1_command() 3603 data_length = scsi_io_req->DataLength; in complete_cmd_fusion()
|