Home
last modified time | relevance | path

Searched refs:mwifiex_bss_prio_node (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/wireless/mwifiex/
Dinit.c37 struct mwifiex_bss_prio_node *bss_prio; in mwifiex_add_bss_prio_tbl()
41 bss_prio = kzalloc(sizeof(struct mwifiex_bss_prio_node), GFP_KERNEL); in mwifiex_add_bss_prio_tbl()
517 struct mwifiex_bss_prio_node *bssprio_node, *tmp_node, **cur; in mwifiex_delete_bss_prio_tbl()
537 struct mwifiex_bss_prio_node, list); in mwifiex_delete_bss_prio_tbl()
552 *cur = (struct mwifiex_bss_prio_node *)head; in mwifiex_delete_bss_prio_tbl()
Dwmm.c850 struct mwifiex_bss_prio_node *bssprio_node, *bssprio_head; in mwifiex_wmm_get_highest_priolist_ptr()
868 (struct mwifiex_bss_prio_node *) in mwifiex_wmm_get_highest_priolist_ptr()
873 struct mwifiex_bss_prio_node, in mwifiex_wmm_get_highest_priolist_ptr()
948 struct mwifiex_bss_prio_node, in mwifiex_wmm_get_highest_priolist_ptr()
952 (struct mwifiex_bss_prio_node *) in mwifiex_wmm_get_highest_priolist_ptr()
957 struct mwifiex_bss_prio_node, in mwifiex_wmm_get_highest_priolist_ptr()
1062 struct mwifiex_bss_prio_node, in mwifiex_send_single_packet()
1169 struct mwifiex_bss_prio_node, in mwifiex_send_processed_packet()
D11n_aggr.c305 struct mwifiex_bss_prio_node, list); in mwifiex_11n_aggregate_pkt()
Dmain.h495 struct mwifiex_bss_prio_node { struct
504 struct mwifiex_bss_prio_node *bss_prio_cur; argument