Searched refs:gen_parms (Results 1 – 1 of 1) sorted by relevance
51 struct wl1271_general_parms_cmd *gen_parms; in wl1271_cmd_general_parms() local66 gen_parms = kzalloc(sizeof(*gen_parms), GFP_KERNEL); in wl1271_cmd_general_parms()67 if (!gen_parms) in wl1271_cmd_general_parms()84 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl1271_cmd_general_parms()91 gen_parms->general_params.tx_bip_fem_manufacturer; in wl1271_cmd_general_parms()112 kfree(gen_parms); in wl1271_cmd_general_parms()118 struct wl128x_general_parms_cmd *gen_parms; in wl128x_cmd_general_parms() local133 gen_parms = kzalloc(sizeof(*gen_parms), GFP_KERNEL); in wl128x_cmd_general_parms()134 if (!gen_parms) in wl128x_cmd_general_parms()152 ret = wl1271_cmd_test(wl, gen_parms, sizeof(*gen_parms), answer); in wl128x_cmd_general_parms()[all …]