Searched defs:ipw_hardware (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/ipwireless/
H A Dhardware.c30 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,
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 *h
[all...]

Completed in 64 milliseconds