diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-05-17 12:46:55 -0400 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-17 11:12:30 -0400 |
commit | 0e33d87033d84768ae700217e7c52dfb0c3399ca (patch) | |
tree | 4ad70825c5d85218f80783efb94505db58743704 /drivers/net/ethernet/sfc/net_driver.h | |
parent | 62f8dc529c76aca43113312079299d40741407dd (diff) |
sfc: Use generic DMA API, not PCI-DMA API
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/net_driver.h')
-rw-r--r-- | drivers/net/ethernet/sfc/net_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h index 0e575359af17..8a9f6d48214d 100644 --- a/drivers/net/ethernet/sfc/net_driver.h +++ b/drivers/net/ethernet/sfc/net_driver.h | |||
@@ -100,7 +100,7 @@ struct efx_special_buffer { | |||
100 | * @len: Length of this fragment. | 100 | * @len: Length of this fragment. |
101 | * This field is zero when the queue slot is empty. | 101 | * This field is zero when the queue slot is empty. |
102 | * @continuation: True if this fragment is not the end of a packet. | 102 | * @continuation: True if this fragment is not the end of a packet. |
103 | * @unmap_single: True if pci_unmap_single should be used. | 103 | * @unmap_single: True if dma_unmap_single should be used. |
104 | * @unmap_len: Length of this fragment to unmap | 104 | * @unmap_len: Length of this fragment to unmap |
105 | */ | 105 | */ |
106 | struct efx_tx_buffer { | 106 | struct efx_tx_buffer { |