• 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/net/wireless/libertas_tf/

Lines Matching refs:lbtf_private

31 static struct cmd_ctrl_node *lbtf_get_cmd_ctrl_node(struct lbtf_private *priv);
37 * @priv A pointer to struct lbtf_private structure
44 int lbtf_cmd_copyback(struct lbtf_private *priv, unsigned long extra,
58 static void lbtf_geo_init(struct lbtf_private *priv)
77 * @priv A pointer to struct lbtf_private structure
81 int lbtf_update_hw_spec(struct lbtf_private *priv)
146 * @priv A pointer to struct lbtf_private structure
151 int lbtf_set_channel(struct lbtf_private *priv, u8 channel)
167 int lbtf_beacon_set(struct lbtf_private *priv, struct sk_buff *beacon)
189 int lbtf_beacon_ctrl(struct lbtf_private *priv, bool beacon_enable,
206 static void lbtf_queue_cmd(struct lbtf_private *priv,
234 static void lbtf_submit_command(struct lbtf_private *priv,
277 static void __lbtf_cleanup_and_insert_cmd(struct lbtf_private *priv,
296 static void lbtf_cleanup_and_insert_cmd(struct lbtf_private *priv,
306 void lbtf_complete_command(struct lbtf_private *priv, struct cmd_ctrl_node *cmd,
318 int lbtf_cmd_set_mac_multicast_addr(struct lbtf_private *priv)
340 void lbtf_set_mode(struct lbtf_private *priv, enum lbtf_mode mode)
353 void lbtf_set_bssid(struct lbtf_private *priv, bool activate, const u8 *bssid)
367 int lbtf_set_mac_address(struct lbtf_private *priv, uint8_t *mac_addr)
382 int lbtf_set_radio_control(struct lbtf_private *priv)
421 void lbtf_set_mac_control(struct lbtf_private *priv)
439 * @priv A pointer to struct lbtf_private structure
443 int lbtf_allocate_cmd_buffer(struct lbtf_private *priv)
487 * @priv A pointer to struct lbtf_private structure
491 int lbtf_free_cmd_buffer(struct lbtf_private *priv)
524 * @priv A pointer to struct lbtf_private structure
528 static struct cmd_ctrl_node *lbtf_get_cmd_ctrl_node(struct lbtf_private *priv)
558 * @priv A pointer to struct lbtf_private structure
562 int lbtf_execute_next_command(struct lbtf_private *priv)
605 static struct cmd_ctrl_node *__lbtf_cmd_async(struct lbtf_private *priv,
607 int (*callback)(struct lbtf_private *, unsigned long,
655 void lbtf_cmd_async(struct lbtf_private *priv, uint16_t command,
663 int __lbtf_cmd(struct lbtf_private *priv, uint16_t command,
665 int (*callback)(struct lbtf_private *,
707 void lbtf_cmd_response_rx(struct lbtf_private *priv)
714 int lbtf_process_rx_command(struct lbtf_private *priv)