summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et131x.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23staging: et131x: Mainly whitespace changes to appease checkpatchMark Einon1-35/+46
2011-10-23staging: et131x: Remove last of the forward declarationsMark Einon1-134/+128
2011-10-23staging: et131x: Remove even more forward declarationsMark Einon1-202/+193
2011-10-23staging: et131x: Remove yet more forward declarationsMark Einon1-220/+214
2011-10-23staging: et131x: Remove more forward declarationsMark Einon1-254/+251
2011-10-23staging: et131x: Remove forward declaration of et131x_adapter_setupMark Einon1-223/+222
2011-10-23staging: et131x: Remove some forward declarationsMark Einon1-66/+60
2011-10-23staging: et131x: Remove unused rx_ring.recv_packet_poolMark Einon1-2/+0
2011-10-23staging: et131x: Remove call to find pci pm capabilityMark Einon1-14/+0
2011-10-23staging: et131x: Remove redundant et131x_reset_recv() callMark Einon1-18/+0
2011-10-23staging: et131x: Remove unused rx_ring.recv_buffer_poolMark Einon1-6/+0
2011-10-23staging: et131x: Remove unused definesMark Einon1-11/+0
2011-10-23staging: et131x: Convert rest of pci memory management to dma apiMark Einon1-28/+28
2011-10-23staging: et131x: on transmit, stop the queue if the next packet will failMark Einon1-7/+6
2011-10-23staging: et131x: Tidy up PCI device table definitionMark Einon1-8/+4
2011-10-23staging: et131x: Match dma_alloc_ calls with dma_free_ callsMark Einon1-8/+8
2011-10-23staging: et131x: use dma_alloc... instead of pci_alloc...Mark Einon1-17/+22
2011-10-23staging: et131x: Fix issues when USE_FBR0 is not definedMark Einon1-146/+158
2011-10-23staging: et131x: Make rx_ring.fbr{0,1} share a common structureMark Einon1-153/+140
2011-10-23staging: et131x: Moving two extern inline functions to .c fileMark Einon1-0/+11
2011-10-23staging: et131x: move et1310_tx.h contents into et131x.cMark Einon1-1/+86
2011-10-23staging: et131x: move et1310_rx.h contents into et131x.cMark Einon1-1/+180
2011-10-23staging: et131x: move et131x_defs.h contents into et131x.cMark Einon1-2/+64
2011-10-23staging: et131x: move et131x_adapter.h contents into et131x.cMark Einon1-1/+151
2011-10-23staging: et131x: move et1310_phy.h contents into et131x.hMark Einon1-1/+0
2011-10-23staging: et131x: move et1310_address_map.h contents into et131x.hMark Einon1-1/+0
2011-10-23staging: et131x: Move non-register defines from et131x.h to et131x.cMark Einon1-0/+31
2011-10-23staging: et131x: Move function declarations from et131x.h to et131x.cMark Einon1-0/+31
2011-10-23staging: et131x: Put all .c files into one big fileMark Einon1-0/+5042