Home
last modified time | relevance | path

Searched refs:pad_bytes (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_tx.c292 int pad_bytes, align_hdr_pad; in gve_skb_fifo_bytes_required() local
299 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->tx_fifo, in gve_skb_fifo_bytes_required()
303 bytes = align_hdr_pad + pad_bytes + skb->len; in gve_skb_fifo_bytes_required()
414 int pad_bytes, hlen, hdr_nfrags, payload_nfrags, l4_hdr_offset; in gve_tx_add_skb() local
440 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->tx_fifo, hlen); in gve_tx_add_skb()
441 hdr_nfrags = gve_tx_alloc_fifo(&tx->tx_fifo, hlen + pad_bytes, in gve_tx_add_skb()
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap.c790 map->format.pad_bytes = config->pad_bits / 8; in __regmap_init()
1624 map->format.pad_bytes; in _regmap_raw_write_impl()
1740 memcpy(async->work_buf, map->work_buf, map->format.pad_bytes + in _regmap_raw_write_impl()
1751 map->format.pad_bytes, in _regmap_raw_write_impl()
1757 map->format.pad_bytes + in _regmap_raw_write_impl()
1781 map->format.pad_bytes + in _regmap_raw_write_impl()
1786 map->format.pad_bytes, in _regmap_raw_write_impl()
1793 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1799 memcpy(buf + map->format.reg_bytes + map->format.pad_bytes, in _regmap_raw_write_impl()
1895 + map->format.pad_bytes, val, 0); in _regmap_bus_raw_write()
[all …]
H A Dinternal.h33 size_t pad_bytes; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhw.c1120 int pad_bytes = 0; in ath10k_get_htt_tx_data_rssi_pad() local
1123 pad_bytes += sizeof(extd.a_retries) / in ath10k_get_htt_tx_data_rssi_pad()
1127 pad_bytes += sizeof(extd.t_stamp) / sizeof(extd.msdus_rssi[0]); in ath10k_get_htt_tx_data_rssi_pad()
1129 return pad_bytes; in ath10k_get_htt_tx_data_rssi_pad()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target.c533 iov[niov].iov_base = &cmd->pad_bytes; in iscsit_xmit_nondatain_pdu()
543 padding, &cmd->pad_bytes, in iscsit_xmit_nondatain_pdu()
610 iov[iov_count].iov_base = cmd->pad_bytes; in iscsit_xmit_datain_pdu()
622 cmd->pad_bytes); in iscsit_xmit_datain_pdu()
1379 u8 *pad_bytes) in iscsit_do_crypto_hash_sg() argument
1418 sg_init_one(&pad_sg, pad_bytes, padding); in iscsit_do_crypto_hash_sg()
1432 const void *pad_bytes, void *data_crc) in iscsit_do_crypto_hash_buf() argument
1439 sg_set_buf(sg + 1, pad_bytes, padding); in iscsit_do_crypto_hash_buf()
1608 iov[iov_count].iov_base = cmd->pad_bytes; in iscsit_get_dataout()
1634 cmd->pad_bytes); in iscsit_get_dataout()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/axis/
H A Dartpec6_crypto.c1002 unsigned int mod, target, diff, pad_bytes, size_bytes; in create_hash_pad() local
1023 pad_bytes = diff > target ? target + mod - diff : target - diff; in create_hash_pad()
1025 memset(dst + 1, 0, pad_bytes); in create_hash_pad()
1029 memset(dst + 1 + pad_bytes, 0, 8); in create_hash_pad()
1030 memcpy(dst + 1 + pad_bytes + 8, &bits, 8); in create_hash_pad()
1032 memcpy(dst + 1 + pad_bytes, &bits, 8); in create_hash_pad()
1035 return pad_bytes + size_bytes + 1; in create_hash_pad()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c490 u8 pad_bytes = msg[4]; in rsi_mgmt_pkt_to_core() local
496 msg_len -= pad_bytes; in rsi_mgmt_pkt_to_core()
509 (u8 *)(msg + FRAME_DESC_SZ + pad_bytes), in rsi_mgmt_pkt_to_core()
/OK3568_Linux_fs/kernel/include/target/iscsi/
H A Discsi_target_core.h495 u8 pad_bytes[4]; member
/OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c547 u32 pad_bytes = 0; in cxgbit_xmit_nondatain_pdu() local
553 &pad_bytes, padding); in cxgbit_xmit_nondatain_pdu()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h936 u16 pad_bytes; member
H A Dsmd.c192 entry->pad_bytes = 0; in put_cfg_tlv_u32()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c6541 u64 pad_bytes, u64 len) in niu_compute_tx_flags() argument
6583 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6591 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6593 ret = (((pad_bytes / 2) << TXHDR_PAD_SHIFT) | in niu_compute_tx_flags()