Searched refs:wl1271_acx_mem_map (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | acx.h | 474 struct wl1271_acx_mem_map { struct 1036 int wl1271_acx_mem_map(struct wl1271 *wl,
|
H A D | acx.c | 143 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map() function 1001 wl->target_mem_map = kzalloc(sizeof(struct wl1271_acx_mem_map), in wl1271_acx_init_mem_config() 1009 ret = wl1271_acx_mem_map(wl, (void *)wl->target_mem_map, in wl1271_acx_init_mem_config() 1010 sizeof(struct wl1271_acx_mem_map)); in wl1271_acx_init_mem_config()
|
H A D | wlcore.h | 242 struct wl1271_acx_mem_map *target_mem_map;
|
H A D | tx.c | 975 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | acx.h | 474 struct wl1271_acx_mem_map { struct 1036 int wl1271_acx_mem_map(struct wl1271 *wl,
|
H A D | acx.c | 143 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map() function 1001 wl->target_mem_map = kzalloc(sizeof(struct wl1271_acx_mem_map), in wl1271_acx_init_mem_config() 1009 ret = wl1271_acx_mem_map(wl, (void *)wl->target_mem_map, in wl1271_acx_init_mem_config() 1010 sizeof(struct wl1271_acx_mem_map)); in wl1271_acx_init_mem_config()
|
H A D | wlcore.h | 242 struct wl1271_acx_mem_map *target_mem_map;
|
H A D | tx.c | 973 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 602 struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl127x_prepare_read()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 602 struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl127x_prepare_read()
|
Completed in 20 milliseconds