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

/drivers/base/regmap/
H A Dregmap-mmio.c30 unsigned pad_bytes; member in struct:regmap_mmio_context
140 unsigned int offset = ctx->reg_bytes + ctx->pad_bytes;
273 ctx->pad_bytes = config->pad_bits / 8;
H A Dregmap.c566 map->format.pad_bytes = config->pad_bits / 8;
1201 map->format.pad_bytes;
1309 memcpy(async->work_buf, map->work_buf, map->format.pad_bytes +
1320 map->format.pad_bytes,
1326 map->format.pad_bytes +
1351 map->format.pad_bytes +
1356 map->format.pad_bytes,
1361 len = map->format.reg_bytes + map->format.pad_bytes + val_len;
1367 memcpy(buf + map->format.reg_bytes + map->format.pad_bytes,
1435 + map->format.pad_bytes, va
1757 size_t pad_bytes = map->format.pad_bytes; local
[all...]
H A Dinternal.h35 size_t pad_bytes; member in struct:regmap_format
/drivers/target/iscsi/
H A Discsi_target.c1210 u8 *pad_bytes)
1236 sg_init_one(&pad_sg, pad_bytes, padding);
1249 u8 *pad_bytes,
1260 sg_init_one(&sg, pad_bytes, padding);
1416 iov[iov_count].iov_base = cmd->pad_bytes;
1441 cmd->pad_bytes);
1681 iov[niov].iov_base = &cmd->pad_bytes;
1700 padding, cmd->pad_bytes,
2077 u32 padding = 0, pad_bytes = 0; local
2095 iov[niov].iov_base = &pad_bytes;
1204 iscsit_do_crypto_hash_sg( struct hash_desc *hash, struct iscsi_cmd *cmd, u32 data_offset, u32 data_length, u32 padding, u8 *pad_bytes) argument
1244 iscsit_do_crypto_hash_buf( struct hash_desc *hash, const void *buf, u32 payload_length, u32 padding, u8 *pad_bytes, u8 *data_crc) argument
[all...]
H A Discsi_target_erl1.c50 char *buf, pad_bytes[4]; local
90 iov.iov_base = pad_bytes;
H A Discsi_target_core.h490 u8 pad_bytes[4]; member in struct:iscsi_cmd
/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c391 u8 pad_bytes = msg[4]; local
400 msg_len -= pad_bytes;
418 (u8 *)(msg + FRAME_DESC_SZ + pad_bytes),
/drivers/net/ethernet/sun/
H A Dniu.c6566 u64 pad_bytes, u64 len)
6608 (pad_bytes + sizeof(struct tx_pkt_hdr));
6616 (pad_bytes + sizeof(struct tx_pkt_hdr));
6618 ret = (((pad_bytes / 2) << TXHDR_PAD_SHIFT) |
6655 unsigned int pad_bytes = ETH_ZLEN - skb->len; local
6657 if (skb_pad(skb, pad_bytes))
6659 skb_put(skb, pad_bytes);
6565 niu_compute_tx_flags(struct sk_buff *skb, struct ethhdr *ehdr, u64 pad_bytes, u64 len) argument
/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h786 u16 pad_bytes; member in struct:wcn36xx_hal_cfg
H A Dsmd.c37 entry->pad_bytes = 0;

Completed in 1249 milliseconds