Lines Matching defs:ipw_hardware

31 static void ipw_send_setup_packet(struct ipw_hardware *hw);
32 static void handle_received_SETUP_packet(struct ipw_hardware *ipw,
37 static void handle_received_CTRL_packet(struct ipw_hardware *hw,
229 struct ipw_hardware {
404 static void do_send_fragment(struct ipw_hardware *hw, unsigned char *data,
459 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet)
521 static void ipw_setup_hardware(struct ipw_hardware *hw)
555 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw,
609 static void pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet)
619 static void queue_received_packet(struct ipw_hardware *hw,
705 struct ipw_hardware *hw =
706 container_of(work_rx, struct ipw_hardware, work_rx);
765 static void handle_received_CTRL_packet(struct ipw_hardware *hw,
811 static void handle_received_packet(struct ipw_hardware *hw,
842 static void acknowledge_data_read(struct ipw_hardware *hw)
854 static void do_receive_packet(struct ipw_hardware *hw)
914 static int get_current_packet_priority(struct ipw_hardware *hw)
929 static int get_packets_from_hw(struct ipw_hardware *hw)
955 static int send_pending_packet(struct ipw_hardware *hw, int priority_limit)
1011 struct ipw_hardware *hw = from_tasklet(hw, t, tasklet);
1048 static int is_card_present(struct ipw_hardware *hw)
1058 struct ipw_hardware *hw)
1094 static void acknowledge_pcmcia_interrupt(struct ipw_hardware *hw)
1103 struct ipw_hardware *hw)
1225 static void flush_packets_to_hw(struct ipw_hardware *hw)
1237 static void send_packet(struct ipw_hardware *hw, int priority,
1294 int ipwireless_send_packet(struct ipw_hardware *hw, unsigned int channel_idx,
1314 static int set_control_line(struct ipw_hardware *hw, int prio,
1334 static int set_DTR(struct ipw_hardware *hw, int priority,
1345 static int set_RTS(struct ipw_hardware *hw, int priority,
1356 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
1362 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
1399 static void __handle_setup_get_version_rsp(struct ipw_hardware *hw)
1496 static void handle_setup_get_version_rsp(struct ipw_hardware *hw,
1511 static void ipw_send_setup_packet(struct ipw_hardware *hw)
1529 static void handle_received_SETUP_packet(struct ipw_hardware *hw,
1598 static void do_close_hardware(struct ipw_hardware *hw)
1617 struct ipw_hardware *ipwireless_hardware_create(void)
1620 struct ipw_hardware *hw =
1621 kzalloc(sizeof(struct ipw_hardware), GFP_KERNEL);
1645 void ipwireless_init_hardware_v1(struct ipw_hardware *hw,
1668 void ipwireless_init_hardware_v2_v3(struct ipw_hardware *hw)
1679 struct ipw_hardware *hw = from_timer(hw, t, setup_timer);
1719 void ipwireless_stop_interrupts(struct ipw_hardware *hw)
1731 void ipwireless_hardware_free(struct ipw_hardware *hw)
1766 void ipwireless_associate_network(struct ipw_hardware *hw,