Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c1206 void *dup_buf = NULL; in iwl_pcie_gen2_enqueue_hcmd() local
1255 if (WARN_ON(dup_buf)) { in iwl_pcie_gen2_enqueue_hcmd()
1260 dup_buf = kmemdup(cmddata[i], cmdlen[i], in iwl_pcie_gen2_enqueue_hcmd()
1262 if (!dup_buf) in iwl_pcie_gen2_enqueue_hcmd()
1401 data = dup_buf; in iwl_pcie_gen2_enqueue_hcmd()
1416 txq->entries[idx].free_buf = dup_buf; in iwl_pcie_gen2_enqueue_hcmd()
1434 kfree(dup_buf); in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c1357 void *dup_buf = NULL; in iwl_pcie_enqueue_hcmd() local
1417 if (WARN_ON(dup_buf)) { in iwl_pcie_enqueue_hcmd()
1422 dup_buf = kmemdup(cmddata[i], cmdlen[i], in iwl_pcie_enqueue_hcmd()
1424 if (!dup_buf) in iwl_pcie_enqueue_hcmd()
1578 data = dup_buf; in iwl_pcie_enqueue_hcmd()
1595 txq->entries[idx].free_buf = dup_buf; in iwl_pcie_enqueue_hcmd()
1620 kfree(dup_buf); in iwl_pcie_enqueue_hcmd()