Home
last modified time | relevance | path

Searched refs:DataLength (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h261 __le16 DataLength; member
458 __le16 DataLength; member
474 __le16 DataLength; member
492 __le16 DataLength; member
514 __le16 DataLength; member
530 __le16 DataLength; member
545 __le16 DataLength; member
563 __le16 DataLength; member
586 __le16 DataLength; member
596 __le16 DataLength; member
[all …]
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_tool.h167 U32 DataLength; /*0x14 */ member
311 U32 DataLength; /*0x10 */ member
334 U32 DataLength; /*0x10 */ member
423 U16 DataLength; /*0x12 */ member
H A Dmpi2_pci.h67 U32 DataLength; /*0x1C */ member
H A Dmpi2_init.h113 U32 DataLength; /*0x1C */ member
264 U32 DataLength; /*0x1C */ member
H A Dmpi2_sas.h181 U32 DataLength; /*0x18 */ member
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_init.h91 U32 DataLength; /* 28h */ member
231 U32 DataLength; /* 10h */ member
278 U32 DataLength; /* 38h */ member
H A Dmpi_targ.h272 U32 DataLength; /* 0Ch */ member
345 U32 DataLength; /* 1Ch */ member
399 U32 DataLength; /* 30h */ member
H A Dmpi_raid.h189 U32 DataLength; /* 28h */ member
H A Dmpi_sas.h168 U32 DataLength; /* 18h */ member
H A Dmpi_tool.h166 U16 DataLength; /* 12h */ member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-fix-alignment-issue.patch12 if (tb->DataLength == 0) {
/openbmc/linux/fs/smb/server/
H A Doplock.c1457 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1474 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in create_lease_buf()
1505 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) { in parse_lease_state()
1563 value_len = le32_to_cpu(cc->DataLength); in smb2_find_context_vals()
1598 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_rsp_buf()
1622 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_v2_rsp_buf()
1650 buf->ccontext.DataLength = cpu_to_le32(8); in create_mxac_rsp_buf()
1672 buf->ccontext.DataLength = cpu_to_le32(32); in create_disk_id_rsp_buf()
1704 * DataLength = nlink(4) + reparse_tag(4) + mode(4) + in create_posix_rsp_buf()
1707 buf->ccontext.DataLength in create_posix_rsp_buf()
[all...]
H A Dsmb2pdu.c772 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
784 pneg_ctxt->DataLength = cpu_to_le16(4); in build_encrypt_ctxt()
794 pneg_ctxt->DataLength = in build_sign_cap_ctxt()
805 pneg_ctxt->DataLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in build_posix_ctxt()
1023 clen = le16_to_cpu(pctx->DataLength); in deassemble_neg_contexts()
2630 le32_to_cpu(context->DataLength) < in smb2_create_sd_buffer()
2634 le32_to_cpu(sd_buf->ccontext.DataLength), true, false); in smb2_create_sd_buffer()
3020 le32_to_cpu(context->DataLength) < in smb2_open()
3064 le32_to_cpu(context->DataLength) < in smb2_open()
3219 if (le32_to_cpu(ea_buf->ccontext.DataLength) < in smb2_open()
[all …]
/openbmc/qemu/hw/scsi/
H A Dmptendian.c59 req->DataLength = le32_to_cpu(req->DataLength); in mptsas_fix_scsi_io_endianness()
H A Dmptsas.c207 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 Dmpi.h393 uint32_t DataLength; /* 28h */ member
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c592 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
603 pneg_ctxt->DataLength = in build_compression_ctxt()
622 pneg_ctxt->DataLength = cpu_to_le16(ALIGN(sizeof(struct smb2_signing_capabilities) - in build_signing_ctxt()
639 pneg_ctxt->DataLength = cpu_to_le16(4); /* Cipher Count + 1 cipher */ in build_encrypt_ctxt()
643 pneg_ctxt->DataLength = cpu_to_le16(8); /* Cipher Count + 3 ciphers */ in build_encrypt_ctxt()
649 pneg_ctxt->DataLength = cpu_to_le16(6); /* Cipher Count + 2 ciphers */ in build_encrypt_ctxt()
664 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt()
665 /* context size is DataLength + minimal smb2_neg_context */ in build_netname_ctxt()
666 return ALIGN(le16_to_cpu(pneg_ctxt->DataLength) + sizeof(struct smb2_neg_context), 8); in build_netname_ctxt()
673 pneg_ctxt->DataLength in build_posix_ctxt()
[all...]
H A Dreparse.c347 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 Dkcapi.h127 __u16 DataLength; member
H A Dcapiutil.c94 {_CWORD, offsetof(_cmsg, DataLength)},
/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.h127 __le32 DataLength; member
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.h181 __le32 DataLength; member
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c79 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 Ddev-network.c468 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 Dmegaraid_sas_fusion.c2817 io_request->DataLength = cpu_to_le32(scsi_buff_len); in megasas_build_ldio_fusion()
3000 io_request->DataLength = cpu_to_le32(scsi_bufflen(scmd)); in megasas_build_ld_nonrw_fusion()
3100 io_request->DataLength = cpu_to_le32(scsi_bufflen(scmd)); in megasas_build_syspd_fusion()
3471 data_length = cmd->io_request->DataLength; in megasas_complete_r1_command()
3482 data_length = r1_cmd->io_request->DataLength; in megasas_complete_r1_command()
3600 data_length = scsi_io_req->DataLength; in complete_cmd_fusion()

12