Home
last modified time | relevance | path

Searched refs:tx_status_info (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.h1011 struct tx_status_info { struct
2713 struct tx_status_info *woal_get_tx_info(moal_private *priv, t_u8 tx_seq_num);
H A Dmoal_cfg80211.c2451 struct tx_status_info *tx_info = NULL; in woal_cfg80211_mgmt_tx()
2642 tx_info = kzalloc(sizeof(struct tx_status_info), GFP_ATOMIC); in woal_cfg80211_mgmt_tx()
H A Dmoal_main.c4647 struct tx_status_info *tx_info = NULL, *tmp_node;
4687 struct tx_status_info *
4690 struct tx_status_info *tx_info = NULL;
4714 struct tx_status_info *tx_info, *tmp = NULL;
H A Dmoal_shim.c2491 struct tx_status_info *tx_info = NULL; in moal_recv_event()
H A Dmoal_ioctl.c1927 struct tx_status_info *tx_info = NULL; in woal_send_host_packet()
1995 tx_info = kzalloc(sizeof(struct tx_status_info), GFP_ATOMIC); in woal_send_host_packet()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.h1122 struct tx_status_info { struct
3821 struct tx_status_info *woal_get_tx_info(moal_private *priv, t_u8 tx_seq_num);
H A Dmoal_cfg80211.c2761 struct tx_status_info *tx_info = NULL; in woal_cfg80211_mgmt_tx()
3002 tx_info = kzalloc(sizeof(struct tx_status_info), GFP_ATOMIC); in woal_cfg80211_mgmt_tx()
H A Dmoal_main.c6467 struct tx_status_info *tx_info = NULL, *tmp_node;
6511 struct tx_status_info *woal_get_tx_info(moal_private *priv, t_u8 tx_seq_num)
6513 struct tx_status_info *tx_info = NULL;
6536 struct tx_status_info *tx_info, *tmp = NULL;
H A Dmoal_shim.c4011 struct tx_status_info *tx_info = NULL;