Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsess.c694 __u16 bytes_remaining; in sess_auth_lanman() local
763 bytes_remaining = get_bcc(smb_buf); in sess_auth_lanman()
767 if (bytes_remaining == 0) { in sess_auth_lanman()
773 --bytes_remaining; in sess_auth_lanman()
775 decode_unicode_ssetup(&bcc_ptr, bytes_remaining, ses, in sess_auth_lanman()
778 decode_ascii_ssetup(&bcc_ptr, bytes_remaining, ses, in sess_auth_lanman()
800 __u16 bytes_remaining; in sess_auth_ntlm() local
873 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlm()
877 if (bytes_remaining == 0) { in sess_auth_ntlm()
883 --bytes_remaining; in sess_auth_ntlm()
[all …]
/Linux-v4.19/drivers/crypto/
Dmxc-scc.c146 int bytes_remaining; member
243 scc->bytes_remaining = scc->memory_size_bytes; in mxc_scc_ablkcipher_req_complete()
260 ctx->scc->bytes_remaining); in mxc_scc_put_data()
300 scc->bytes_remaining -= len; in mxc_scc_put_data()
512 scc->bytes_remaining = scc->memory_size_bytes; in mxc_scc_hw_init()
/Linux-v4.19/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.c362 u32 bytes_remaining; in hwicap_read() local
409 bytes_remaining = bytes_to_read & 3; in hwicap_read()
430 bytes_remaining); in hwicap_read()
431 drvdata->read_buffer_in_use = bytes_remaining; in hwicap_read()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dif_spi.c465 int bytes_remaining; in if_spi_prog_helper_firmware() local
473 bytes_remaining = firmware->size; in if_spi_prog_helper_firmware()
477 while (bytes_remaining > 0) { in if_spi_prog_helper_firmware()
499 min(bytes_remaining, HELPER_FW_LOAD_CHUNK_SZ)); in if_spi_prog_helper_firmware()
514 bytes_remaining -= HELPER_FW_LOAD_CHUNK_SZ; in if_spi_prog_helper_firmware()
/Linux-v4.19/net/core/
Dethtool.c1569 u32 bytes_remaining; in ethtool_get_any_eeprom() local
1588 bytes_remaining = eeprom.len; in ethtool_get_any_eeprom()
1589 while (bytes_remaining > 0) { in ethtool_get_any_eeprom()
1590 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_get_any_eeprom()
1601 bytes_remaining -= eeprom.len; in ethtool_get_any_eeprom()
1630 u32 bytes_remaining; in ethtool_set_eeprom() local
1653 bytes_remaining = eeprom.len; in ethtool_set_eeprom()
1654 while (bytes_remaining > 0) { in ethtool_set_eeprom()
1655 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_set_eeprom()
1666 bytes_remaining -= eeprom.len; in ethtool_set_eeprom()
/Linux-v4.19/drivers/i2c/busses/
Di2c-fsi.c273 int bytes_remaining = msg->len - port->xfrd; in fsi_i2c_write_fifo() local
275 bytes_to_write = min(bytes_to_write, bytes_remaining); in fsi_i2c_write_fifo()
/Linux-v4.19/drivers/visorbus/
Dvisorchipset.c44 unsigned long bytes_remaining; member
588 ctx->bytes_remaining = phdr->name_length; in parser_name_get()