Searched refs:cmdrsp_buf (Results 1 – 2 of 2) sorted by relevance
625 struct sk_buff *cmdrsp = card->cmdrsp_buf; in mwifiex_delay_for_sleep_cookie()1224 card->cmdrsp_buf = skb; in mwifiex_pcie_alloc_cmdrsp_buf()1241 if (card && card->cmdrsp_buf) { in mwifiex_pcie_delete_cmdrsp_buf()1244 dev_kfree_skb_any(card->cmdrsp_buf); in mwifiex_pcie_delete_cmdrsp_buf()1245 card->cmdrsp_buf = NULL; in mwifiex_pcie_delete_cmdrsp_buf()1809 if (!card->cmdrsp_buf) { in mwifiex_pcie_send_cmd()1843 if (card->cmdrsp_buf) { in mwifiex_pcie_send_cmd()1915 struct sk_buff *skb = card->cmdrsp_buf; in mwifiex_pcie_process_cmd_complete()1981 card->cmdrsp_buf = NULL; in mwifiex_pcie_process_cmd_complete()2012 card->cmdrsp_buf = skb; in mwifiex_pcie_cmdrsp_complete()[all …]
231 struct sk_buff *cmdrsp_buf; member
Completed in 9 milliseconds