Searched refs:chunks (Results 76 - 91 of 91) sorted by relevance

1234

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h177 * enum iwl_hcmd_dataflag - flag for each one of the chunks of the command
209 * @data: array of chunks that composes the data of the host command
214 * @len: array of the lengths of the chunks in data
471 * @chunks: array of pointers to pnvm payloads and their sizes
479 } chunks[IPC_DRAM_MAP_ENTRY_NUM_MAX]; member in struct:iwl_pnvm_image
/linux-master/tools/objtool/
H A Dcheck.c4682 struct insn_chunk *chunks = NULL, *chunk; local
4688 chunk->next = chunks;
4689 chunks = chunk;
4693 for (chunk = chunks; chunk; chunk = chunk->next)
/linux-master/net/sctp/
H A Doutqueue.c11 * bundling and queueing of outgoing SCTP chunks.
204 /* Free the outqueue structure and any related pending chunks.
212 /* Throw away unacknowledged chunks. */
224 /* Throw away chunks that have been gap ACKed. */
233 /* Throw away any chunks in the retransmit queue. */
242 /* Throw away any chunks that are in the abandoned queue. */
251 /* Throw away any leftover data chunks. */
260 /* Throw away any leftover control chunks. */
273 /* Free the outqueue structure and any related pending chunks. */
276 /* Throw away leftover chunks
[all...]
H A Dstream_interleave.c8 * including I-DATA and I-FORWARD-TSN chunks process.
61 list_for_each_entry(lchunk, &chunk->msg->chunks, frag_list) {
H A Dsm_sideeffect.c158 * : When DATA chunks are out of order, SACK's
992 * NOT send any further ASCONF chunks and MUST stop its
1112 list_for_each_entry(chunk, &msg->chunks, frag_list)
H A Dsm_make_chunk.c102 /* TODO: properly account for control chunks.
228 * Note 1: The INIT chunks can contain multiple addresses that
256 * the ASCONF,the ASCONF-ACK, and the AUTH chunks in its INIT and
363 /* Add SCTP-AUTH chunks to the parameter list */
478 * An endpoint SHOULD transmit reply chunks (e.g., SACK,
539 * chunks in the same packet.
587 * An endpoint SHOULD transmit reply chunks (e.g., SACK,
607 * chunks or SACK chunk in the same SCTP packet.
628 * An endpoint SHOULD transmit reply chunks (e.g., SACK,
685 * An endpoint SHOULD transmit reply chunks (
[all...]
H A Dsocket.c158 list_for_each_entry(c, &msg->chunks, frag_list) { \
1867 list_for_each_entry(chunk, &datamsg->chunks, frag_list) {
3230 * SCTP implementation may fragment into smaller sized chunks when the
3568 * received only in an authenticated way. Changes to the list of chunks
3834 * ASCONF chunks to add and delete addresses to an existing association. Note
5405 * number of unacked data chunks, and number of data chunks pending
6732 * SCTP implementation may fragment into smaller sized chunks when the
6993 if (copy_to_user(to, ch->chunks, num_chunks))
7043 if (copy_to_user(to, ch->chunks, num_chunk
[all...]
/linux-master/net/core/
H A Dskbuff.c6838 memcpy(new, old, old->chunks * SKB_EXT_ALIGN_VALUE);
6879 ext->chunks = newlen;
6915 newoff = new->chunks;
6925 new->chunks = newlen;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c7525 struct srv_copychunk *chunks; local
7542 chunks = (struct srv_copychunk *)&ci_req->Chunks[0];
7557 if (le32_to_cpu(chunks[i].Length) == 0 ||
7558 le32_to_cpu(chunks[i].Length) > ksmbd_server_side_copy_max_chunk_size())
7560 total_size_written += le32_to_cpu(chunks[i].Length);
7595 chunks, chunk_count,
/linux-master/drivers/md/
H A Draid10.c39 * The data to be stored is divided into chunks using chunksize. Each device
40 * is divided into far_copies sections. In each section, chunks are laid out
1668 * One stripe contains the chunks from all member disk (one chunk from
1873 seq_printf(seq, " %dK chunks", mddev->chunk_sectors / 2);
2305 * This means that a physical address can span multiple chunks, so we may
3080 int extra_chunk, chunks; local
3084 * all member devices one time, so we get chunks by use
3094 chunks = conf->geo.raid_disks / conf->geo.near_copies;
3099 window_size = (chunks + extra_chunk) * conf->mddev->chunk_sectors;
3262 /* make sure whole request will fit in a chunk - if chunks
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c1858 void *chunks; local
1891 chunks = (void *)tlv->value;
1966 ath10k_wmi_tlv_put_host_mem_chunks(ar, chunks);
H A Dwmi.c5598 ath10k_warn(ar, "requested memory chunks number (%d) exceeds the limit\n",
6559 struct wmi_host_mem_chunks *chunks)
6564 chunks->count = __cpu_to_le32(ar->wmi.num_mem_chunks);
6567 chunk = &chunks->items[i];
9536 /* free the host memory chunks requested by firmware */
6558 ath10k_wmi_put_host_mem_chunks(struct ath10k *ar, struct wmi_host_mem_chunks *chunks) argument
H A Dwmi.h7417 struct wmi_host_mem_chunks *chunks);
/linux-master/fs/btrfs/
H A Dinode.c796 struct async_chunk chunks[]; member in struct:async_cow
1665 ctx = kvmalloc(struct_size(ctx, chunks, num_chunks), GFP_KERNEL);
1672 async_chunk = ctx->chunks;
9545 * chunks lets make its job easier by only searching for those
9546 * sized chunks.
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h1021 /* chunks */
1023 struct radeon_cs_chunk *chunks; member in struct:radeon_cs_parser
1033 /* indices of various chunks */
/linux-master/include/linux/
H A Dskbuff.h4666 * @chunks: size currently allocated, stored in SKB_EXT_ALIGN_SHIFT units
4669 * Note: offsets/lengths are stored in chunks of 8 bytes, this allows
4674 u8 offset[SKB_EXT_NUM]; /* in chunks of 8 bytes */
4675 u8 chunks; /* same */ member in struct:skb_ext

Completed in 629 milliseconds

1234