Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/net/core/
Dethtool.c1018 u32 bytes_remaining; in ethtool_get_any_eeprom() local
1037 bytes_remaining = eeprom.len; in ethtool_get_any_eeprom()
1038 while (bytes_remaining > 0) { in ethtool_get_any_eeprom()
1039 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_get_any_eeprom()
1050 bytes_remaining -= eeprom.len; in ethtool_get_any_eeprom()
1079 u32 bytes_remaining; in ethtool_set_eeprom() local
1102 bytes_remaining = eeprom.len; in ethtool_set_eeprom()
1103 while (bytes_remaining > 0) { in ethtool_set_eeprom()
1104 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_set_eeprom()
1115 bytes_remaining -= eeprom.len; in ethtool_set_eeprom()
/linux-4.4.14/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()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchipset.c100 unsigned long bytes_remaining; member
161 size_t bytes_remaining; member
391 ctx->bytes_remaining = 0; in parser_init_byte_stream()
469 ctx->bytes_remaining = phdr->initiator_length; in parser_param_start()
473 ctx->bytes_remaining = phdr->target_length; in parser_param_start()
477 ctx->bytes_remaining = phdr->connection_length; in parser_param_start()
481 ctx->bytes_remaining = phdr->name_length; in parser_param_start()
511 nscan = ctx->bytes_remaining; in parser_string_get()