Searched refs:cmdrsp_buf (Results 1 – 2 of 2) sorted by relevance
461 struct sk_buff *cmdrsp = card->cmdrsp_buf; in mwifiex_delay_for_sleep_cookie()1035 card->cmdrsp_buf = skb; in mwifiex_pcie_alloc_cmdrsp_buf()1052 if (card && card->cmdrsp_buf) { in mwifiex_pcie_delete_cmdrsp_buf()1053 mwifiex_unmap_pci_memory(adapter, card->cmdrsp_buf, in mwifiex_pcie_delete_cmdrsp_buf()1055 dev_kfree_skb_any(card->cmdrsp_buf); in mwifiex_pcie_delete_cmdrsp_buf()1056 card->cmdrsp_buf = NULL; in mwifiex_pcie_delete_cmdrsp_buf()1612 if (!card->cmdrsp_buf) { in mwifiex_pcie_send_cmd()1646 if (card->cmdrsp_buf) { in mwifiex_pcie_send_cmd()1647 cmdrsp_buf_pa = MWIFIEX_SKB_DMA_ADDR(card->cmdrsp_buf); in mwifiex_pcie_send_cmd()1718 struct sk_buff *skb = card->cmdrsp_buf; in mwifiex_pcie_process_cmd_complete()[all …]
380 struct sk_buff *cmdrsp_buf; member