Searched refs:DataCount (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/serial/
H A Diuu_phoenix.c792 u8 DataCount = 0; local
832 dataout[DataCount++] = IUU_UART_ESC;
834 dataout[DataCount++] = IUU_UART_CHANGE;
835 dataout[DataCount++] = T1Frekvens;
836 dataout[DataCount++] = T1reload;
842 dataout[DataCount++] = 0x00;
845 dataout[DataCount++] = 0x01;
848 dataout[DataCount++] = 0x02;
851 dataout[DataCount++] = 0x03;
854 dataout[DataCount
[all...]
/linux-master/fs/smb/client/
H A Dcifssmb.c335 total_size += get_unaligned_le16(&pSMB->t2_rsp.DataCount);
717 pSMB->DataCount = cpu_to_le16(sizeof(struct unlink_psx_rq));
928 pSMB->DataCount = cpu_to_le16(count);
930 pSMB->TotalDataCount = pSMB->DataCount;
2009 pSMB->DataCount = cpu_to_le16(count);
2011 pSMB->TotalDataCount = pSMB->DataCount;
2061 data_count = le16_to_cpu(pSMBr->t2.DataCount);
2277 pSMB->DataCount = cpu_to_le16(count);
2278 pSMB->TotalDataCount = pSMB->DataCount;
2425 pSMB->DataCount
[all...]
H A Dcifspdu.h1259 __le32 DataCount; member in struct:smb_com_ntransact_req
1278 __le32 DataCount; member in struct:smb_com_ntransact_rsp
1305 __le32 DataCount; member in struct:smb_com_transaction_ioctl_req
1329 __le32 DataCount; member in struct:smb_com_transaction_compr_ioctl_req
1356 __le32 DataCount; member in struct:smb_com_transaction_ioctl_rsp
1379 __le32 DataCount; member in struct:smb_com_transaction_qsec_req
1402 __le32 DataCount; member in struct:smb_com_transaction_ssec_req
1424 __le32 DataCount; member in struct:smb_com_transaction_change_notify_req
1448 __le32 DataCount; member in struct:smb_com_transaction_change_notify_rsp
1545 __le16 DataCount; member in struct:trans2_req
1566 __le16 DataCount; member in struct:trans2_resp
1667 __le16 DataCount; member in struct:smb_com_transaction2_qpi_req
1699 __le16 DataCount; member in struct:smb_com_transaction2_spi_req
1739 __le16 DataCount; member in struct:smb_com_transaction2_sfi_req
1802 __le16 DataCount; member in struct:smb_com_transaction2_ffirst_req
1844 __le16 DataCount; member in struct:smb_com_transaction2_fnext_req
1906 __le16 DataCount; member in struct:smb_com_transaction2_qfsi_req
1955 __le16 DataCount; /* 12 */ member in struct:smb_com_transaction2_setfsi_req
1983 __le16 DataCount; /* 12 */ member in struct:smb_com_transaction2_setfs_enc_req
2015 __le16 DataCount; member in struct:smb_com_transaction2_get_dfs_refer_req
[all...]
H A Dsmb1ops.c264 data_in_this_rsp = get_unaligned_le16(&pSMBt->t2_rsp.DataCount);
304 total_in_tgt = get_unaligned_le16(&pSMBt->t2_rsp.DataCount);
320 total_in_src = get_unaligned_le16(&pSMBs->t2_rsp.DataCount);
337 cifs_dbg(FYI, "coalesced DataCount too large (%u)\n",
341 put_unaligned_le16(total_in_tgt, &pSMBt->t2_rsp.DataCount);

Completed in 123 milliseconds