Searched refs:cmdrsp_buf (Results 1 – 2 of 2) sorted by relevance
613 struct sk_buff *cmdrsp = card->cmdrsp_buf; in mwifiex_delay_for_sleep_cookie()1212 card->cmdrsp_buf = skb; in mwifiex_pcie_alloc_cmdrsp_buf()1229 if (card && card->cmdrsp_buf) { in mwifiex_pcie_delete_cmdrsp_buf()1230 mwifiex_unmap_pci_memory(adapter, card->cmdrsp_buf, in mwifiex_pcie_delete_cmdrsp_buf()1232 dev_kfree_skb_any(card->cmdrsp_buf); in mwifiex_pcie_delete_cmdrsp_buf()1233 card->cmdrsp_buf = NULL; in mwifiex_pcie_delete_cmdrsp_buf()1797 if (!card->cmdrsp_buf) { in mwifiex_pcie_send_cmd()1831 if (card->cmdrsp_buf) { in mwifiex_pcie_send_cmd()1832 cmdrsp_buf_pa = MWIFIEX_SKB_DMA_ADDR(card->cmdrsp_buf); in mwifiex_pcie_send_cmd()1903 struct sk_buff *skb = card->cmdrsp_buf; in mwifiex_pcie_process_cmd_complete()[all …]
219 struct sk_buff *cmdrsp_buf; member