Home
last modified time | relevance | path

Searched refs:dup_buf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c34 void *dup_buf = NULL; in iwl_pcie_gen2_enqueue_hcmd() local
80 if (WARN_ON(dup_buf)) { in iwl_pcie_gen2_enqueue_hcmd()
85 dup_buf = kmemdup(cmddata[i], cmdlen[i], in iwl_pcie_gen2_enqueue_hcmd()
87 if (!dup_buf) in iwl_pcie_gen2_enqueue_hcmd()
224 data = dup_buf; in iwl_pcie_gen2_enqueue_hcmd()
239 txq->entries[idx].free_buf = dup_buf; in iwl_pcie_gen2_enqueue_hcmd()
257 kfree(dup_buf); in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c891 void *dup_buf = NULL; in iwl_pcie_enqueue_hcmd() local
951 if (WARN_ON(dup_buf)) { in iwl_pcie_enqueue_hcmd()
956 dup_buf = kmemdup(cmddata[i], cmdlen[i], in iwl_pcie_enqueue_hcmd()
958 if (!dup_buf) in iwl_pcie_enqueue_hcmd()
1109 data = dup_buf; in iwl_pcie_enqueue_hcmd()
1126 txq->entries[idx].free_buf = dup_buf; in iwl_pcie_enqueue_hcmd()
1148 kfree(dup_buf); in iwl_pcie_enqueue_hcmd()