Searched refs:channel_idx (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/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.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 | network.c | 307 unsigned int channel_idx, in ipwireless_network_notify_control_line_change() argument 313 if (channel_idx == IPW_CHANNEL_RAS) in ipwireless_network_notify_control_line_change() 318 network->associated_ttys[channel_idx][i]; in ipwireless_network_notify_control_line_change() 328 channel_idx, in ipwireless_network_notify_control_line_change() 357 unsigned int channel_idx, in ipwireless_network_packet_received() argument 365 struct ipw_tty *tty = network->associated_ttys[channel_idx][i]; in ipwireless_network_packet_received() 376 if (channel_idx == IPW_CHANNEL_RAS in ipwireless_network_packet_received() 443 unsigned int channel_idx, in ipwireless_associate_network_tty() argument 449 if (network->associated_ttys[channel_idx][i] == NULL) { in ipwireless_associate_network_tty() 450 network->associated_ttys[channel_idx][i] = tty; in ipwireless_associate_network_tty() [all …]
|
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.c | 49 unsigned int channel_idx; member 356 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines() 367 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines() 378 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines() 387 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines() 492 struct ipw_network *network, int channel_idx, in add_tty() argument 500 ttys[j]->channel_idx = channel_idx; in add_tty() 507 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty() 588 ttyj->channel_idx); in ipwireless_tty_free() 660 unsigned int channel_idx, in ipwireless_tty_notify_control_line_change() argument
|
D | tty.h | 41 unsigned int channel_idx,
|