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/base/regmap/
H A Dregmap.c776 map->format.pad_bytes = config->pad_bits / 8; in __regmap_init()
1643 map->format.pad_bytes; in _regmap_raw_write_impl()
1760 memcpy(async->work_buf, map->work_buf, map->format.pad_bytes + in _regmap_raw_write_impl()
1771 map->format.pad_bytes, in _regmap_raw_write_impl()
1777 map->format.pad_bytes + in _regmap_raw_write_impl()
1801 map->format.pad_bytes + in _regmap_raw_write_impl()
1806 map->format.pad_bytes, in _regmap_raw_write_impl()
1813 len = map->format.reg_bytes + map->format.pad_bytes + val_len; in _regmap_raw_write_impl()
1819 memcpy(buf + map->format.reg_bytes + map->format.pad_bytes, in _regmap_raw_write_impl()
1924 + map->format.pad_bytes, val, 0); in _regmap_bus_raw_write()
[all …]
/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/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.c6560 u64 pad_bytes, u64 len) in niu_compute_tx_flags() argument
6602 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6610 (pad_bytes + sizeof(struct tx_pkt_hdr)); in niu_compute_tx_flags()
6612 ret = (((pad_bytes / 2) << TXHDR_PAD_SHIFT) | in niu_compute_tx_flags()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c195 entry->pad_bytes = 0; in put_cfg_tlv_u32()