Searched refs:from (Results 1 – 25 of 56) sorted by relevance
123
222 static inline void sir_copy_mac_addr(uint8_t to[], uint8_t from[]) in sir_copy_mac_addr() argument225 uint32_t align = (0x3 & ((uint32_t) to | (uint32_t) from)); in sir_copy_mac_addr()228 *((uint16_t *) &(to[4])) = *((uint16_t *) &(from[4])); in sir_copy_mac_addr()229 *((uint32_t *) to) = *((uint32_t *) from); in sir_copy_mac_addr()231 *((uint16_t *) &to[4]) = *((uint16_t *) &from[4]); in sir_copy_mac_addr()232 *((uint16_t *) &to[2]) = *((uint16_t *) &from[2]); in sir_copy_mac_addr()233 *((uint16_t *) &to[0]) = *((uint16_t *) &from[0]); in sir_copy_mac_addr()235 to[5] = from[5]; in sir_copy_mac_addr()236 to[4] = from[4]; in sir_copy_mac_addr()237 to[3] = from[3]; in sir_copy_mac_addr()[all …]
41 #define CSTATS_MAC_COPY(to, from) \ argument43 to[0] = from[0]; \44 to[1] = from[1]; \45 to[2] = from[2]; \46 to[3] = from[5]; \
50 The Feature uses runtime power management framework from kernel to60 This enables the changes from WLAN host driver that are specific to69 This enables the changes from WLAN host driver that are specific to78 This enables the changes from WLAN drivers that are specific to87 This enables the changes from WLAN host driver that are specific to104 This enables the changes from cnss2 platform driver to support dual165 functions from the other modules in the platform driver.
26 # can be only compiled as a module from out-of-kernel-tree source.32 # can be only compiled as a module from out-of-kernel-tree source.
569 uint8_t *from = &addr->bytes[zero_comp_index * 2]; in qdf_ipv6_apply_zero_comp() local570 uint8_t *to = from + zero_comp_size; in qdf_ipv6_apply_zero_comp()573 qdf_mem_move(to, from, bytes_to_move); in qdf_ipv6_apply_zero_comp()575 qdf_mem_zero(from, to - from); in qdf_ipv6_apply_zero_comp()