• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/pcmcia/ipwireless/

Lines Matching refs:ipw_hardware

30 static void ipw_send_setup_packet(struct ipw_hardware *hw);
31 static void handle_received_SETUP_packet(struct ipw_hardware *ipw,
36 static void handle_received_CTRL_packet(struct ipw_hardware *hw,
228 struct ipw_hardware {
403 static void do_send_fragment(struct ipw_hardware *hw, unsigned char *data,
458 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet)
520 static void ipw_setup_hardware(struct ipw_hardware *hw)
554 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw,
608 static void pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet)
618 static void queue_received_packet(struct ipw_hardware *hw,
704 struct ipw_hardware *hw =
705 container_of(work_rx, struct ipw_hardware, work_rx);
764 static void handle_received_CTRL_packet(struct ipw_hardware *hw,
810 static void handle_received_packet(struct ipw_hardware *hw,
841 static void acknowledge_data_read(struct ipw_hardware *hw)
853 static void do_receive_packet(struct ipw_hardware *hw)
913 static int get_current_packet_priority(struct ipw_hardware *hw)
928 static int get_packets_from_hw(struct ipw_hardware *hw)
954 static int send_pending_packet(struct ipw_hardware *hw, int priority_limit)
1010 struct ipw_hardware *hw = (struct ipw_hardware *) hw_;
1047 static int is_card_present(struct ipw_hardware *hw)
1057 struct ipw_hardware *hw)
1093 static void acknowledge_pcmcia_interrupt(struct ipw_hardware *hw)
1102 struct ipw_hardware *hw)
1224 static void flush_packets_to_hw(struct ipw_hardware *hw)
1236 static void send_packet(struct ipw_hardware *hw, int priority,
1293 int ipwireless_send_packet(struct ipw_hardware *hw, unsigned int channel_idx,
1313 static int set_control_line(struct ipw_hardware *hw, int prio,
1333 static int set_DTR(struct ipw_hardware *hw, int priority,
1344 static int set_RTS(struct ipw_hardware *hw, int priority,
1355 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
1361 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
1398 static void __handle_setup_get_version_rsp(struct ipw_hardware *hw)
1495 static void handle_setup_get_version_rsp(struct ipw_hardware *hw,
1510 static void ipw_send_setup_packet(struct ipw_hardware *hw)
1526 static void handle_received_SETUP_packet(struct ipw_hardware *hw,
1590 static void do_close_hardware(struct ipw_hardware *hw)
1609 struct ipw_hardware *ipwireless_hardware_create(void)
1612 struct ipw_hardware *hw =
1613 kzalloc(sizeof(struct ipw_hardware), GFP_KERNEL);
1638 void ipwireless_init_hardware_v1(struct ipw_hardware *hw,
1661 void ipwireless_init_hardware_v2_v3(struct ipw_hardware *hw)
1672 struct ipw_hardware *hw = (struct ipw_hardware *) data;
1712 void ipwireless_stop_interrupts(struct ipw_hardware *hw)
1724 void ipwireless_hardware_free(struct ipw_hardware *hw)
1760 void ipwireless_associate_network(struct ipw_hardware *hw,