Searched refs:channel_idx (Results 1 – 11 of 11) sorted by relevance
/drivers/tty/ipwireless/ |
D | hardware.c | 37 unsigned int channel_idx, const unsigned char *data, int len); 339 unsigned int channel_idx; member 624 unsigned int channel_idx = address - 1; in queue_received_packet() local 629 if (channel_idx >= NL_NUM_OF_ADDRESSES) { in queue_received_packet() 640 &hw->packet_assembler[channel_idx]; in queue_received_packet() 653 (*assem)->channel_idx = channel_idx; in queue_received_packet() 677 packet->channel_idx = channel_idx; in queue_received_packet() 733 packet->channel_idx, in ipw_receive_data_work() 746 handle_received_CTRL_packet(hw, packet->channel_idx, in ipw_receive_data_work() 765 unsigned int channel_idx, in handle_received_CTRL_packet() argument [all …]
|
D | network.c | 312 unsigned int channel_idx, in ipwireless_network_notify_control_line_change() argument 318 if (channel_idx == IPW_CHANNEL_RAS) in ipwireless_network_notify_control_line_change() 323 network->associated_ttys[channel_idx][i]; in ipwireless_network_notify_control_line_change() 333 channel_idx, in ipwireless_network_notify_control_line_change() 364 unsigned int channel_idx, in ipwireless_network_packet_received() argument 372 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received() 383 if (channel_idx == IPW_CHANNEL_RAS in ipwireless_network_packet_received() 451 unsigned int channel_idx, in ipwireless_associate_network_tty() argument 457 if (network->associated_ttys[channel_idx][i] == NULL) { in ipwireless_associate_network_tty() 458 network->associated_ttys[channel_idx][i] = tty; in ipwireless_associate_network_tty() [all …]
|
D | network.h | 34 unsigned int channel_idx, unsigned int control_lines, 37 unsigned int channel_idx, unsigned char *data, 42 unsigned int channel_idx, struct ipw_tty *tty); 44 unsigned int channel_idx);
|
D | tty.c | 49 unsigned int channel_idx; member 313 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines() 324 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines() 335 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines() 344 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines() 449 struct ipw_network *network, int channel_idx, in add_tty() argument 457 ttys[j]->channel_idx = channel_idx; in add_tty() 465 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty() 552 ttyj->channel_idx); in ipwireless_tty_free() 624 unsigned int channel_idx, in ipwireless_tty_notify_control_line_change() argument
|
D | hardware.h | 38 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx, 40 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx, 43 unsigned int channel_idx,
|
D | tty.h | 41 unsigned int channel_idx,
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 243 pmlmeext->sitesurvey_res.channel_idx = 0; in init_mlme_ext_priv_value() 3630 if (pmlmeext->sitesurvey_res.channel_idx < pmlmeext->sitesurvey_res.ch_num) { in site_survey() 3631 ch = &pmlmeext->sitesurvey_res.ch[pmlmeext->sitesurvey_res.channel_idx]; in site_survey() 3642 if (pmlmeext->sitesurvey_res.channel_idx == 0) in site_survey() 3681 pmlmeext->sitesurvey_res.channel_idx = -1; in site_survey() 4847 pmlmeext->sitesurvey_res.channel_idx++; in survey_timer_hdl() 4850 pmlmeext->sitesurvey_res.channel_idx = pmlmeext->sitesurvey_res.ch_num; in survey_timer_hdl() 4852 , pmlmeext->sitesurvey_res.channel_idx); in survey_timer_hdl() 5236 pmlmeext->sitesurvey_res.channel_idx = 0; in sitesurvey_cmd_hdl()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 392 pmlmeext->sitesurvey_res.channel_idx = 0; in init_mlme_ext_priv23a_value() 4053 if (pmlmeext->sitesurvey_res.channel_idx < in rtw_site_survey() 4055 ch = &pmlmeext->sitesurvey_res.ch[pmlmeext->sitesurvey_res.channel_idx]; in rtw_site_survey() 4063 if (pmlmeext->sitesurvey_res.channel_idx == 0) in rtw_site_survey() 5350 pmlmeext->sitesurvey_res.channel_idx++; in survey_timer_hdl() 5353 pmlmeext->sitesurvey_res.channel_idx = in survey_timer_hdl() 5356 pmlmeext->sitesurvey_res.channel_idx); in survey_timer_hdl() 5802 pmlmeext->sitesurvey_res.channel_idx = 0; in sitesurvey_cmd_hdl23a()
|
/drivers/staging/rtl8723au/include/ |
D | rtw_mlme_ext.h | 277 int channel_idx; member
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 251 int channel_idx; member
|
/drivers/net/wireless/iwlegacy/ |
D | commands.h | 2210 u8 channel_idx; /* idx in measurement channel list */ member
|