Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_bloom_filter.c249 char *output, u8 *len, u8 max_chunks, u8 pad_bytes, in __mlxsw_sp_acl_bf_key_encode() argument
266 memset(chunk, 0, pad_bytes); in __mlxsw_sp_acl_bf_key_encode()
267 memcpy(chunk + pad_bytes, &erp_region_id, in __mlxsw_sp_acl_bf_key_encode()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.c1123 int pad_bytes = 0; in ath10k_get_htt_tx_data_rssi_pad() local
1126 pad_bytes += sizeof(extd.a_retries) / in ath10k_get_htt_tx_data_rssi_pad()
1130 pad_bytes += sizeof(extd.t_stamp) / sizeof(extd.msdus_rssi[0]); in ath10k_get_htt_tx_data_rssi_pad()
1132 return pad_bytes; in ath10k_get_htt_tx_data_rssi_pad()
/linux/drivers/target/iscsi/
H A Discsi_target.c494 u32 padding, const void *pad_bytes);
530 iov[niov].iov_base = &cmd->pad_bytes; in iscsit_xmit_nondatain_pdu()
540 &cmd->pad_bytes); in iscsit_xmit_nondatain_pdu()
566 u32 padding, const u8 *pad_bytes);
603 iov[iov_count].iov_base = cmd->pad_bytes; in iscsit_xmit_datain_pdu()
612 cmd->padding, cmd->pad_bytes); in iscsit_xmit_datain_pdu()
1398 u32 padding, const u8 *pad_bytes) in iscsit_crc_sglist() argument
1420 crc = crc32c(crc, pad_bytes, padding); in iscsit_crc_sglist()
1426 u32 padding, const void *pad_bytes) in iscsit_crc_buf() argument
1433 crc = crc32c(crc, pad_bytes, padding); in iscsit_crc_buf()
[all …]
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c1003 unsigned int mod, target, diff, pad_bytes, size_bytes; in create_hash_pad() local
1024 pad_bytes = diff > target ? target + mod - diff : target - diff; in create_hash_pad()
1026 memset(dst + 1, 0, pad_bytes); in create_hash_pad()
1030 memset(dst + 1 + pad_bytes, 0, 8); in create_hash_pad()
1031 memcpy(dst + 1 + pad_bytes + 8, &bits, 8); in create_hash_pad()
1033 memcpy(dst + 1 + pad_bytes, &bits, 8); in create_hash_pad()
1036 return pad_bytes + size_bytes + 1; in create_hash_pad()
/linux/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()
/linux/include/target/iscsi/
H A Discsi_target_core.h493 u8 pad_bytes[4]; member
/linux/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()
/linux/drivers/net/ethernet/sun/
H A Dniu.c6563 u64 pad_bytes, u64 len) in niu_compute_tx_flags() argument
6605 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6613 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6615 ret = (((pad_bytes / 2) << TXHDR_PAD_SHIFT) | in niu_compute_tx_flags()