Home
last modified time | relevance | path

Searched refs:bytes_remaining (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/cifs/
Dsess.c667 __u16 bytes_remaining; in sess_auth_lanman() local
734 bytes_remaining = get_bcc(smb_buf); in sess_auth_lanman()
738 if (bytes_remaining == 0) { in sess_auth_lanman()
744 --bytes_remaining; in sess_auth_lanman()
746 decode_unicode_ssetup(&bcc_ptr, bytes_remaining, ses, in sess_auth_lanman()
749 decode_ascii_ssetup(&bcc_ptr, bytes_remaining, ses, in sess_auth_lanman()
771 __u16 bytes_remaining; in sess_auth_ntlm() local
844 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlm()
848 if (bytes_remaining == 0) { in sess_auth_ntlm()
854 --bytes_remaining; in sess_auth_ntlm()
[all …]
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dparser.c38 ulong bytes_remaining; member
78 ctx->bytes_remaining = 0; in parser_init_guts()
199 ctx->bytes_remaining = phdr->initiator_length; in parser_param_start()
203 ctx->bytes_remaining = phdr->target_length; in parser_param_start()
207 ctx->bytes_remaining = phdr->connection_length; in parser_param_start()
211 ctx->bytes_remaining = phdr->name_length; in parser_param_start()
277 nscan = ctx->bytes_remaining; in parser_param_get()
395 ctx->bytes_remaining = nscan; in parser_param_get()
411 nscan = ctx->bytes_remaining; in parser_string_get()
Dvisorchipset_main.c162 size_t bytes_remaining; member
/linux-4.1.27/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.c358 u32 bytes_remaining; in hwicap_read() local
405 bytes_remaining = bytes_to_read & 3; in hwicap_read()
426 bytes_remaining); in hwicap_read()
427 drvdata->read_buffer_in_use = bytes_remaining; in hwicap_read()
/linux-4.1.27/net/core/
Dethtool.c1007 u32 bytes_remaining; in ethtool_get_any_eeprom() local
1026 bytes_remaining = eeprom.len; in ethtool_get_any_eeprom()
1027 while (bytes_remaining > 0) { in ethtool_get_any_eeprom()
1028 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_get_any_eeprom()
1039 bytes_remaining -= eeprom.len; in ethtool_get_any_eeprom()
1068 u32 bytes_remaining; in ethtool_set_eeprom() local
1091 bytes_remaining = eeprom.len; in ethtool_set_eeprom()
1092 while (bytes_remaining > 0) { in ethtool_set_eeprom()
1093 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_set_eeprom()
1104 bytes_remaining -= eeprom.len; in ethtool_set_eeprom()
/linux-4.1.27/drivers/net/wireless/libertas/
Dif_spi.c465 int bytes_remaining; in if_spi_prog_helper_firmware() local
475 bytes_remaining = firmware->size; in if_spi_prog_helper_firmware()
479 while (bytes_remaining > 0) { in if_spi_prog_helper_firmware()
501 min(bytes_remaining, HELPER_FW_LOAD_CHUNK_SZ)); in if_spi_prog_helper_firmware()
516 bytes_remaining -= HELPER_FW_LOAD_CHUNK_SZ; in if_spi_prog_helper_firmware()