Searched refs:unmap (Results 176 - 200 of 201) sorted by relevance

123456789

/linux-master/drivers/mfd/
H A Dstmpe.c1213 .unmap = stmpe_irq_unmap,
/linux-master/mm/
H A Dz3fold.c1419 .unmap = z3fold_zpool_unmap,
H A Dzsmalloc.c416 .unmap = zs_zpool_unmap,
/linux-master/fs/ubifs/
H A Dubifs.h340 * @unmap: OK to unmap this LEB
349 int unmap; member in struct:ubifs_gced_idx_leb
502 * @tgc: trivial GC flag (1 => unmap after commit end)
H A Ddebug.c664 pr_err("\tGC'ed idx LEB %d unmap %d\n",
665 idx_gc->lnum, idx_gc->unmap);
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c763 goto unmap;
769 goto unmap;
900 unmap:
/linux-master/drivers/atm/
H A Dfore200e.c413 fore200e->bus->unmap(fore200e);
623 .unmap = fore200e_pca_unmap,
759 .unmap = fore200e_sba_unmap,
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c2292 * to unnecessarily unmap/map the virtual BARs
3736 goto unmap;
3743 goto unmap;
3789 unmap:
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c2119 goto unmap;
2143 goto unmap;
2179 unmap:
/linux-master/drivers/accel/habanalabs/goya/
H A Dgoya.c4914 goto unmap;
4928 goto unmap;
4963 "failed to unmap address 0x%llx\n",
4965 unmap:
4971 "failed to unmap address 0x%llx\n",
4997 "Failed to unmap CPU accessible memory\n");
5005 "failed to unmap address 0x%llx\n",
5014 "Failed to unmap address 0x%llx\n",
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1527 /* unmap dma */
1833 goto unmap;
1841 goto unmap;
1891 unmap:
/linux-master/drivers/net/dsa/realtek/
H A Drtl8366rb.c536 .unmap = rtl8366rb_irq_unmap,
H A Drtl8365mb.c1667 .unmap = rtl8365mb_irq_unmap,
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c968 /* unmap skb header data */
978 /* unmap remaining buffers */
992 /* unmap any remaining paged data */
2052 * either recycle the buffer or unmap it and free the associated resources.
2061 /* we are not reusing the buffer so unmap it */
3842 goto unmap;
3881 unmap:
/linux-master/drivers/ata/
H A Dlibata-scsi.c2027 rbuf[3] = 0x3c; /* required VPD size with unmap support */
2040 * Optimal unmap granularity.
2043 * for the TRIM command. We can leave away most of the unmap related
2045 * that we support some form of unmap - in thise case via WRITE SAME
2046 * with the unmap bit set.
3183 u8 unmap = cdb[1] & 0x8; local
3203 if (!unmap ||
/linux-master/include/trace/events/
H A Drpcrdma.h1207 DEFINE_ANON_MR_EVENT(unmap); variable
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h1532 * @dma_unmap_sgtable: DMA unmap scatter-gather table.
2863 * @unmap: unmap a virtual address of a context.
2879 int (*unmap)(struct hl_ctx *ctx, u64 virt_addr, bool is_dram_addr); member in struct:hl_mmu_funcs
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c1148 goto unmap;
1176 unmap:
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c2128 goto unmap;
2161 unmap:
2587 /* better copy a small frame and not unmap the DMA region */
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c6332 goto unmap;
6357 unmap:
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c224 /* unmap remaining buffers */
235 /* unmap any remaining paged data */
2154 /* We are not reusing the buffer so unmap it and free
2390 goto unmap;
2429 unmap:
3002 /* clear last DMA location and unmap remaining buffers */
3013 /* unmap any remaining paged data */
6801 /* hw->hw_addr can be zeroed, so use adapter->io_addr for unmap */
/linux-master/drivers/gpio/
H A Dgpiolib.c1700 .unmap = gpiochip_irq_unmap,
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1199 /* unmap skb header data */
1208 /* unmap remaining buffers */
1219 /* unmap any remaining paged data */
1875 /* If the page was released, just unmap it. */
2067 * Only unmap it when EOP is reached
2102 /* we are not reusing the buffer so unmap it */
6080 /* unmap skb header data */
6090 /* unmap remaining buffers */
6101 /* unmap any remaining paged data */
8686 goto unmap;
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c3260 /* hw->hw_addr can be altered, we'll use adapter->io_addr for unmap */
4921 /* unmap skb header data */
4931 /* unmap remaining buffers */
4942 /* unmap any remaining paged data */
6390 goto unmap;
6440 unmap:
8286 /* unmap skb header data */
8295 /* clear last DMA location and unmap remaining buffers */
8306 /* unmap any remaining paged data */
8865 /* We are not reusing the buffer so unmap i
[all...]
/linux-master/drivers/net/usb/
H A Dlan78xx.c2142 .unmap = irq_unmap,

Completed in 469 milliseconds

123456789