Searched refs:wl1271_cmd_template_set (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | init.c | 29 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 36 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 44 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 52 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 61 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 68 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 75 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 83 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 90 ret = wl1271_cmd_template_set(wl, WL12XX_INVALID_ROLE_ID, in wl1271_init_templates_config() 99 ret = wl1271_cmd_template_set(w in wl1271_init_templates_config() [all...] |
H A D | cmd.c | 1019 int wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, in wl1271_cmd_template_set() function 1023 struct wl1271_cmd_template_set *cmd; in wl1271_cmd_template_set() 1084 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl12xx_cmd_build_null_data() 1108 ret = wl1271_cmd_template_set(wl, wlvif->role_id, CMD_TEMPL_KLV, in wl12xx_cmd_build_klv_null_data() 1133 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_cmd_build_ps_poll() 1176 ret = wl1271_cmd_template_set(wl, role_id, in wl12xx_cmd_build_probe_req() 1180 ret = wl1271_cmd_template_set(wl, role_id, in wl12xx_cmd_build_probe_req() 1207 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_cmd_build_ap_probe_req() 1211 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_cmd_build_ap_probe_req() 1305 ret = wl1271_cmd_template_set(w in wl1271_cmd_build_arp_rsp() [all...] |
H A D | cmd.h | 42 int wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, 392 struct wl1271_cmd_template_set { struct 393 headerwl1271_cmd_template_set global() argument 395 role_idwl1271_cmd_template_set global() argument 396 template_typewl1271_cmd_template_set global() argument 397 lenwl1271_cmd_template_set global() argument 398 indexwl1271_cmd_template_set global() argument 399 paddingwl1271_cmd_template_set global() argument 401 enabled_rateswl1271_cmd_template_set global() argument 402 short_retry_limitwl1271_cmd_template_set global() argument 403 long_retry_limitwl1271_cmd_template_set global() argument 404 aflagswl1271_cmd_template_set global() argument 405 reservedwl1271_cmd_template_set global() argument 407 template_datawl1271_cmd_template_set global() argument
|
H A D | main.c | 4002 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_ap_set_probe_resp_tmpl() 4032 return wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_ap_set_probe_resp_tmpl_legacy() 4069 return wl1271_cmd_template_set(wl, wlvif->role_id, in wl1271_ap_set_probe_resp_tmpl_legacy() 4146 ret = wl1271_cmd_template_set(wl, wlvif->role_id, tmpl_id, in wlcore_set_beacon_template() 4191 ret = wl1271_cmd_template_set(wl, wlvif->role_id, in wlcore_set_beacon_template()
|