Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/octeon/
Dcvmx-helper-util.c92 uint64_t remaining_bytes; in cvmx_helper_dump_packet() local
130 remaining_bytes = work->len; in cvmx_helper_dump_packet()
132 while (remaining_bytes) { in cvmx_helper_dump_packet()
149 if (remaining_bytes == 0) in cvmx_helper_dump_packet()
152 remaining_bytes--; in cvmx_helper_dump_packet()
155 if (remaining_bytes && (count == 7)) { in cvmx_helper_dump_packet()
163 if (remaining_bytes) in cvmx_helper_dump_packet()
/linux-2.6.39/drivers/spi/
Dxilinx_spi.c90 int remaining_bytes; /* the number of bytes left to transfer */ member
257 while ((sr & XSPI_SR_TX_FULL_MASK) == 0 && xspi->remaining_bytes > 0) { in xilinx_spi_fill_tx_fifo()
262 xspi->remaining_bytes -= xspi->bits_per_word / 8; in xilinx_spi_fill_tx_fifo()
277 xspi->remaining_bytes = t->len; in xilinx_spi_txrx_bufs()
299 return t->len - xspi->remaining_bytes; in xilinx_spi_txrx_bufs()
338 if (xspi->remaining_bytes > 0) { in xilinx_spi_irq()
/linux-2.6.39/drivers/firmware/
Ddell_rbu.c302 int remaining_bytes = 0; in packet_read_list() local
309 remaining_bytes = *pread_length; in packet_read_list()
315 remaining_bytes, bytes_read, &temp_count); in packet_read_list()
316 remaining_bytes -= bytes_copied; in packet_read_list()
323 if (remaining_bytes == 0) in packet_read_list()
/linux-2.6.39/fs/ecryptfs/
Dkeystore.c623 ecryptfs_write_tag_70_packet(char *dest, size_t *remaining_bytes, in ecryptfs_write_tag_70_packet() argument
690 if (s->max_packet_size > (*remaining_bytes)) { in ecryptfs_write_tag_70_packet()
693 (*remaining_bytes)); in ecryptfs_write_tag_70_packet()
867 (*remaining_bytes) -= (*packet_size); in ecryptfs_write_tag_70_packet()
2024 write_tag_1_packet(char *dest, size_t *remaining_bytes, in write_tag_1_packet() argument
2070 if (max_packet_size > (*remaining_bytes)) { in write_tag_1_packet()
2073 "available\n", max_packet_size, (*remaining_bytes)); in write_tag_1_packet()
2098 (*remaining_bytes) -= (*packet_size); in write_tag_1_packet()
2113 write_tag_11_packet(char *dest, size_t *remaining_bytes, char *contents, in write_tag_11_packet() argument
2130 if (max_packet_size > (*remaining_bytes)) { in write_tag_11_packet()
[all …]
Dcrypto.c1685 size_t remaining_bytes; in ecryptfs_encrypt_filename() local
1708 remaining_bytes = filename->encrypted_filename_size; in ecryptfs_encrypt_filename()
1710 &remaining_bytes, in ecryptfs_encrypt_filename()
Decryptfs_kernel.h767 ecryptfs_write_tag_70_packet(char *dest, size_t *remaining_bytes,
/linux-2.6.39/drivers/net/wireless/ipw2x00/
Dipw2200.c10345 u16 remaining_bytes = 0; in ipw_tx_skb() local
10349 remaining_bytes += txb->fragments[j]->len - hdr_len; in ipw_tx_skb()
10352 remaining_bytes); in ipw_tx_skb()
10353 skb = alloc_skb(remaining_bytes, GFP_ATOMIC); in ipw_tx_skb()
10355 tfd->u.data.chunk_len[i] = cpu_to_le16(remaining_bytes); in ipw_tx_skb()
10369 remaining_bytes, in ipw_tx_skb()