Searched refs:memcpy_and_pad (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | string.h | 276 memcpy_and_pad(void *dst, size_t dstlen, const void *src, size_t len, int ch) in memcpy_and_pad() function
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | wmi.c | 2035 memcpy_and_pad(cmd->peer_eht_cap_mac, sizeof(cmd->peer_eht_cap_mac), in ath12k_wmi_send_peer_assoc_cmd() 2038 memcpy_and_pad(cmd->peer_eht_cap_phy, sizeof(cmd->peer_eht_cap_phy), in ath12k_wmi_send_peer_assoc_cmd() 2041 memcpy_and_pad(&cmd->peer_eht_ppet, sizeof(cmd->peer_eht_ppet), in ath12k_wmi_send_peer_assoc_cmd()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 2326 memcpy_and_pad(&arg->peer_he_cap_macinfo, in ath11k_peer_assoc_h_he() 2331 memcpy_and_pad(&arg->peer_he_cap_phyinfo, in ath11k_peer_assoc_h_he()
|