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

/drivers/base/regmap/
H A Dregmap.c191 map->format.pad_bytes = config->pad_bits / 8;
193 map->format.buf_size += map->format.pad_bytes;
445 if (val == (map->work_buf + map->format.pad_bytes +
449 map->format.pad_bytes +
454 map->format.pad_bytes,
459 len = map->format.reg_bytes + map->format.pad_bytes + val_len;
465 memcpy(buf + map->format.reg_bytes + map->format.pad_bytes,
509 + map->format.pad_bytes, val);
513 map->format.pad_bytes,
643 map->format.reg_bytes + map->format.pad_bytes,
[all...]
H A Dinternal.h25 size_t pad_bytes; member in struct:regmap_format
/drivers/target/iscsi/
H A Discsi_target.c1180 u8 *pad_bytes)
1206 sg_init_one(&pad_sg, pad_bytes, padding);
1219 u8 *pad_bytes,
1230 sg_init_one(&sg, pad_bytes, padding);
1397 iov[iov_count].iov_base = cmd->pad_bytes;
1421 cmd->pad_bytes);
1548 iov[niov].iov_base = &cmd->pad_bytes;
1567 padding, cmd->pad_bytes,
1851 u32 padding = 0, pad_bytes = 0, text_length = 0; local
1890 iov[niov].iov_base = &pad_bytes;
1174 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
1214 iscsit_do_crypto_hash_buf( struct hash_desc *hash, unsigned char *buf, u32 payload_length, u32 padding, u8 *pad_bytes, u8 *data_crc) argument
[all...]
H A Discsi_target_erl1.c51 char *buf, pad_bytes[4]; local
88 iov.iov_base = pad_bytes;
H A Discsi_target_core.h478 u8 pad_bytes[4]; member in struct:iscsi_cmd
/drivers/net/ethernet/sun/
H A Dniu.c6561 u64 pad_bytes, u64 len)
6603 (pad_bytes + sizeof(struct tx_pkt_hdr));
6611 (pad_bytes + sizeof(struct tx_pkt_hdr));
6613 ret = (((pad_bytes / 2) << TXHDR_PAD_SHIFT) |
6650 unsigned int pad_bytes = ETH_ZLEN - skb->len; local
6652 if (skb_pad(skb, pad_bytes))
6654 skb_put(skb, pad_bytes);
6560 niu_compute_tx_flags(struct sk_buff *skb, struct ethhdr *ehdr, u64 pad_bytes, u64 len) argument

Completed in 154 milliseconds