Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsess.c1040 __u16 bytes_remaining; in sess_auth_ntlmv2() local
1115 if (bytes_remaining == 0) { in sess_auth_ntlmv2()
1121 --bytes_remaining; in sess_auth_ntlmv2()
1149 __u16 bytes_remaining; in sess_auth_kerberos() local
1247 bytes_remaining -= blob_len; in sess_auth_kerberos()
1250 if (bytes_remaining == 0) { in sess_auth_kerberos()
1256 --bytes_remaining; in sess_auth_kerberos()
1327 __u16 bytes_remaining; in sess_auth_rawntlmssp_negotiate() local
1429 __u16 bytes_remaining; in sess_auth_rawntlmssp_authenticate() local
1496 if (bytes_remaining == 0) { in sess_auth_rawntlmssp_authenticate()
[all …]
/linux/drivers/char/xilinx_hwicap/
A 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/drivers/net/wireless/marvell/libertas/
A Dif_spi.c462 int bytes_remaining; in if_spi_prog_helper_firmware() local
470 bytes_remaining = firmware->size; in if_spi_prog_helper_firmware()
474 while (bytes_remaining > 0) { in if_spi_prog_helper_firmware()
496 min(bytes_remaining, HELPER_FW_LOAD_CHUNK_SZ)); in if_spi_prog_helper_firmware()
511 bytes_remaining -= HELPER_FW_LOAD_CHUNK_SZ; in if_spi_prog_helper_firmware()
/linux/net/ethtool/
A Dioctl.c1532 u32 bytes_remaining; in ethtool_get_any_eeprom() local
1551 bytes_remaining = eeprom.len; in ethtool_get_any_eeprom()
1552 while (bytes_remaining > 0) { in ethtool_get_any_eeprom()
1553 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_get_any_eeprom()
1568 bytes_remaining -= eeprom.len; in ethtool_get_any_eeprom()
1597 u32 bytes_remaining; in ethtool_set_eeprom() local
1620 bytes_remaining = eeprom.len; in ethtool_set_eeprom()
1621 while (bytes_remaining > 0) { in ethtool_set_eeprom()
1622 eeprom.len = min(bytes_remaining, (u32)PAGE_SIZE); in ethtool_set_eeprom()
1633 bytes_remaining -= eeprom.len; in ethtool_set_eeprom()
/linux/drivers/i2c/busses/
A 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/fs/orangefs/
A Dinode.c259 loff_t bytes_remaining = inode->i_size - readahead_pos(rac); in orangefs_readahead() local
260 loff_t pages_remaining = bytes_remaining / PAGE_SIZE; in orangefs_readahead()
265 new_len = bytes_remaining; in orangefs_readahead()
/linux/drivers/visorbus/
A Dvisorchipset.c44 unsigned long bytes_remaining; member
588 ctx->bytes_remaining = phdr->name_length; in parser_name_get()

Completed in 29 milliseconds