Searched refs:wsm_buf (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/cw1200/
H A Dwsm.c81 static void wsm_buf_reset(struct wsm_buf *buf);
82 static int wsm_buf_reserve(struct wsm_buf *buf, size_t extra_size);
85 struct wsm_buf *buf,
96 struct wsm_buf *buf) wsm_generic_confirm()
111 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_configuration()
139 struct wsm_buf *buf) wsm_configuration_confirm()
169 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_reset()
196 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_read_mib()
219 struct wsm_buf *buf) wsm_read_mib_confirm()
247 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_write_mib()
272 struct wsm_buf *buf) wsm_write_mib_confirm()
294 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_scan()
346 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_stop_scan()
356 struct wsm_buf *buf, wsm_tx_confirm()
378 struct wsm_buf *buf, int link_id) wsm_multi_tx_confirm()
414 struct wsm_buf *buf) wsm_join_confirm()
433 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_join()
472 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_set_bss_params()
497 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_add_key()
519 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_remove_key()
544 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_set_tx_queue_params()
573 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_set_edca_params()
620 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_switch_channel()
648 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_set_pm()
674 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_start()
708 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_beacon_transmit()
730 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_start_find()
743 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_stop_find()
756 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_map_link()
780 struct wsm_buf *buf = &priv->wsm_cmd_buf; wsm_update_ie()
816 struct wsm_buf *buf) wsm_startup_indication()
867 struct wsm_buf *buf, wsm_receive_indication()
920 static int wsm_event_indication(struct cw1200_common *priv, struct wsm_buf *buf) wsm_event_indication()
956 struct wsm_buf *buf) wsm_channel_switch_indication()
972 struct wsm_buf *buf) wsm_set_pm_indication()
983 struct wsm_buf *buf) wsm_scan_started()
998 struct wsm_buf *buf) wsm_scan_complete_indication()
1013 struct wsm_buf *buf) wsm_join_complete_indication()
1027 struct wsm_buf *buf) wsm_find_complete_indication()
1034 struct wsm_buf *buf) wsm_ba_timeout_indication()
1056 int link_id, struct wsm_buf *buf) wsm_suspend_resume_indication()
1080 struct wsm_buf *buf, wsm_cmd_send()
1248 struct wsm_buf buf; wsm_handle_exception()
1306 struct wsm_buf wsm_buf; wsm_handle_rx() local
1312 wsm_buf.begin = (u8 *)&wsm[0]; wsm_handle_rx()
1313 wsm_buf.data = (u8 *)&wsm[1]; wsm_handle_rx()
1314 wsm_buf.end = &wsm_buf.begin[__le16_to_cpu(wsm->len)]; wsm_handle_rx()
1317 wsm_buf.end - wsm_buf.begin); wsm_handle_rx()
1320 ret = wsm_tx_confirm(priv, &wsm_buf, link_id); wsm_handle_rx()
1322 ret = wsm_multi_tx_confirm(priv, &wsm_buf, link_id); wsm_handle_rx()
1351 &wsm_buf); wsm_handle_rx()
1356 &wsm_buf); wsm_handle_rx()
1360 ret = wsm_scan_started(priv, wsm_arg, &wsm_buf); wsm_handle_rx()
1365 &wsm_buf); wsm_handle_rx()
1369 ret = wsm_join_confirm(priv, wsm_arg, &wsm_buf); wsm_handle_rx()
1387 ret = wsm_generic_confirm(priv, wsm_arg, &wsm_buf); wsm_handle_rx()
1418 ret = wsm_startup_indication(priv, &wsm_buf); wsm_handle_rx()
1422 &wsm_buf, skb_p); wsm_handle_rx()
1425 ret = wsm_event_indication(priv, &wsm_buf); wsm_handle_rx()
1428 ret = wsm_scan_complete_indication(priv, &wsm_buf); wsm_handle_rx()
1431 ret = wsm_ba_timeout_indication(priv, &wsm_buf); wsm_handle_rx()
1434 ret = wsm_set_pm_indication(priv, &wsm_buf); wsm_handle_rx()
1437 ret = wsm_channel_switch_indication(priv, &wsm_buf); wsm_handle_rx()
1440 ret = wsm_find_complete_indication(priv, &wsm_buf); wsm_handle_rx()
1444 link_id, &wsm_buf); wsm_handle_rx()
1447 ret = wsm_join_complete_indication(priv, &wsm_buf); wsm_handle_rx()
1782 void wsm_buf_init(struct wsm_buf *buf) wsm_buf_init()
1790 void wsm_buf_deinit(struct wsm_buf *buf) wsm_buf_deinit()
1796 static void wsm_buf_reset(struct wsm_buf *buf) wsm_buf_reset()
1806 static int wsm_buf_reserve(struct wsm_buf *buf, size_t extra_size) wsm_buf_reserve()
H A Dcw1200.h218 struct wsm_buf wsm_cmd_buf;
H A Dwsm.h1818 /* wsm_buf API */
1820 struct wsm_buf { struct
1826 void wsm_buf_init(struct wsm_buf *buf);
1827 void wsm_buf_deinit(struct wsm_buf *buf);

Completed in 196 milliseconds