Lines Matching refs:this_opt
169 char *this_opt; in mac_esp_setup() local
172 this_opt = strsep (&str, ","); in mac_esp_setup()
173 if(this_opt) { in mac_esp_setup()
174 opt = simple_strtol( this_opt, NULL, 0 ); in mac_esp_setup()
181 this_opt = strsep (&str, ","); in mac_esp_setup()
183 if(this_opt) { in mac_esp_setup()
184 opt = simple_strtol( this_opt, NULL, 0 ); in mac_esp_setup()
189 this_opt = strsep (&str, ","); in mac_esp_setup()
191 if(this_opt) { in mac_esp_setup()
192 opt = simple_strtol( this_opt, NULL, 0 ); in mac_esp_setup()
197 this_opt = strsep (&str, ","); in mac_esp_setup()
199 if(this_opt) { in mac_esp_setup()
200 opt = simple_strtol( this_opt, NULL, 0 ); in mac_esp_setup()
205 this_opt = strsep (&str, ","); in mac_esp_setup()
207 if(this_opt) { in mac_esp_setup()
208 opt = simple_strtol( this_opt, NULL, 0 ); in mac_esp_setup()
213 this_opt = strsep (&str, ","); in mac_esp_setup()
215 if(this_opt) { in mac_esp_setup()
216 opt = simple_strtol( this_opt, NULL, 0 ); in mac_esp_setup()
225 this_opt = strsep (&str, ","); in mac_esp_setup()
227 if(this_opt) { in mac_esp_setup()
228 opt = simple_strtol( this_opt, NULL, 0 ); in mac_esp_setup()
236 this_opt = strsep (&str, ","); in mac_esp_setup()
239 if(this_opt) { in mac_esp_setup()
240 opt = simple_strtol( this_opt, NULL, 0 ); in mac_esp_setup()