Searched defs:unmap_single (Results 1 - 5 of 5) 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)
617 * @unmap_single: DMA single vs page mapping flag
637 bool unmap_single; member in struct:tso_state
[all...]
H A Dnet_driver.h111 * @unmap_single: True if pci_unmap_single should be used.
120 bool unmap_single; member in struct:efx_tx_buffer
/drivers/scsi/
H A Desp_scsi.h359 void (*unmap_single)(struct esp *esp, dma_addr_t addr, member in struct:esp_driver_ops
/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c618 bool unmap_single)
626 if (unmap_single)
617 unmap_tx_frag(struct device *dev, struct be_eth_wrb *wrb, bool unmap_single) argument
/drivers/net/ethernet/sun/
H A Dniu.h3140 void (*unmap_single)(struct device *dev, u64 dma_address, member in struct:rx_pkt_hdr0::niu_ops

Completed in 344 milliseconds