Searched refs:unmap_single (Results 1 - 15 of 15) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dtx.c42 if (buffer->unmap_single)
49 buffer->unmap_single = false;
147 bool unmap_single; local
174 unmap_single = true;
237 buffer->unmap_single = unmap_single;
248 unmap_single = false;
286 if (unmap_single)
615 * @unmap_single: DMA single vs page mapping flag
635 bool unmap_single; member in struct:tso_state
[all...]
H A Dnet_driver.h103 * @unmap_single: True if pci_unmap_single should be used.
112 bool unmap_single; member in struct:efx_tx_buffer
/drivers/infiniband/hw/qib/
H A Dqib_dma.c171 .unmap_single = qib_dma_unmap_single,
/drivers/scsi/
H A Djazz_esp.c122 .unmap_single = jazz_esp_unmap_single,
H A Dsun3x_esp.c187 .unmap_single = sun3x_esp_unmap_single,
H A Desp_scsi.h359 void (*unmap_single)(struct esp *esp, dma_addr_t addr, member in struct:esp_driver_ops
H A Dmac_esp.c473 .unmap_single = mac_esp_unmap_single,
H A Dsun_esp.c480 .unmap_single = sbus_esp_unmap_single,
H A Desp_scsi.c871 esp->ops->unmap_single(esp, ent->sense_dma,
1237 esp->ops->unmap_single(esp, ent->sense_dma,
1980 esp->ops->unmap_single(esp, ent->sense_dma,
/drivers/parisc/
H A Dccio-dma.c1012 .unmap_single = ccio_unmap_single,
1068 /* KLUGE - unmap_sg calls unmap_single for each mapped page */
H A Dsba_iommu.c1068 .unmap_single = sba_unmap_single,
1812 /* KLUGE - unmap_sg calls unmap_single for each mapped page */
/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c619 bool unmap_single)
627 if (unmap_single)
618 unmap_tx_frag(struct device *dev, struct be_eth_wrb *wrb, bool unmap_single) argument
/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c2653 .unmap_single = ehca_dma_unmap_single,
/drivers/net/ethernet/sun/
H A Dniu.c3570 np->ops->unmap_single(np->device, tb->mapping,
9658 .unmap_single = niu_pci_unmap_single,
10044 .unmap_single = niu_phys_unmap_single,
H A Dniu.h3140 void (*unmap_single)(struct device *dev, u64 dma_address, member in struct:rx_pkt_hdr0::niu_ops

Completed in 373 milliseconds