Searched refs:cmdrsp_buf (Results 1 – 2 of 2) sorted by relevance
615 struct sk_buff *cmdrsp = card->cmdrsp_buf; in mwifiex_delay_for_sleep_cookie()1221 card->cmdrsp_buf = skb; in mwifiex_pcie_alloc_cmdrsp_buf()1238 if (card && card->cmdrsp_buf) { in mwifiex_pcie_delete_cmdrsp_buf()1239 mwifiex_unmap_pci_memory(adapter, card->cmdrsp_buf, in mwifiex_pcie_delete_cmdrsp_buf()1241 dev_kfree_skb_any(card->cmdrsp_buf); in mwifiex_pcie_delete_cmdrsp_buf()1242 card->cmdrsp_buf = NULL; in mwifiex_pcie_delete_cmdrsp_buf()1806 if (!card->cmdrsp_buf) { in mwifiex_pcie_send_cmd()1840 if (card->cmdrsp_buf) { in mwifiex_pcie_send_cmd()1841 cmdrsp_buf_pa = MWIFIEX_SKB_DMA_ADDR(card->cmdrsp_buf); in mwifiex_pcie_send_cmd()1912 struct sk_buff *skb = card->cmdrsp_buf; in mwifiex_pcie_process_cmd_complete()[all …]
219 struct sk_buff *cmdrsp_buf; member