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.c1204 void *dup_buf = NULL; in iwl_pcie_gen2_enqueue_hcmd() local
1253 if (WARN_ON(dup_buf)) { in iwl_pcie_gen2_enqueue_hcmd()
1258 dup_buf = kmemdup(cmddata[i], cmdlen[i], in iwl_pcie_gen2_enqueue_hcmd()
1260 if (!dup_buf) in iwl_pcie_gen2_enqueue_hcmd()
1399 data = dup_buf; in iwl_pcie_gen2_enqueue_hcmd()
1414 txq->entries[idx].free_buf = dup_buf; in iwl_pcie_gen2_enqueue_hcmd()
1432 kfree(dup_buf); in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c1353 void *dup_buf = NULL; in iwl_pcie_enqueue_hcmd() local
1413 if (WARN_ON(dup_buf)) { in iwl_pcie_enqueue_hcmd()
1418 dup_buf = kmemdup(cmddata[i], cmdlen[i], in iwl_pcie_enqueue_hcmd()
1420 if (!dup_buf) in iwl_pcie_enqueue_hcmd()
1574 data = dup_buf; in iwl_pcie_enqueue_hcmd()
1591 txq->entries[idx].free_buf = dup_buf; in iwl_pcie_enqueue_hcmd()
1616 kfree(dup_buf); in iwl_pcie_enqueue_hcmd()