• Home
  • Raw
  • Download

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