Searched refs:pad_bytes (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/base/regmap/
H A Dregmap.c762 map->format.pad_bytes = config->pad_bits / 8;
1605 map->format.pad_bytes;
1722 memcpy(async->work_buf, map->work_buf, map->format.pad_bytes +
1733 map->format.pad_bytes,
1739 map->format.pad_bytes +
1763 map->format.pad_bytes +
1768 map->format.pad_bytes,
1775 len = map->format.reg_bytes + map->format.pad_bytes + val_len;
1781 memcpy(buf + map->format.reg_bytes + map->format.pad_bytes,
1886 + map->format.pad_bytes, va
2386 size_t pad_bytes = map->format.pad_bytes; local
[all...]
H A Dinternal.h33 size_t pad_bytes; member in struct:regmap_format
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_bloom_filter.c234 char *output, u8 *len, u8 max_chunks, u8 pad_bytes,
248 memset(chunk, 0, pad_bytes);
249 memcpy(chunk + pad_bytes, &erp_region_id,
232 __mlxsw_sp_acl_bf_key_encode(struct mlxsw_sp_acl_atcam_region *aregion, struct mlxsw_sp_acl_atcam_entry *aentry, char *output, u8 *len, u8 max_chunks, u8 pad_bytes, u8 key_offset, u8 chunk_key_len, u8 chunk_len) argument
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx.c400 int pad_bytes, align_hdr_pad; local
407 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->tx_fifo,
411 bytes = align_hdr_pad + pad_bytes + skb->len;
560 int pad_bytes, hlen, hdr_nfrags, payload_nfrags, l4_hdr_offset; local
585 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->tx_fifo, hlen);
586 hdr_nfrags = gve_tx_alloc_fifo(&tx->tx_fifo, hlen + pad_bytes,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhw.c1122 int pad_bytes = 0; local
1125 pad_bytes += sizeof(extd.a_retries) /
1129 pad_bytes += sizeof(extd.t_stamp) / sizeof(extd.msdus_rssi[0]);
1131 return pad_bytes;
/linux-master/drivers/target/iscsi/
H A Discsi_target.c532 iov[niov].iov_base = &cmd->pad_bytes;
542 padding, &cmd->pad_bytes,
609 iov[iov_count].iov_base = cmd->pad_bytes;
621 cmd->pad_bytes);
1413 u8 *pad_bytes)
1452 sg_init_one(&pad_sg, pad_bytes, padding);
1466 const void *pad_bytes, void *data_crc)
1473 sg_set_buf(sg + 1, pad_bytes, padding);
1642 iov[iov_count].iov_base = cmd->pad_bytes;
1668 cmd->pad_bytes);
1407 iscsit_do_crypto_hash_sg( struct ahash_request *hash, struct iscsit_cmd *cmd, u32 data_offset, u32 data_length, u32 padding, u8 *pad_bytes) argument
1464 iscsit_do_crypto_hash_buf(struct ahash_request *hash, const void *buf, u32 payload_length, u32 padding, const void *pad_bytes, void *data_crc) argument
[all...]
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c1003 unsigned int mod, target, diff, pad_bytes, size_bytes; local
1024 pad_bytes = diff > target ? target + mod - diff : target - diff;
1026 memset(dst + 1, 0, pad_bytes);
1030 memset(dst + 1 + pad_bytes, 0, 8);
1031 memcpy(dst + 1 + pad_bytes + 8, &bits, 8);
1033 memcpy(dst + 1 + pad_bytes, &bits, 8);
1036 return pad_bytes + size_bytes + 1;
/linux-master/include/target/iscsi/
H A Discsi_target_core.h493 u8 pad_bytes[4]; member in struct:iscsit_cmd
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c490 u8 pad_bytes = msg[4]; local
496 msg_len -= pad_bytes;
509 (u8 *)(msg + FRAME_DESC_SZ + pad_bytes),
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c547 u32 pad_bytes = 0; local
553 &pad_bytes, padding);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h938 u16 pad_bytes; member in struct:wcn36xx_hal_cfg
H A Dsmd.c195 entry->pad_bytes = 0;
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c6559 u64 pad_bytes, u64 len)
6601 (pad_bytes + sizeof(struct tx_pkt_hdr));
6609 (pad_bytes + sizeof(struct tx_pkt_hdr));
6611 ret = (((pad_bytes / 2) << TXHDR_PAD_SHIFT) |
6558 niu_compute_tx_flags(struct sk_buff *skb, struct ethhdr *ehdr, u64 pad_bytes, u64 len) argument

Completed in 229 milliseconds