r8169.c 94 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842
  1. /*
  2. * r8169.c: RealTek 8169/8168/8101 ethernet driver.
  3. *
  4. * Copyright (c) 2002 ShuChen <shuchen@realtek.com.tw>
  5. * Copyright (c) 2003 - 2007 Francois Romieu <romieu@fr.zoreil.com>
  6. * Copyright (c) a lot of people too. Please respect their work.
  7. *
  8. * See MAINTAINERS file for support contact information.
  9. */
  10. #include <linux/module.h>
  11. #include <linux/moduleparam.h>
  12. #include <linux/pci.h>
  13. #include <linux/netdevice.h>
  14. #include <linux/etherdevice.h>
  15. #include <linux/delay.h>
  16. #include <linux/ethtool.h>
  17. #include <linux/mii.h>
  18. #include <linux/if_vlan.h>
  19. #include <linux/crc32.h>
  20. #include <linux/in.h>
  21. #include <linux/ip.h>
  22. #include <linux/tcp.h>
  23. #include <linux/init.h>
  24. #include <linux/dma-mapping.h>
  25. #include <asm/system.h>
  26. #include <asm/io.h>
  27. #include <asm/irq.h>
  28. #define RTL8169_VERSION "2.3LK-NAPI"
  29. #define MODULENAME "r8169"
  30. #define PFX MODULENAME ": "
  31. #ifdef RTL8169_DEBUG
  32. #define assert(expr) \
  33. if (!(expr)) { \
  34. printk( "Assertion failed! %s,%s,%s,line=%d\n", \
  35. #expr,__FILE__,__func__,__LINE__); \
  36. }
  37. #define dprintk(fmt, args...) \
  38. do { printk(KERN_DEBUG PFX fmt, ## args); } while (0)
  39. #else
  40. #define assert(expr) do {} while (0)
  41. #define dprintk(fmt, args...) do {} while (0)
  42. #endif /* RTL8169_DEBUG */
  43. #define R8169_MSG_DEFAULT \
  44. (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN)
  45. #define TX_BUFFS_AVAIL(tp) \
  46. (tp->dirty_tx + NUM_TX_DESC - tp->cur_tx - 1)
  47. /* Maximum events (Rx packets, etc.) to handle at each interrupt. */
  48. static const int max_interrupt_work = 20;
  49. /* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
  50. The RTL chips use a 64 element hash table based on the Ethernet CRC. */
  51. static const int multicast_filter_limit = 32;
  52. /* MAC address length */
  53. #define MAC_ADDR_LEN 6
  54. #define MAX_READ_REQUEST_SHIFT 12
  55. #define RX_FIFO_THRESH 7 /* 7 means NO threshold, Rx buffer level before first PCI xfer. */
  56. #define RX_DMA_BURST 6 /* Maximum PCI burst, '6' is 1024 */
  57. #define TX_DMA_BURST 6 /* Maximum PCI burst, '6' is 1024 */
  58. #define EarlyTxThld 0x3F /* 0x3F means NO early transmit */
  59. #define RxPacketMaxSize 0x3FE8 /* 16K - 1 - ETH_HLEN - VLAN - CRC... */
  60. #define SafeMtu 0x1c20 /* ... actually life sucks beyond ~7k */
  61. #define InterFrameGap 0x03 /* 3 means InterFrameGap = the shortest one */
  62. #define R8169_REGS_SIZE 256
  63. #define R8169_NAPI_WEIGHT 64
  64. #define NUM_TX_DESC 64 /* Number of Tx descriptor registers */
  65. #define NUM_RX_DESC 256 /* Number of Rx descriptor registers */
  66. #define RX_BUF_SIZE 1536 /* Rx Buffer size */
  67. #define R8169_TX_RING_BYTES (NUM_TX_DESC * sizeof(struct TxDesc))
  68. #define R8169_RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))
  69. #define RTL8169_TX_TIMEOUT (6*HZ)
  70. #define RTL8169_PHY_TIMEOUT (10*HZ)
  71. #define RTL_EEPROM_SIG cpu_to_le32(0x8129)
  72. #define RTL_EEPROM_SIG_MASK cpu_to_le32(0xffff)
  73. #define RTL_EEPROM_SIG_ADDR 0x0000
  74. /* write/read MMIO register */
  75. #define RTL_W8(reg, val8) writeb ((val8), ioaddr + (reg))
  76. #define RTL_W16(reg, val16) writew ((val16), ioaddr + (reg))
  77. #define RTL_W32(reg, val32) writel ((val32), ioaddr + (reg))
  78. #define RTL_R8(reg) readb (ioaddr + (reg))
  79. #define RTL_R16(reg) readw (ioaddr + (reg))
  80. #define RTL_R32(reg) ((unsigned long) readl (ioaddr + (reg)))
  81. enum mac_version {
  82. RTL_GIGA_MAC_VER_01 = 0x01, // 8169
  83. RTL_GIGA_MAC_VER_02 = 0x02, // 8169S
  84. RTL_GIGA_MAC_VER_03 = 0x03, // 8110S
  85. RTL_GIGA_MAC_VER_04 = 0x04, // 8169SB
  86. RTL_GIGA_MAC_VER_05 = 0x05, // 8110SCd
  87. RTL_GIGA_MAC_VER_06 = 0x06, // 8110SCe
  88. RTL_GIGA_MAC_VER_07 = 0x07, // 8102e
  89. RTL_GIGA_MAC_VER_08 = 0x08, // 8102e
  90. RTL_GIGA_MAC_VER_09 = 0x09, // 8102e
  91. RTL_GIGA_MAC_VER_10 = 0x0a, // 8101e
  92. RTL_GIGA_MAC_VER_11 = 0x0b, // 8168Bb
  93. RTL_GIGA_MAC_VER_12 = 0x0c, // 8168Be
  94. RTL_GIGA_MAC_VER_13 = 0x0d, // 8101Eb
  95. RTL_GIGA_MAC_VER_14 = 0x0e, // 8101 ?
  96. RTL_GIGA_MAC_VER_15 = 0x0f, // 8101 ?
  97. RTL_GIGA_MAC_VER_16 = 0x11, // 8101Ec
  98. RTL_GIGA_MAC_VER_17 = 0x10, // 8168Bf
  99. RTL_GIGA_MAC_VER_18 = 0x12, // 8168CP
  100. RTL_GIGA_MAC_VER_19 = 0x13, // 8168C
  101. RTL_GIGA_MAC_VER_20 = 0x14, // 8168C
  102. RTL_GIGA_MAC_VER_21 = 0x15, // 8168C
  103. RTL_GIGA_MAC_VER_22 = 0x16, // 8168C
  104. RTL_GIGA_MAC_VER_23 = 0x17, // 8168CP
  105. RTL_GIGA_MAC_VER_24 = 0x18, // 8168CP
  106. RTL_GIGA_MAC_VER_25 = 0x19 // 8168D
  107. };
  108. #define _R(NAME,MAC,MASK) \
  109. { .name = NAME, .mac_version = MAC, .RxConfigMask = MASK }
  110. static const struct {
  111. const char *name;
  112. u8 mac_version;
  113. u32 RxConfigMask; /* Clears the bits supported by this chip */
  114. } rtl_chip_info[] = {
  115. _R("RTL8169", RTL_GIGA_MAC_VER_01, 0xff7e1880), // 8169
  116. _R("RTL8169s", RTL_GIGA_MAC_VER_02, 0xff7e1880), // 8169S
  117. _R("RTL8110s", RTL_GIGA_MAC_VER_03, 0xff7e1880), // 8110S
  118. _R("RTL8169sb/8110sb", RTL_GIGA_MAC_VER_04, 0xff7e1880), // 8169SB
  119. _R("RTL8169sc/8110sc", RTL_GIGA_MAC_VER_05, 0xff7e1880), // 8110SCd
  120. _R("RTL8169sc/8110sc", RTL_GIGA_MAC_VER_06, 0xff7e1880), // 8110SCe
  121. _R("RTL8102e", RTL_GIGA_MAC_VER_07, 0xff7e1880), // PCI-E
  122. _R("RTL8102e", RTL_GIGA_MAC_VER_08, 0xff7e1880), // PCI-E
  123. _R("RTL8102e", RTL_GIGA_MAC_VER_09, 0xff7e1880), // PCI-E
  124. _R("RTL8101e", RTL_GIGA_MAC_VER_10, 0xff7e1880), // PCI-E
  125. _R("RTL8168b/8111b", RTL_GIGA_MAC_VER_11, 0xff7e1880), // PCI-E
  126. _R("RTL8168b/8111b", RTL_GIGA_MAC_VER_12, 0xff7e1880), // PCI-E
  127. _R("RTL8101e", RTL_GIGA_MAC_VER_13, 0xff7e1880), // PCI-E 8139
  128. _R("RTL8100e", RTL_GIGA_MAC_VER_14, 0xff7e1880), // PCI-E 8139
  129. _R("RTL8100e", RTL_GIGA_MAC_VER_15, 0xff7e1880), // PCI-E 8139
  130. _R("RTL8168b/8111b", RTL_GIGA_MAC_VER_17, 0xff7e1880), // PCI-E
  131. _R("RTL8101e", RTL_GIGA_MAC_VER_16, 0xff7e1880), // PCI-E
  132. _R("RTL8168cp/8111cp", RTL_GIGA_MAC_VER_18, 0xff7e1880), // PCI-E
  133. _R("RTL8168c/8111c", RTL_GIGA_MAC_VER_19, 0xff7e1880), // PCI-E
  134. _R("RTL8168c/8111c", RTL_GIGA_MAC_VER_20, 0xff7e1880), // PCI-E
  135. _R("RTL8168c/8111c", RTL_GIGA_MAC_VER_21, 0xff7e1880), // PCI-E
  136. _R("RTL8168c/8111c", RTL_GIGA_MAC_VER_22, 0xff7e1880), // PCI-E
  137. _R("RTL8168cp/8111cp", RTL_GIGA_MAC_VER_23, 0xff7e1880), // PCI-E
  138. _R("RTL8168cp/8111cp", RTL_GIGA_MAC_VER_24, 0xff7e1880), // PCI-E
  139. _R("RTL8168d/8111d", RTL_GIGA_MAC_VER_25, 0xff7e1880) // PCI-E
  140. };
  141. #undef _R
  142. enum cfg_version {
  143. RTL_CFG_0 = 0x00,
  144. RTL_CFG_1,
  145. RTL_CFG_2
  146. };
  147. static void rtl_hw_start_8169(struct net_device *);
  148. static void rtl_hw_start_8168(struct net_device *);
  149. static void rtl_hw_start_8101(struct net_device *);
  150. static struct pci_device_id rtl8169_pci_tbl[] = {
  151. { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8129), 0, 0, RTL_CFG_0 },
  152. { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8136), 0, 0, RTL_CFG_2 },
  153. { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8167), 0, 0, RTL_CFG_0 },
  154. { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8168), 0, 0, RTL_CFG_1 },
  155. { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 },
  156. { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 },
  157. { PCI_DEVICE(PCI_VENDOR_ID_AT, 0xc107), 0, 0, RTL_CFG_0 },
  158. { PCI_DEVICE(0x16ec, 0x0116), 0, 0, RTL_CFG_0 },
  159. { PCI_VENDOR_ID_LINKSYS, 0x1032,
  160. PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 },
  161. { 0x0001, 0x8168,
  162. PCI_ANY_ID, 0x2410, 0, 0, RTL_CFG_2 },
  163. {0,},
  164. };
  165. MODULE_DEVICE_TABLE(pci, rtl8169_pci_tbl);
  166. static int rx_copybreak = 200;
  167. static int use_dac;
  168. static struct {
  169. u32 msg_enable;
  170. } debug = { -1 };
  171. enum rtl_registers {
  172. MAC0 = 0, /* Ethernet hardware address. */
  173. MAC4 = 4,
  174. MAR0 = 8, /* Multicast filter. */
  175. CounterAddrLow = 0x10,
  176. CounterAddrHigh = 0x14,
  177. TxDescStartAddrLow = 0x20,
  178. TxDescStartAddrHigh = 0x24,
  179. TxHDescStartAddrLow = 0x28,
  180. TxHDescStartAddrHigh = 0x2c,
  181. FLASH = 0x30,
  182. ERSR = 0x36,
  183. ChipCmd = 0x37,
  184. TxPoll = 0x38,
  185. IntrMask = 0x3c,
  186. IntrStatus = 0x3e,
  187. TxConfig = 0x40,
  188. RxConfig = 0x44,
  189. RxMissed = 0x4c,
  190. Cfg9346 = 0x50,
  191. Config0 = 0x51,
  192. Config1 = 0x52,
  193. Config2 = 0x53,
  194. Config3 = 0x54,
  195. Config4 = 0x55,
  196. Config5 = 0x56,
  197. MultiIntr = 0x5c,
  198. PHYAR = 0x60,
  199. PHYstatus = 0x6c,
  200. RxMaxSize = 0xda,
  201. CPlusCmd = 0xe0,
  202. IntrMitigate = 0xe2,
  203. RxDescAddrLow = 0xe4,
  204. RxDescAddrHigh = 0xe8,
  205. EarlyTxThres = 0xec,
  206. FuncEvent = 0xf0,
  207. FuncEventMask = 0xf4,
  208. FuncPresetState = 0xf8,
  209. FuncForceEvent = 0xfc,
  210. };
  211. enum rtl8110_registers {
  212. TBICSR = 0x64,
  213. TBI_ANAR = 0x68,
  214. TBI_LPAR = 0x6a,
  215. };
  216. enum rtl8168_8101_registers {
  217. CSIDR = 0x64,
  218. CSIAR = 0x68,
  219. #define CSIAR_FLAG 0x80000000
  220. #define CSIAR_WRITE_CMD 0x80000000
  221. #define CSIAR_BYTE_ENABLE 0x0f
  222. #define CSIAR_BYTE_ENABLE_SHIFT 12
  223. #define CSIAR_ADDR_MASK 0x0fff
  224. EPHYAR = 0x80,
  225. #define EPHYAR_FLAG 0x80000000
  226. #define EPHYAR_WRITE_CMD 0x80000000
  227. #define EPHYAR_REG_MASK 0x1f
  228. #define EPHYAR_REG_SHIFT 16
  229. #define EPHYAR_DATA_MASK 0xffff
  230. DBG_REG = 0xd1,
  231. #define FIX_NAK_1 (1 << 4)
  232. #define FIX_NAK_2 (1 << 3)
  233. };
  234. enum rtl_register_content {
  235. /* InterruptStatusBits */
  236. SYSErr = 0x8000,
  237. PCSTimeout = 0x4000,
  238. SWInt = 0x0100,
  239. TxDescUnavail = 0x0080,
  240. RxFIFOOver = 0x0040,
  241. LinkChg = 0x0020,
  242. RxOverflow = 0x0010,
  243. TxErr = 0x0008,
  244. TxOK = 0x0004,
  245. RxErr = 0x0002,
  246. RxOK = 0x0001,
  247. /* RxStatusDesc */
  248. RxFOVF = (1 << 23),
  249. RxRWT = (1 << 22),
  250. RxRES = (1 << 21),
  251. RxRUNT = (1 << 20),
  252. RxCRC = (1 << 19),
  253. /* ChipCmdBits */
  254. CmdReset = 0x10,
  255. CmdRxEnb = 0x08,
  256. CmdTxEnb = 0x04,
  257. RxBufEmpty = 0x01,
  258. /* TXPoll register p.5 */
  259. HPQ = 0x80, /* Poll cmd on the high prio queue */
  260. NPQ = 0x40, /* Poll cmd on the low prio queue */
  261. FSWInt = 0x01, /* Forced software interrupt */
  262. /* Cfg9346Bits */
  263. Cfg9346_Lock = 0x00,
  264. Cfg9346_Unlock = 0xc0,
  265. /* rx_mode_bits */
  266. AcceptErr = 0x20,
  267. AcceptRunt = 0x10,
  268. AcceptBroadcast = 0x08,
  269. AcceptMulticast = 0x04,
  270. AcceptMyPhys = 0x02,
  271. AcceptAllPhys = 0x01,
  272. /* RxConfigBits */
  273. RxCfgFIFOShift = 13,
  274. RxCfgDMAShift = 8,
  275. /* TxConfigBits */
  276. TxInterFrameGapShift = 24,
  277. TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */
  278. /* Config1 register p.24 */
  279. LEDS1 = (1 << 7),
  280. LEDS0 = (1 << 6),
  281. MSIEnable = (1 << 5), /* Enable Message Signaled Interrupt */
  282. Speed_down = (1 << 4),
  283. MEMMAP = (1 << 3),
  284. IOMAP = (1 << 2),
  285. VPD = (1 << 1),
  286. PMEnable = (1 << 0), /* Power Management Enable */
  287. /* Config2 register p. 25 */
  288. PCI_Clock_66MHz = 0x01,
  289. PCI_Clock_33MHz = 0x00,
  290. /* Config3 register p.25 */
  291. MagicPacket = (1 << 5), /* Wake up when receives a Magic Packet */
  292. LinkUp = (1 << 4), /* Wake up when the cable connection is re-established */
  293. Beacon_en = (1 << 0), /* 8168 only. Reserved in the 8168b */
  294. /* Config5 register p.27 */
  295. BWF = (1 << 6), /* Accept Broadcast wakeup frame */
  296. MWF = (1 << 5), /* Accept Multicast wakeup frame */
  297. UWF = (1 << 4), /* Accept Unicast wakeup frame */
  298. LanWake = (1 << 1), /* LanWake enable/disable */
  299. PMEStatus = (1 << 0), /* PME status can be reset by PCI RST# */
  300. /* TBICSR p.28 */
  301. TBIReset = 0x80000000,
  302. TBILoopback = 0x40000000,
  303. TBINwEnable = 0x20000000,
  304. TBINwRestart = 0x10000000,
  305. TBILinkOk = 0x02000000,
  306. TBINwComplete = 0x01000000,
  307. /* CPlusCmd p.31 */
  308. EnableBist = (1 << 15), // 8168 8101
  309. Mac_dbgo_oe = (1 << 14), // 8168 8101
  310. Normal_mode = (1 << 13), // unused
  311. Force_half_dup = (1 << 12), // 8168 8101
  312. Force_rxflow_en = (1 << 11), // 8168 8101
  313. Force_txflow_en = (1 << 10), // 8168 8101
  314. Cxpl_dbg_sel = (1 << 9), // 8168 8101
  315. ASF = (1 << 8), // 8168 8101
  316. PktCntrDisable = (1 << 7), // 8168 8101
  317. Mac_dbgo_sel = 0x001c, // 8168
  318. RxVlan = (1 << 6),
  319. RxChkSum = (1 << 5),
  320. PCIDAC = (1 << 4),
  321. PCIMulRW = (1 << 3),
  322. INTT_0 = 0x0000, // 8168
  323. INTT_1 = 0x0001, // 8168
  324. INTT_2 = 0x0002, // 8168
  325. INTT_3 = 0x0003, // 8168
  326. /* rtl8169_PHYstatus */
  327. TBI_Enable = 0x80,
  328. TxFlowCtrl = 0x40,
  329. RxFlowCtrl = 0x20,
  330. _1000bpsF = 0x10,
  331. _100bps = 0x08,
  332. _10bps = 0x04,
  333. LinkStatus = 0x02,
  334. FullDup = 0x01,
  335. /* _TBICSRBit */
  336. TBILinkOK = 0x02000000,
  337. /* DumpCounterCommand */
  338. CounterDump = 0x8,
  339. };
  340. enum desc_status_bit {
  341. DescOwn = (1 << 31), /* Descriptor is owned by NIC */
  342. RingEnd = (1 << 30), /* End of descriptor ring */
  343. FirstFrag = (1 << 29), /* First segment of a packet */
  344. LastFrag = (1 << 28), /* Final segment of a packet */
  345. /* Tx private */
  346. LargeSend = (1 << 27), /* TCP Large Send Offload (TSO) */
  347. MSSShift = 16, /* MSS value position */
  348. MSSMask = 0xfff, /* MSS value + LargeSend bit: 12 bits */
  349. IPCS = (1 << 18), /* Calculate IP checksum */
  350. UDPCS = (1 << 17), /* Calculate UDP/IP checksum */
  351. TCPCS = (1 << 16), /* Calculate TCP/IP checksum */
  352. TxVlanTag = (1 << 17), /* Add VLAN tag */
  353. /* Rx private */
  354. PID1 = (1 << 18), /* Protocol ID bit 1/2 */
  355. PID0 = (1 << 17), /* Protocol ID bit 2/2 */
  356. #define RxProtoUDP (PID1)
  357. #define RxProtoTCP (PID0)
  358. #define RxProtoIP (PID1 | PID0)
  359. #define RxProtoMask RxProtoIP
  360. IPFail = (1 << 16), /* IP checksum failed */
  361. UDPFail = (1 << 15), /* UDP/IP checksum failed */
  362. TCPFail = (1 << 14), /* TCP/IP checksum failed */
  363. RxVlanTag = (1 << 16), /* VLAN tag available */
  364. };
  365. #define RsvdMask 0x3fffc000
  366. struct TxDesc {
  367. __le32 opts1;
  368. __le32 opts2;
  369. __le64 addr;
  370. };
  371. struct RxDesc {
  372. __le32 opts1;
  373. __le32 opts2;
  374. __le64 addr;
  375. };
  376. struct ring_info {
  377. struct sk_buff *skb;
  378. u32 len;
  379. u8 __pad[sizeof(void *) - sizeof(u32)];
  380. };
  381. enum features {
  382. RTL_FEATURE_WOL = (1 << 0),
  383. RTL_FEATURE_MSI = (1 << 1),
  384. RTL_FEATURE_GMII = (1 << 2),
  385. };
  386. struct rtl8169_private {
  387. void __iomem *mmio_addr; /* memory map physical address */
  388. struct pci_dev *pci_dev; /* Index of PCI device */
  389. struct net_device *dev;
  390. struct napi_struct napi;
  391. spinlock_t lock; /* spin lock flag */
  392. u32 msg_enable;
  393. int chipset;
  394. int mac_version;
  395. u32 cur_rx; /* Index into the Rx descriptor buffer of next Rx pkt. */
  396. u32 cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */
  397. u32 dirty_rx;
  398. u32 dirty_tx;
  399. struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */
  400. struct RxDesc *RxDescArray; /* 256-aligned Rx descriptor ring */
  401. dma_addr_t TxPhyAddr;
  402. dma_addr_t RxPhyAddr;
  403. struct sk_buff *Rx_skbuff[NUM_RX_DESC]; /* Rx data buffers */
  404. struct ring_info tx_skb[NUM_TX_DESC]; /* Tx data buffers */
  405. unsigned align;
  406. unsigned rx_buf_sz;
  407. struct timer_list timer;
  408. u16 cp_cmd;
  409. u16 intr_event;
  410. u16 napi_event;
  411. u16 intr_mask;
  412. int phy_auto_nego_reg;
  413. int phy_1000_ctrl_reg;
  414. #ifdef CONFIG_R8169_VLAN
  415. struct vlan_group *vlgrp;
  416. #endif
  417. int (*set_speed)(struct net_device *, u8 autoneg, u16 speed, u8 duplex);
  418. int (*get_settings)(struct net_device *, struct ethtool_cmd *);
  419. void (*phy_reset_enable)(void __iomem *);
  420. void (*hw_start)(struct net_device *);
  421. unsigned int (*phy_reset_pending)(void __iomem *);
  422. unsigned int (*link_ok)(void __iomem *);
  423. int pcie_cap;
  424. struct delayed_work task;
  425. unsigned features;
  426. struct mii_if_info mii;
  427. };
  428. MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@vger.kernel.org>");
  429. MODULE_DESCRIPTION("RealTek RTL-8169 Gigabit Ethernet driver");
  430. module_param(rx_copybreak, int, 0);
  431. MODULE_PARM_DESC(rx_copybreak, "Copy breakpoint for copy-only-tiny-frames");
  432. module_param(use_dac, int, 0);
  433. MODULE_PARM_DESC(use_dac, "Enable PCI DAC. Unsafe on 32 bit PCI slot.");
  434. module_param_named(debug, debug.msg_enable, int, 0);
  435. MODULE_PARM_DESC(debug, "Debug verbosity level (0=none, ..., 16=all)");
  436. MODULE_LICENSE("GPL");
  437. MODULE_VERSION(RTL8169_VERSION);
  438. static int rtl8169_open(struct net_device *dev);
  439. static int rtl8169_start_xmit(struct sk_buff *skb, struct net_device *dev);
  440. static irqreturn_t rtl8169_interrupt(int irq, void *dev_instance);
  441. static int rtl8169_init_ring(struct net_device *dev);
  442. static void rtl_hw_start(struct net_device *dev);
  443. static int rtl8169_close(struct net_device *dev);
  444. static void rtl_set_rx_mode(struct net_device *dev);
  445. static void rtl8169_tx_timeout(struct net_device *dev);
  446. static struct net_device_stats *rtl8169_get_stats(struct net_device *dev);
  447. static int rtl8169_rx_interrupt(struct net_device *, struct rtl8169_private *,
  448. void __iomem *, u32 budget);
  449. static int rtl8169_change_mtu(struct net_device *dev, int new_mtu);
  450. static void rtl8169_down(struct net_device *dev);
  451. static void rtl8169_rx_clear(struct rtl8169_private *tp);
  452. static int rtl8169_poll(struct napi_struct *napi, int budget);
  453. static const unsigned int rtl8169_rx_config =
  454. (RX_FIFO_THRESH << RxCfgFIFOShift) | (RX_DMA_BURST << RxCfgDMAShift);
  455. static void mdio_write(void __iomem *ioaddr, int reg_addr, int value)
  456. {
  457. int i;
  458. RTL_W32(PHYAR, 0x80000000 | (reg_addr & 0x1f) << 16 | (value & 0xffff));
  459. for (i = 20; i > 0; i--) {
  460. /*
  461. * Check if the RTL8169 has completed writing to the specified
  462. * MII register.
  463. */
  464. if (!(RTL_R32(PHYAR) & 0x80000000))
  465. break;
  466. udelay(25);
  467. }
  468. }
  469. static int mdio_read(void __iomem *ioaddr, int reg_addr)
  470. {
  471. int i, value = -1;
  472. RTL_W32(PHYAR, 0x0 | (reg_addr & 0x1f) << 16);
  473. for (i = 20; i > 0; i--) {
  474. /*
  475. * Check if the RTL8169 has completed retrieving data from
  476. * the specified MII register.
  477. */
  478. if (RTL_R32(PHYAR) & 0x80000000) {
  479. value = RTL_R32(PHYAR) & 0xffff;
  480. break;
  481. }
  482. udelay(25);
  483. }
  484. return value;
  485. }
  486. static void mdio_patch(void __iomem *ioaddr, int reg_addr, int value)
  487. {
  488. mdio_write(ioaddr, reg_addr, mdio_read(ioaddr, reg_addr) | value);
  489. }
  490. static void rtl_mdio_write(struct net_device *dev, int phy_id, int location,
  491. int val)
  492. {
  493. struct rtl8169_private *tp = netdev_priv(dev);
  494. void __iomem *ioaddr = tp->mmio_addr;
  495. mdio_write(ioaddr, location, val);
  496. }
  497. static int rtl_mdio_read(struct net_device *dev, int phy_id, int location)
  498. {
  499. struct rtl8169_private *tp = netdev_priv(dev);
  500. void __iomem *ioaddr = tp->mmio_addr;
  501. return mdio_read(ioaddr, location);
  502. }
  503. static void rtl_ephy_write(void __iomem *ioaddr, int reg_addr, int value)
  504. {
  505. unsigned int i;
  506. RTL_W32(EPHYAR, EPHYAR_WRITE_CMD | (value & EPHYAR_DATA_MASK) |
  507. (reg_addr & EPHYAR_REG_MASK) << EPHYAR_REG_SHIFT);
  508. for (i = 0; i < 100; i++) {
  509. if (!(RTL_R32(EPHYAR) & EPHYAR_FLAG))
  510. break;
  511. udelay(10);
  512. }
  513. }
  514. static u16 rtl_ephy_read(void __iomem *ioaddr, int reg_addr)
  515. {
  516. u16 value = 0xffff;
  517. unsigned int i;
  518. RTL_W32(EPHYAR, (reg_addr & EPHYAR_REG_MASK) << EPHYAR_REG_SHIFT);
  519. for (i = 0; i < 100; i++) {
  520. if (RTL_R32(EPHYAR) & EPHYAR_FLAG) {
  521. value = RTL_R32(EPHYAR) & EPHYAR_DATA_MASK;
  522. break;
  523. }
  524. udelay(10);
  525. }
  526. return value;
  527. }
  528. static void rtl_csi_write(void __iomem *ioaddr, int addr, int value)
  529. {
  530. unsigned int i;
  531. RTL_W32(CSIDR, value);
  532. RTL_W32(CSIAR, CSIAR_WRITE_CMD | (addr & CSIAR_ADDR_MASK) |
  533. CSIAR_BYTE_ENABLE << CSIAR_BYTE_ENABLE_SHIFT);
  534. for (i = 0; i < 100; i++) {
  535. if (!(RTL_R32(CSIAR) & CSIAR_FLAG))
  536. break;
  537. udelay(10);
  538. }
  539. }
  540. static u32 rtl_csi_read(void __iomem *ioaddr, int addr)
  541. {
  542. u32 value = ~0x00;
  543. unsigned int i;
  544. RTL_W32(CSIAR, (addr & CSIAR_ADDR_MASK) |
  545. CSIAR_BYTE_ENABLE << CSIAR_BYTE_ENABLE_SHIFT);
  546. for (i = 0; i < 100; i++) {
  547. if (RTL_R32(CSIAR) & CSIAR_FLAG) {
  548. value = RTL_R32(CSIDR);
  549. break;
  550. }
  551. udelay(10);
  552. }
  553. return value;
  554. }
  555. static void rtl8169_irq_mask_and_ack(void __iomem *ioaddr)
  556. {
  557. RTL_W16(IntrMask, 0x0000);
  558. RTL_W16(IntrStatus, 0xffff);
  559. }
  560. static void rtl8169_asic_down(void __iomem *ioaddr)
  561. {
  562. RTL_W8(ChipCmd, 0x00);
  563. rtl8169_irq_mask_and_ack(ioaddr);
  564. RTL_R16(CPlusCmd);
  565. }
  566. static unsigned int rtl8169_tbi_reset_pending(void __iomem *ioaddr)
  567. {
  568. return RTL_R32(TBICSR) & TBIReset;
  569. }
  570. static unsigned int rtl8169_xmii_reset_pending(void __iomem *ioaddr)
  571. {
  572. return mdio_read(ioaddr, MII_BMCR) & BMCR_RESET;
  573. }
  574. static unsigned int rtl8169_tbi_link_ok(void __iomem *ioaddr)
  575. {
  576. return RTL_R32(TBICSR) & TBILinkOk;
  577. }
  578. static unsigned int rtl8169_xmii_link_ok(void __iomem *ioaddr)
  579. {
  580. return RTL_R8(PHYstatus) & LinkStatus;
  581. }
  582. static void rtl8169_tbi_reset_enable(void __iomem *ioaddr)
  583. {
  584. RTL_W32(TBICSR, RTL_R32(TBICSR) | TBIReset);
  585. }
  586. static void rtl8169_xmii_reset_enable(void __iomem *ioaddr)
  587. {
  588. unsigned int val;
  589. val = mdio_read(ioaddr, MII_BMCR) | BMCR_RESET;
  590. mdio_write(ioaddr, MII_BMCR, val & 0xffff);
  591. }
  592. static void rtl8169_check_link_status(struct net_device *dev,
  593. struct rtl8169_private *tp,
  594. void __iomem *ioaddr)
  595. {
  596. unsigned long flags;
  597. spin_lock_irqsave(&tp->lock, flags);
  598. if (tp->link_ok(ioaddr)) {
  599. netif_carrier_on(dev);
  600. if (netif_msg_ifup(tp))
  601. printk(KERN_INFO PFX "%s: link up\n", dev->name);
  602. } else {
  603. if (netif_msg_ifdown(tp))
  604. printk(KERN_INFO PFX "%s: link down\n", dev->name);
  605. netif_carrier_off(dev);
  606. }
  607. spin_unlock_irqrestore(&tp->lock, flags);
  608. }
  609. static void rtl8169_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
  610. {
  611. struct rtl8169_private *tp = netdev_priv(dev);
  612. void __iomem *ioaddr = tp->mmio_addr;
  613. u8 options;
  614. wol->wolopts = 0;
  615. #define WAKE_ANY (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)
  616. wol->supported = WAKE_ANY;
  617. spin_lock_irq(&tp->lock);
  618. options = RTL_R8(Config1);
  619. if (!(options & PMEnable))
  620. goto out_unlock;
  621. options = RTL_R8(Config3);
  622. if (options & LinkUp)
  623. wol->wolopts |= WAKE_PHY;
  624. if (options & MagicPacket)
  625. wol->wolopts |= WAKE_MAGIC;
  626. options = RTL_R8(Config5);
  627. if (options & UWF)
  628. wol->wolopts |= WAKE_UCAST;
  629. if (options & BWF)
  630. wol->wolopts |= WAKE_BCAST;
  631. if (options & MWF)
  632. wol->wolopts |= WAKE_MCAST;
  633. out_unlock:
  634. spin_unlock_irq(&tp->lock);
  635. }
  636. static int rtl8169_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
  637. {
  638. struct rtl8169_private *tp = netdev_priv(dev);
  639. void __iomem *ioaddr = tp->mmio_addr;
  640. unsigned int i;
  641. static struct {
  642. u32 opt;
  643. u16 reg;
  644. u8 mask;
  645. } cfg[] = {
  646. { WAKE_ANY, Config1, PMEnable },
  647. { WAKE_PHY, Config3, LinkUp },
  648. { WAKE_MAGIC, Config3, MagicPacket },
  649. { WAKE_UCAST, Config5, UWF },
  650. { WAKE_BCAST, Config5, BWF },
  651. { WAKE_MCAST, Config5, MWF },
  652. { WAKE_ANY, Config5, LanWake }
  653. };
  654. spin_lock_irq(&tp->lock);
  655. RTL_W8(Cfg9346, Cfg9346_Unlock);
  656. for (i = 0; i < ARRAY_SIZE(cfg); i++) {
  657. u8 options = RTL_R8(cfg[i].reg) & ~cfg[i].mask;
  658. if (wol->wolopts & cfg[i].opt)
  659. options |= cfg[i].mask;
  660. RTL_W8(cfg[i].reg, options);
  661. }
  662. RTL_W8(Cfg9346, Cfg9346_Lock);
  663. if (wol->wolopts)
  664. tp->features |= RTL_FEATURE_WOL;
  665. else
  666. tp->features &= ~RTL_FEATURE_WOL;
  667. device_set_wakeup_enable(&tp->pci_dev->dev, wol->wolopts);
  668. spin_unlock_irq(&tp->lock);
  669. return 0;
  670. }
  671. static void rtl8169_get_drvinfo(struct net_device *dev,
  672. struct ethtool_drvinfo *info)
  673. {
  674. struct rtl8169_private *tp = netdev_priv(dev);
  675. strcpy(info->driver, MODULENAME);
  676. strcpy(info->version, RTL8169_VERSION);
  677. strcpy(info->bus_info, pci_name(tp->pci_dev));
  678. }
  679. static int rtl8169_get_regs_len(struct net_device *dev)
  680. {
  681. return R8169_REGS_SIZE;
  682. }
  683. static int rtl8169_set_speed_tbi(struct net_device *dev,
  684. u8 autoneg, u16 speed, u8 duplex)
  685. {
  686. struct rtl8169_private *tp = netdev_priv(dev);
  687. void __iomem *ioaddr = tp->mmio_addr;
  688. int ret = 0;
  689. u32 reg;
  690. reg = RTL_R32(TBICSR);
  691. if ((autoneg == AUTONEG_DISABLE) && (speed == SPEED_1000) &&
  692. (duplex == DUPLEX_FULL)) {
  693. RTL_W32(TBICSR, reg & ~(TBINwEnable | TBINwRestart));
  694. } else if (autoneg == AUTONEG_ENABLE)
  695. RTL_W32(TBICSR, reg | TBINwEnable | TBINwRestart);
  696. else {
  697. if (netif_msg_link(tp)) {
  698. printk(KERN_WARNING "%s: "
  699. "incorrect speed setting refused in TBI mode\n",
  700. dev->name);
  701. }
  702. ret = -EOPNOTSUPP;
  703. }
  704. return ret;
  705. }
  706. static int rtl8169_set_speed_xmii(struct net_device *dev,
  707. u8 autoneg, u16 speed, u8 duplex)
  708. {
  709. struct rtl8169_private *tp = netdev_priv(dev);
  710. void __iomem *ioaddr = tp->mmio_addr;
  711. int auto_nego, giga_ctrl;
  712. auto_nego = mdio_read(ioaddr, MII_ADVERTISE);
  713. auto_nego &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
  714. ADVERTISE_100HALF | ADVERTISE_100FULL);
  715. giga_ctrl = mdio_read(ioaddr, MII_CTRL1000);
  716. giga_ctrl &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
  717. if (autoneg == AUTONEG_ENABLE) {
  718. auto_nego |= (ADVERTISE_10HALF | ADVERTISE_10FULL |
  719. ADVERTISE_100HALF | ADVERTISE_100FULL);
  720. giga_ctrl |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
  721. } else {
  722. if (speed == SPEED_10)
  723. auto_nego |= ADVERTISE_10HALF | ADVERTISE_10FULL;
  724. else if (speed == SPEED_100)
  725. auto_nego |= ADVERTISE_100HALF | ADVERTISE_100FULL;
  726. else if (speed == SPEED_1000)
  727. giga_ctrl |= ADVERTISE_1000FULL | ADVERTISE_1000HALF;
  728. if (duplex == DUPLEX_HALF)
  729. auto_nego &= ~(ADVERTISE_10FULL | ADVERTISE_100FULL);
  730. if (duplex == DUPLEX_FULL)
  731. auto_nego &= ~(ADVERTISE_10HALF | ADVERTISE_100HALF);
  732. /* This tweak comes straight from Realtek's driver. */
  733. if ((speed == SPEED_100) && (duplex == DUPLEX_HALF) &&
  734. ((tp->mac_version == RTL_GIGA_MAC_VER_13) ||
  735. (tp->mac_version == RTL_GIGA_MAC_VER_16))) {
  736. auto_nego = ADVERTISE_100HALF | ADVERTISE_CSMA;
  737. }
  738. }
  739. /* The 8100e/8101e/8102e do Fast Ethernet only. */
  740. if ((tp->mac_version == RTL_GIGA_MAC_VER_07) ||
  741. (tp->mac_version == RTL_GIGA_MAC_VER_08) ||
  742. (tp->mac_version == RTL_GIGA_MAC_VER_09) ||
  743. (tp->mac_version == RTL_GIGA_MAC_VER_10) ||
  744. (tp->mac_version == RTL_GIGA_MAC_VER_13) ||
  745. (tp->mac_version == RTL_GIGA_MAC_VER_14) ||
  746. (tp->mac_version == RTL_GIGA_MAC_VER_15) ||
  747. (tp->mac_version == RTL_GIGA_MAC_VER_16)) {
  748. if ((giga_ctrl & (ADVERTISE_1000FULL | ADVERTISE_1000HALF)) &&
  749. netif_msg_link(tp)) {
  750. printk(KERN_INFO "%s: PHY does not support 1000Mbps.\n",
  751. dev->name);
  752. }
  753. giga_ctrl &= ~(ADVERTISE_1000FULL | ADVERTISE_1000HALF);
  754. }
  755. auto_nego |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM;
  756. if ((tp->mac_version == RTL_GIGA_MAC_VER_11) ||
  757. (tp->mac_version == RTL_GIGA_MAC_VER_12) ||
  758. (tp->mac_version >= RTL_GIGA_MAC_VER_17)) {
  759. /*
  760. * Wake up the PHY.
  761. * Vendor specific (0x1f) and reserved (0x0e) MII registers.
  762. */
  763. mdio_write(ioaddr, 0x1f, 0x0000);
  764. mdio_write(ioaddr, 0x0e, 0x0000);
  765. }
  766. tp->phy_auto_nego_reg = auto_nego;
  767. tp->phy_1000_ctrl_reg = giga_ctrl;
  768. mdio_write(ioaddr, MII_ADVERTISE, auto_nego);
  769. mdio_write(ioaddr, MII_CTRL1000, giga_ctrl);
  770. mdio_write(ioaddr, MII_BMCR, BMCR_ANENABLE | BMCR_ANRESTART);
  771. return 0;
  772. }
  773. static int rtl8169_set_speed(struct net_device *dev,
  774. u8 autoneg, u16 speed, u8 duplex)
  775. {
  776. struct rtl8169_private *tp = netdev_priv(dev);
  777. int ret;
  778. ret = tp->set_speed(dev, autoneg, speed, duplex);
  779. if (netif_running(dev) && (tp->phy_1000_ctrl_reg & ADVERTISE_1000FULL))
  780. mod_timer(&tp->timer, jiffies + RTL8169_PHY_TIMEOUT);
  781. return ret;
  782. }
  783. static int rtl8169_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
  784. {
  785. struct rtl8169_private *tp = netdev_priv(dev);
  786. unsigned long flags;
  787. int ret;
  788. spin_lock_irqsave(&tp->lock, flags);
  789. ret = rtl8169_set_speed(dev, cmd->autoneg, cmd->speed, cmd->duplex);
  790. spin_unlock_irqrestore(&tp->lock, flags);
  791. return ret;
  792. }
  793. static u32 rtl8169_get_rx_csum(struct net_device *dev)
  794. {
  795. struct rtl8169_private *tp = netdev_priv(dev);
  796. return tp->cp_cmd & RxChkSum;
  797. }
  798. static int rtl8169_set_rx_csum(struct net_device *dev, u32 data)
  799. {
  800. struct rtl8169_private *tp = netdev_priv(dev);
  801. void __iomem *ioaddr = tp->mmio_addr;
  802. unsigned long flags;
  803. spin_lock_irqsave(&tp->lock, flags);
  804. if (data)
  805. tp->cp_cmd |= RxChkSum;
  806. else
  807. tp->cp_cmd &= ~RxChkSum;
  808. RTL_W16(CPlusCmd, tp->cp_cmd);
  809. RTL_R16(CPlusCmd);
  810. spin_unlock_irqrestore(&tp->lock, flags);
  811. return 0;
  812. }
  813. #ifdef CONFIG_R8169_VLAN
  814. static inline u32 rtl8169_tx_vlan_tag(struct rtl8169_private *tp,
  815. struct sk_buff *skb)
  816. {
  817. return (tp->vlgrp && vlan_tx_tag_present(skb)) ?
  818. TxVlanTag | swab16(vlan_tx_tag_get(skb)) : 0x00;
  819. }
  820. static void rtl8169_vlan_rx_register(struct net_device *dev,
  821. struct vlan_group *grp)
  822. {
  823. struct rtl8169_private *tp = netdev_priv(dev);
  824. void __iomem *ioaddr = tp->mmio_addr;
  825. unsigned long flags;
  826. spin_lock_irqsave(&tp->lock, flags);
  827. tp->vlgrp = grp;
  828. if (tp->vlgrp)
  829. tp->cp_cmd |= RxVlan;
  830. else
  831. tp->cp_cmd &= ~RxVlan;
  832. RTL_W16(CPlusCmd, tp->cp_cmd);
  833. RTL_R16(CPlusCmd);
  834. spin_unlock_irqrestore(&tp->lock, flags);
  835. }
  836. static int rtl8169_rx_vlan_skb(struct rtl8169_private *tp, struct RxDesc *desc,
  837. struct sk_buff *skb)
  838. {
  839. u32 opts2 = le32_to_cpu(desc->opts2);
  840. struct vlan_group *vlgrp = tp->vlgrp;
  841. int ret;
  842. if (vlgrp && (opts2 & RxVlanTag)) {
  843. vlan_hwaccel_receive_skb(skb, vlgrp, swab16(opts2 & 0xffff));
  844. ret = 0;
  845. } else
  846. ret = -1;
  847. desc->opts2 = 0;
  848. return ret;
  849. }
  850. #else /* !CONFIG_R8169_VLAN */
  851. static inline u32 rtl8169_tx_vlan_tag(struct rtl8169_private *tp,
  852. struct sk_buff *skb)
  853. {
  854. return 0;
  855. }
  856. static int rtl8169_rx_vlan_skb(struct rtl8169_private *tp, struct RxDesc *desc,
  857. struct sk_buff *skb)
  858. {
  859. return -1;
  860. }
  861. #endif
  862. static int rtl8169_gset_tbi(struct net_device *dev, struct ethtool_cmd *cmd)
  863. {
  864. struct rtl8169_private *tp = netdev_priv(dev);
  865. void __iomem *ioaddr = tp->mmio_addr;
  866. u32 status;
  867. cmd->supported =
  868. SUPPORTED_1000baseT_Full | SUPPORTED_Autoneg | SUPPORTED_FIBRE;
  869. cmd->port = PORT_FIBRE;
  870. cmd->transceiver = XCVR_INTERNAL;
  871. status = RTL_R32(TBICSR);
  872. cmd->advertising = (status & TBINwEnable) ? ADVERTISED_Autoneg : 0;
  873. cmd->autoneg = !!(status & TBINwEnable);
  874. cmd->speed = SPEED_1000;
  875. cmd->duplex = DUPLEX_FULL; /* Always set */
  876. return 0;
  877. }
  878. static int rtl8169_gset_xmii(struct net_device *dev, struct ethtool_cmd *cmd)
  879. {
  880. struct rtl8169_private *tp = netdev_priv(dev);
  881. return mii_ethtool_gset(&tp->mii, cmd);
  882. }
  883. static int rtl8169_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
  884. {
  885. struct rtl8169_private *tp = netdev_priv(dev);
  886. unsigned long flags;
  887. int rc;
  888. spin_lock_irqsave(&tp->lock, flags);
  889. rc = tp->get_settings(dev, cmd);
  890. spin_unlock_irqrestore(&tp->lock, flags);
  891. return rc;
  892. }
  893. static void rtl8169_get_regs(struct net_device *dev, struct ethtool_regs *regs,
  894. void *p)
  895. {
  896. struct rtl8169_private *tp = netdev_priv(dev);
  897. unsigned long flags;
  898. if (regs->len > R8169_REGS_SIZE)
  899. regs->len = R8169_REGS_SIZE;
  900. spin_lock_irqsave(&tp->lock, flags);
  901. memcpy_fromio(p, tp->mmio_addr, regs->len);
  902. spin_unlock_irqrestore(&tp->lock, flags);
  903. }
  904. static u32 rtl8169_get_msglevel(struct net_device *dev)
  905. {
  906. struct rtl8169_private *tp = netdev_priv(dev);
  907. return tp->msg_enable;
  908. }
  909. static void rtl8169_set_msglevel(struct net_device *dev, u32 value)
  910. {
  911. struct rtl8169_private *tp = netdev_priv(dev);
  912. tp->msg_enable = value;
  913. }
  914. static const char rtl8169_gstrings[][ETH_GSTRING_LEN] = {
  915. "tx_packets",
  916. "rx_packets",
  917. "tx_errors",
  918. "rx_errors",
  919. "rx_missed",
  920. "align_errors",
  921. "tx_single_collisions",
  922. "tx_multi_collisions",
  923. "unicast",
  924. "broadcast",
  925. "multicast",
  926. "tx_aborted",
  927. "tx_underrun",
  928. };
  929. struct rtl8169_counters {
  930. __le64 tx_packets;
  931. __le64 rx_packets;
  932. __le64 tx_errors;
  933. __le32 rx_errors;
  934. __le16 rx_missed;
  935. __le16 align_errors;
  936. __le32 tx_one_collision;
  937. __le32 tx_multi_collision;
  938. __le64 rx_unicast;
  939. __le64 rx_broadcast;
  940. __le32 rx_multicast;
  941. __le16 tx_aborted;
  942. __le16 tx_underun;
  943. };
  944. static int rtl8169_get_sset_count(struct net_device *dev, int sset)
  945. {
  946. switch (sset) {
  947. case ETH_SS_STATS:
  948. return ARRAY_SIZE(rtl8169_gstrings);
  949. default:
  950. return -EOPNOTSUPP;
  951. }
  952. }
  953. static void rtl8169_get_ethtool_stats(struct net_device *dev,
  954. struct ethtool_stats *stats, u64 *data)
  955. {
  956. struct rtl8169_private *tp = netdev_priv(dev);
  957. void __iomem *ioaddr = tp->mmio_addr;
  958. struct rtl8169_counters *counters;
  959. dma_addr_t paddr;
  960. u32 cmd;
  961. ASSERT_RTNL();
  962. counters = pci_alloc_consistent(tp->pci_dev, sizeof(*counters), &paddr);
  963. if (!counters)
  964. return;
  965. RTL_W32(CounterAddrHigh, (u64)paddr >> 32);
  966. cmd = (u64)paddr & DMA_32BIT_MASK;
  967. RTL_W32(CounterAddrLow, cmd);
  968. RTL_W32(CounterAddrLow, cmd | CounterDump);
  969. while (RTL_R32(CounterAddrLow) & CounterDump) {
  970. if (msleep_interruptible(1))
  971. break;
  972. }
  973. RTL_W32(CounterAddrLow, 0);
  974. RTL_W32(CounterAddrHigh, 0);
  975. data[0] = le64_to_cpu(counters->tx_packets);
  976. data[1] = le64_to_cpu(counters->rx_packets);
  977. data[2] = le64_to_cpu(counters->tx_errors);
  978. data[3] = le32_to_cpu(counters->rx_errors);
  979. data[4] = le16_to_cpu(counters->rx_missed);
  980. data[5] = le16_to_cpu(counters->align_errors);
  981. data[6] = le32_to_cpu(counters->tx_one_collision);
  982. data[7] = le32_to_cpu(counters->tx_multi_collision);
  983. data[8] = le64_to_cpu(counters->rx_unicast);
  984. data[9] = le64_to_cpu(counters->rx_broadcast);
  985. data[10] = le32_to_cpu(counters->rx_multicast);
  986. data[11] = le16_to_cpu(counters->tx_aborted);
  987. data[12] = le16_to_cpu(counters->tx_underun);
  988. pci_free_consistent(tp->pci_dev, sizeof(*counters), counters, paddr);
  989. }
  990. static void rtl8169_get_strings(struct net_device *dev, u32 stringset, u8 *data)
  991. {
  992. switch(stringset) {
  993. case ETH_SS_STATS:
  994. memcpy(data, *rtl8169_gstrings, sizeof(rtl8169_gstrings));
  995. break;
  996. }
  997. }
  998. static const struct ethtool_ops rtl8169_ethtool_ops = {
  999. .get_drvinfo = rtl8169_get_drvinfo,
  1000. .get_regs_len = rtl8169_get_regs_len,
  1001. .get_link = ethtool_op_get_link,
  1002. .get_settings = rtl8169_get_settings,
  1003. .set_settings = rtl8169_set_settings,
  1004. .get_msglevel = rtl8169_get_msglevel,
  1005. .set_msglevel = rtl8169_set_msglevel,
  1006. .get_rx_csum = rtl8169_get_rx_csum,
  1007. .set_rx_csum = rtl8169_set_rx_csum,
  1008. .set_tx_csum = ethtool_op_set_tx_csum,
  1009. .set_sg = ethtool_op_set_sg,
  1010. .set_tso = ethtool_op_set_tso,
  1011. .get_regs = rtl8169_get_regs,
  1012. .get_wol = rtl8169_get_wol,
  1013. .set_wol = rtl8169_set_wol,
  1014. .get_strings = rtl8169_get_strings,
  1015. .get_sset_count = rtl8169_get_sset_count,
  1016. .get_ethtool_stats = rtl8169_get_ethtool_stats,
  1017. };
  1018. static void rtl8169_write_gmii_reg_bit(void __iomem *ioaddr, int reg,
  1019. int bitnum, int bitval)
  1020. {
  1021. int val;
  1022. val = mdio_read(ioaddr, reg);
  1023. val = (bitval == 1) ?
  1024. val | (bitval << bitnum) : val & ~(0x0001 << bitnum);
  1025. mdio_write(ioaddr, reg, val & 0xffff);
  1026. }
  1027. static void rtl8169_get_mac_version(struct rtl8169_private *tp,
  1028. void __iomem *ioaddr)
  1029. {
  1030. /*
  1031. * The driver currently handles the 8168Bf and the 8168Be identically
  1032. * but they can be identified more specifically through the test below
  1033. * if needed:
  1034. *
  1035. * (RTL_R32(TxConfig) & 0x700000) == 0x500000 ? 8168Bf : 8168Be
  1036. *
  1037. * Same thing for the 8101Eb and the 8101Ec:
  1038. *
  1039. * (RTL_R32(TxConfig) & 0x700000) == 0x200000 ? 8101Eb : 8101Ec
  1040. */
  1041. const struct {
  1042. u32 mask;
  1043. u32 val;
  1044. int mac_version;
  1045. } mac_info[] = {
  1046. /* 8168D family. */
  1047. { 0x7c800000, 0x28000000, RTL_GIGA_MAC_VER_25 },
  1048. /* 8168C family. */
  1049. { 0x7cf00000, 0x3ca00000, RTL_GIGA_MAC_VER_24 },
  1050. { 0x7cf00000, 0x3c900000, RTL_GIGA_MAC_VER_23 },
  1051. { 0x7cf00000, 0x3c800000, RTL_GIGA_MAC_VER_18 },
  1052. { 0x7c800000, 0x3c800000, RTL_GIGA_MAC_VER_24 },
  1053. { 0x7cf00000, 0x3c000000, RTL_GIGA_MAC_VER_19 },
  1054. { 0x7cf00000, 0x3c200000, RTL_GIGA_MAC_VER_20 },
  1055. { 0x7cf00000, 0x3c300000, RTL_GIGA_MAC_VER_21 },
  1056. { 0x7cf00000, 0x3c400000, RTL_GIGA_MAC_VER_22 },
  1057. { 0x7c800000, 0x3c000000, RTL_GIGA_MAC_VER_22 },
  1058. /* 8168B family. */
  1059. { 0x7cf00000, 0x38000000, RTL_GIGA_MAC_VER_12 },
  1060. { 0x7cf00000, 0x38500000, RTL_GIGA_MAC_VER_17 },
  1061. { 0x7c800000, 0x38000000, RTL_GIGA_MAC_VER_17 },
  1062. { 0x7c800000, 0x30000000, RTL_GIGA_MAC_VER_11 },
  1063. /* 8101 family. */
  1064. { 0x7cf00000, 0x34a00000, RTL_GIGA_MAC_VER_09 },
  1065. { 0x7cf00000, 0x24a00000, RTL_GIGA_MAC_VER_09 },
  1066. { 0x7cf00000, 0x34900000, RTL_GIGA_MAC_VER_08 },
  1067. { 0x7cf00000, 0x24900000, RTL_GIGA_MAC_VER_08 },
  1068. { 0x7cf00000, 0x34800000, RTL_GIGA_MAC_VER_07 },
  1069. { 0x7cf00000, 0x24800000, RTL_GIGA_MAC_VER_07 },
  1070. { 0x7cf00000, 0x34000000, RTL_GIGA_MAC_VER_13 },
  1071. { 0x7cf00000, 0x34300000, RTL_GIGA_MAC_VER_10 },
  1072. { 0x7cf00000, 0x34200000, RTL_GIGA_MAC_VER_16 },
  1073. { 0x7c800000, 0x34800000, RTL_GIGA_MAC_VER_09 },
  1074. { 0x7c800000, 0x24800000, RTL_GIGA_MAC_VER_09 },
  1075. { 0x7c800000, 0x34000000, RTL_GIGA_MAC_VER_16 },
  1076. /* FIXME: where did these entries come from ? -- FR */
  1077. { 0xfc800000, 0x38800000, RTL_GIGA_MAC_VER_15 },
  1078. { 0xfc800000, 0x30800000, RTL_GIGA_MAC_VER_14 },
  1079. /* 8110 family. */
  1080. { 0xfc800000, 0x98000000, RTL_GIGA_MAC_VER_06 },
  1081. { 0xfc800000, 0x18000000, RTL_GIGA_MAC_VER_05 },
  1082. { 0xfc800000, 0x10000000, RTL_GIGA_MAC_VER_04 },
  1083. { 0xfc800000, 0x04000000, RTL_GIGA_MAC_VER_03 },
  1084. { 0xfc800000, 0x00800000, RTL_GIGA_MAC_VER_02 },
  1085. { 0xfc800000, 0x00000000, RTL_GIGA_MAC_VER_01 },
  1086. { 0x00000000, 0x00000000, RTL_GIGA_MAC_VER_01 } /* Catch-all */
  1087. }, *p = mac_info;
  1088. u32 reg;
  1089. reg = RTL_R32(TxConfig);
  1090. while ((reg & p->mask) != p->val)
  1091. p++;
  1092. tp->mac_version = p->mac_version;
  1093. if (p->mask == 0x00000000) {
  1094. struct pci_dev *pdev = tp->pci_dev;
  1095. dev_info(&pdev->dev, "unknown MAC (%08x)\n", reg);
  1096. }
  1097. }
  1098. static void rtl8169_print_mac_version(struct rtl8169_private *tp)
  1099. {
  1100. dprintk("mac_version = 0x%02x\n", tp->mac_version);
  1101. }
  1102. struct phy_reg {
  1103. u16 reg;
  1104. u16 val;
  1105. };
  1106. static void rtl_phy_write(void __iomem *ioaddr, struct phy_reg *regs, int len)
  1107. {
  1108. while (len-- > 0) {
  1109. mdio_write(ioaddr, regs->reg, regs->val);
  1110. regs++;
  1111. }
  1112. }
  1113. static void rtl8169s_hw_phy_config(void __iomem *ioaddr)
  1114. {
  1115. struct {
  1116. u16 regs[5]; /* Beware of bit-sign propagation */
  1117. } phy_magic[5] = { {
  1118. { 0x0000, //w 4 15 12 0
  1119. 0x00a1, //w 3 15 0 00a1
  1120. 0x0008, //w 2 15 0 0008
  1121. 0x1020, //w 1 15 0 1020
  1122. 0x1000 } },{ //w 0 15 0 1000
  1123. { 0x7000, //w 4 15 12 7
  1124. 0xff41, //w 3 15 0 ff41
  1125. 0xde60, //w 2 15 0 de60
  1126. 0x0140, //w 1 15 0 0140
  1127. 0x0077 } },{ //w 0 15 0 0077
  1128. { 0xa000, //w 4 15 12 a
  1129. 0xdf01, //w 3 15 0 df01
  1130. 0xdf20, //w 2 15 0 df20
  1131. 0xff95, //w 1 15 0 ff95
  1132. 0xfa00 } },{ //w 0 15 0 fa00
  1133. { 0xb000, //w 4 15 12 b
  1134. 0xff41, //w 3 15 0 ff41
  1135. 0xde20, //w 2 15 0 de20
  1136. 0x0140, //w 1 15 0 0140
  1137. 0x00bb } },{ //w 0 15 0 00bb
  1138. { 0xf000, //w 4 15 12 f
  1139. 0xdf01, //w 3 15 0 df01
  1140. 0xdf20, //w 2 15 0 df20
  1141. 0xff95, //w 1 15 0 ff95
  1142. 0xbf00 } //w 0 15 0 bf00
  1143. }
  1144. }, *p = phy_magic;
  1145. unsigned int i;
  1146. mdio_write(ioaddr, 0x1f, 0x0001); //w 31 2 0 1
  1147. mdio_write(ioaddr, 0x15, 0x1000); //w 21 15 0 1000
  1148. mdio_write(ioaddr, 0x18, 0x65c7); //w 24 15 0 65c7
  1149. rtl8169_write_gmii_reg_bit(ioaddr, 4, 11, 0); //w 4 11 11 0
  1150. for (i = 0; i < ARRAY_SIZE(phy_magic); i++, p++) {
  1151. int val, pos = 4;
  1152. val = (mdio_read(ioaddr, pos) & 0x0fff) | (p->regs[0] & 0xffff);
  1153. mdio_write(ioaddr, pos, val);
  1154. while (--pos >= 0)
  1155. mdio_write(ioaddr, pos, p->regs[4 - pos] & 0xffff);
  1156. rtl8169_write_gmii_reg_bit(ioaddr, 4, 11, 1); //w 4 11 11 1
  1157. rtl8169_write_gmii_reg_bit(ioaddr, 4, 11, 0); //w 4 11 11 0
  1158. }
  1159. mdio_write(ioaddr, 0x1f, 0x0000); //w 31 2 0 0
  1160. }
  1161. static void rtl8169sb_hw_phy_config(void __iomem *ioaddr)
  1162. {
  1163. struct phy_reg phy_reg_init[] = {
  1164. { 0x1f, 0x0002 },
  1165. { 0x01, 0x90d0 },
  1166. { 0x1f, 0x0000 }
  1167. };
  1168. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1169. }
  1170. static void rtl8168bb_hw_phy_config(void __iomem *ioaddr)
  1171. {
  1172. struct phy_reg phy_reg_init[] = {
  1173. { 0x10, 0xf41b },
  1174. { 0x1f, 0x0000 }
  1175. };
  1176. mdio_write(ioaddr, 0x1f, 0x0001);
  1177. mdio_patch(ioaddr, 0x16, 1 << 0);
  1178. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1179. }
  1180. static void rtl8168bef_hw_phy_config(void __iomem *ioaddr)
  1181. {
  1182. struct phy_reg phy_reg_init[] = {
  1183. { 0x1f, 0x0001 },
  1184. { 0x10, 0xf41b },
  1185. { 0x1f, 0x0000 }
  1186. };
  1187. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1188. }
  1189. static void rtl8168cp_1_hw_phy_config(void __iomem *ioaddr)
  1190. {
  1191. struct phy_reg phy_reg_init[] = {
  1192. { 0x1f, 0x0000 },
  1193. { 0x1d, 0x0f00 },
  1194. { 0x1f, 0x0002 },
  1195. { 0x0c, 0x1ec8 },
  1196. { 0x1f, 0x0000 }
  1197. };
  1198. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1199. }
  1200. static void rtl8168cp_2_hw_phy_config(void __iomem *ioaddr)
  1201. {
  1202. struct phy_reg phy_reg_init[] = {
  1203. { 0x1f, 0x0001 },
  1204. { 0x1d, 0x3d98 },
  1205. { 0x1f, 0x0000 }
  1206. };
  1207. mdio_write(ioaddr, 0x1f, 0x0000);
  1208. mdio_patch(ioaddr, 0x14, 1 << 5);
  1209. mdio_patch(ioaddr, 0x0d, 1 << 5);
  1210. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1211. }
  1212. static void rtl8168c_1_hw_phy_config(void __iomem *ioaddr)
  1213. {
  1214. struct phy_reg phy_reg_init[] = {
  1215. { 0x1f, 0x0001 },
  1216. { 0x12, 0x2300 },
  1217. { 0x1f, 0x0002 },
  1218. { 0x00, 0x88d4 },
  1219. { 0x01, 0x82b1 },
  1220. { 0x03, 0x7002 },
  1221. { 0x08, 0x9e30 },
  1222. { 0x09, 0x01f0 },
  1223. { 0x0a, 0x5500 },
  1224. { 0x0c, 0x00c8 },
  1225. { 0x1f, 0x0003 },
  1226. { 0x12, 0xc096 },
  1227. { 0x16, 0x000a },
  1228. { 0x1f, 0x0000 },
  1229. { 0x1f, 0x0000 },
  1230. { 0x09, 0x2000 },
  1231. { 0x09, 0x0000 }
  1232. };
  1233. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1234. mdio_patch(ioaddr, 0x14, 1 << 5);
  1235. mdio_patch(ioaddr, 0x0d, 1 << 5);
  1236. mdio_write(ioaddr, 0x1f, 0x0000);
  1237. }
  1238. static void rtl8168c_2_hw_phy_config(void __iomem *ioaddr)
  1239. {
  1240. struct phy_reg phy_reg_init[] = {
  1241. { 0x1f, 0x0001 },
  1242. { 0x12, 0x2300 },
  1243. { 0x03, 0x802f },
  1244. { 0x02, 0x4f02 },
  1245. { 0x01, 0x0409 },
  1246. { 0x00, 0xf099 },
  1247. { 0x04, 0x9800 },
  1248. { 0x04, 0x9000 },
  1249. { 0x1d, 0x3d98 },
  1250. { 0x1f, 0x0002 },
  1251. { 0x0c, 0x7eb8 },
  1252. { 0x06, 0x0761 },
  1253. { 0x1f, 0x0003 },
  1254. { 0x16, 0x0f0a },
  1255. { 0x1f, 0x0000 }
  1256. };
  1257. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1258. mdio_patch(ioaddr, 0x16, 1 << 0);
  1259. mdio_patch(ioaddr, 0x14, 1 << 5);
  1260. mdio_patch(ioaddr, 0x0d, 1 << 5);
  1261. mdio_write(ioaddr, 0x1f, 0x0000);
  1262. }
  1263. static void rtl8168c_3_hw_phy_config(void __iomem *ioaddr)
  1264. {
  1265. struct phy_reg phy_reg_init[] = {
  1266. { 0x1f, 0x0001 },
  1267. { 0x12, 0x2300 },
  1268. { 0x1d, 0x3d98 },
  1269. { 0x1f, 0x0002 },
  1270. { 0x0c, 0x7eb8 },
  1271. { 0x06, 0x5461 },
  1272. { 0x1f, 0x0003 },
  1273. { 0x16, 0x0f0a },
  1274. { 0x1f, 0x0000 }
  1275. };
  1276. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1277. mdio_patch(ioaddr, 0x16, 1 << 0);
  1278. mdio_patch(ioaddr, 0x14, 1 << 5);
  1279. mdio_patch(ioaddr, 0x0d, 1 << 5);
  1280. mdio_write(ioaddr, 0x1f, 0x0000);
  1281. }
  1282. static void rtl8168c_4_hw_phy_config(void __iomem *ioaddr)
  1283. {
  1284. rtl8168c_3_hw_phy_config(ioaddr);
  1285. }
  1286. static void rtl8168d_hw_phy_config(void __iomem *ioaddr)
  1287. {
  1288. struct phy_reg phy_reg_init_0[] = {
  1289. { 0x1f, 0x0001 },
  1290. { 0x09, 0x2770 },
  1291. { 0x08, 0x04d0 },
  1292. { 0x0b, 0xad15 },
  1293. { 0x0c, 0x5bf0 },
  1294. { 0x1c, 0xf101 },
  1295. { 0x1f, 0x0003 },
  1296. { 0x14, 0x94d7 },
  1297. { 0x12, 0xf4d6 },
  1298. { 0x09, 0xca0f },
  1299. { 0x1f, 0x0002 },
  1300. { 0x0b, 0x0b10 },
  1301. { 0x0c, 0xd1f7 },
  1302. { 0x1f, 0x0002 },
  1303. { 0x06, 0x5461 },
  1304. { 0x1f, 0x0002 },
  1305. { 0x05, 0x6662 },
  1306. { 0x1f, 0x0000 },
  1307. { 0x14, 0x0060 },
  1308. { 0x1f, 0x0000 },
  1309. { 0x0d, 0xf8a0 },
  1310. { 0x1f, 0x0005 },
  1311. { 0x05, 0xffc2 }
  1312. };
  1313. rtl_phy_write(ioaddr, phy_reg_init_0, ARRAY_SIZE(phy_reg_init_0));
  1314. if (mdio_read(ioaddr, 0x06) == 0xc400) {
  1315. struct phy_reg phy_reg_init_1[] = {
  1316. { 0x1f, 0x0005 },
  1317. { 0x01, 0x0300 },
  1318. { 0x1f, 0x0000 },
  1319. { 0x11, 0x401c },
  1320. { 0x16, 0x4100 },
  1321. { 0x1f, 0x0005 },
  1322. { 0x07, 0x0010 },
  1323. { 0x05, 0x83dc },
  1324. { 0x06, 0x087d },
  1325. { 0x05, 0x8300 },
  1326. { 0x06, 0x0101 },
  1327. { 0x06, 0x05f8 },
  1328. { 0x06, 0xf9fa },
  1329. { 0x06, 0xfbef },
  1330. { 0x06, 0x79e2 },
  1331. { 0x06, 0x835f },
  1332. { 0x06, 0xe0f8 },
  1333. { 0x06, 0x9ae1 },
  1334. { 0x06, 0xf89b },
  1335. { 0x06, 0xef31 },
  1336. { 0x06, 0x3b65 },
  1337. { 0x06, 0xaa07 },
  1338. { 0x06, 0x81e4 },
  1339. { 0x06, 0xf89a },
  1340. { 0x06, 0xe5f8 },
  1341. { 0x06, 0x9baf },
  1342. { 0x06, 0x06ae },
  1343. { 0x05, 0x83dc },
  1344. { 0x06, 0x8300 },
  1345. };
  1346. rtl_phy_write(ioaddr, phy_reg_init_1,
  1347. ARRAY_SIZE(phy_reg_init_1));
  1348. }
  1349. mdio_write(ioaddr, 0x1f, 0x0000);
  1350. }
  1351. static void rtl8102e_hw_phy_config(void __iomem *ioaddr)
  1352. {
  1353. struct phy_reg phy_reg_init[] = {
  1354. { 0x1f, 0x0003 },
  1355. { 0x08, 0x441d },
  1356. { 0x01, 0x9100 },
  1357. { 0x1f, 0x0000 }
  1358. };
  1359. mdio_write(ioaddr, 0x1f, 0x0000);
  1360. mdio_patch(ioaddr, 0x11, 1 << 12);
  1361. mdio_patch(ioaddr, 0x19, 1 << 13);
  1362. rtl_phy_write(ioaddr, phy_reg_init, ARRAY_SIZE(phy_reg_init));
  1363. }
  1364. static void rtl_hw_phy_config(struct net_device *dev)
  1365. {
  1366. struct rtl8169_private *tp = netdev_priv(dev);
  1367. void __iomem *ioaddr = tp->mmio_addr;
  1368. rtl8169_print_mac_version(tp);
  1369. switch (tp->mac_version) {
  1370. case RTL_GIGA_MAC_VER_01:
  1371. break;
  1372. case RTL_GIGA_MAC_VER_02:
  1373. case RTL_GIGA_MAC_VER_03:
  1374. rtl8169s_hw_phy_config(ioaddr);
  1375. break;
  1376. case RTL_GIGA_MAC_VER_04:
  1377. rtl8169sb_hw_phy_config(ioaddr);
  1378. break;
  1379. case RTL_GIGA_MAC_VER_07:
  1380. case RTL_GIGA_MAC_VER_08:
  1381. case RTL_GIGA_MAC_VER_09:
  1382. rtl8102e_hw_phy_config(ioaddr);
  1383. break;
  1384. case RTL_GIGA_MAC_VER_11:
  1385. rtl8168bb_hw_phy_config(ioaddr);
  1386. break;
  1387. case RTL_GIGA_MAC_VER_12:
  1388. rtl8168bef_hw_phy_config(ioaddr);
  1389. break;
  1390. case RTL_GIGA_MAC_VER_17:
  1391. rtl8168bef_hw_phy_config(ioaddr);
  1392. break;
  1393. case RTL_GIGA_MAC_VER_18:
  1394. rtl8168cp_1_hw_phy_config(ioaddr);
  1395. break;
  1396. case RTL_GIGA_MAC_VER_19:
  1397. rtl8168c_1_hw_phy_config(ioaddr);
  1398. break;
  1399. case RTL_GIGA_MAC_VER_20:
  1400. rtl8168c_2_hw_phy_config(ioaddr);
  1401. break;
  1402. case RTL_GIGA_MAC_VER_21:
  1403. rtl8168c_3_hw_phy_config(ioaddr);
  1404. break;
  1405. case RTL_GIGA_MAC_VER_22:
  1406. rtl8168c_4_hw_phy_config(ioaddr);
  1407. break;
  1408. case RTL_GIGA_MAC_VER_23:
  1409. case RTL_GIGA_MAC_VER_24:
  1410. rtl8168cp_2_hw_phy_config(ioaddr);
  1411. break;
  1412. case RTL_GIGA_MAC_VER_25:
  1413. rtl8168d_hw_phy_config(ioaddr);
  1414. break;
  1415. default:
  1416. break;
  1417. }
  1418. }
  1419. static void rtl8169_phy_timer(unsigned long __opaque)
  1420. {
  1421. struct net_device *dev = (struct net_device *)__opaque;
  1422. struct rtl8169_private *tp = netdev_priv(dev);
  1423. struct timer_list *timer = &tp->timer;
  1424. void __iomem *ioaddr = tp->mmio_addr;
  1425. unsigned long timeout = RTL8169_PHY_TIMEOUT;
  1426. assert(tp->mac_version > RTL_GIGA_MAC_VER_01);
  1427. if (!(tp->phy_1000_ctrl_reg & ADVERTISE_1000FULL))
  1428. return;
  1429. spin_lock_irq(&tp->lock);
  1430. if (tp->phy_reset_pending(ioaddr)) {
  1431. /*
  1432. * A busy loop could burn quite a few cycles on nowadays CPU.
  1433. * Let's delay the execution of the timer for a few ticks.
  1434. */
  1435. timeout = HZ/10;
  1436. goto out_mod_timer;
  1437. }
  1438. if (tp->link_ok(ioaddr))
  1439. goto out_unlock;
  1440. if (netif_msg_link(tp))
  1441. printk(KERN_WARNING "%s: PHY reset until link up\n", dev->name);
  1442. tp->phy_reset_enable(ioaddr);
  1443. out_mod_timer:
  1444. mod_timer(timer, jiffies + timeout);
  1445. out_unlock:
  1446. spin_unlock_irq(&tp->lock);
  1447. }
  1448. static inline void rtl8169_delete_timer(struct net_device *dev)
  1449. {
  1450. struct rtl8169_private *tp = netdev_priv(dev);
  1451. struct timer_list *timer = &tp->timer;
  1452. if (tp->mac_version <= RTL_GIGA_MAC_VER_01)
  1453. return;
  1454. del_timer_sync(timer);
  1455. }
  1456. static inline void rtl8169_request_timer(struct net_device *dev)
  1457. {
  1458. struct rtl8169_private *tp = netdev_priv(dev);
  1459. struct timer_list *timer = &tp->timer;
  1460. if (tp->mac_version <= RTL_GIGA_MAC_VER_01)
  1461. return;
  1462. mod_timer(timer, jiffies + RTL8169_PHY_TIMEOUT);
  1463. }
  1464. #ifdef CONFIG_NET_POLL_CONTROLLER
  1465. /*
  1466. * Polling 'interrupt' - used by things like netconsole to send skbs
  1467. * without having to re-enable interrupts. It's not called while
  1468. * the interrupt routine is executing.
  1469. */
  1470. static void rtl8169_netpoll(struct net_device *dev)
  1471. {
  1472. struct rtl8169_private *tp = netdev_priv(dev);
  1473. struct pci_dev *pdev = tp->pci_dev;
  1474. disable_irq(pdev->irq);
  1475. rtl8169_interrupt(pdev->irq, dev);
  1476. enable_irq(pdev->irq);
  1477. }
  1478. #endif
  1479. static void rtl8169_release_board(struct pci_dev *pdev, struct net_device *dev,
  1480. void __iomem *ioaddr)
  1481. {
  1482. iounmap(ioaddr);
  1483. pci_release_regions(pdev);
  1484. pci_disable_device(pdev);
  1485. free_netdev(dev);
  1486. }
  1487. static void rtl8169_phy_reset(struct net_device *dev,
  1488. struct rtl8169_private *tp)
  1489. {
  1490. void __iomem *ioaddr = tp->mmio_addr;
  1491. unsigned int i;
  1492. tp->phy_reset_enable(ioaddr);
  1493. for (i = 0; i < 100; i++) {
  1494. if (!tp->phy_reset_pending(ioaddr))
  1495. return;
  1496. msleep(1);
  1497. }
  1498. if (netif_msg_link(tp))
  1499. printk(KERN_ERR "%s: PHY reset failed.\n", dev->name);
  1500. }
  1501. static void rtl8169_init_phy(struct net_device *dev, struct rtl8169_private *tp)
  1502. {
  1503. void __iomem *ioaddr = tp->mmio_addr;
  1504. rtl_hw_phy_config(dev);
  1505. if (tp->mac_version <= RTL_GIGA_MAC_VER_06) {
  1506. dprintk("Set MAC Reg C+CR Offset 0x82h = 0x01h\n");
  1507. RTL_W8(0x82, 0x01);
  1508. }
  1509. pci_write_config_byte(tp->pci_dev, PCI_LATENCY_TIMER, 0x40);
  1510. if (tp->mac_version <= RTL_GIGA_MAC_VER_06)
  1511. pci_write_config_byte(tp->pci_dev, PCI_CACHE_LINE_SIZE, 0x08);
  1512. if (tp->mac_version == RTL_GIGA_MAC_VER_02) {
  1513. dprintk("Set MAC Reg C+CR Offset 0x82h = 0x01h\n");
  1514. RTL_W8(0x82, 0x01);
  1515. dprintk("Set PHY Reg 0x0bh = 0x00h\n");
  1516. mdio_write(ioaddr, 0x0b, 0x0000); //w 0x0b 15 0 0
  1517. }
  1518. rtl8169_phy_reset(dev, tp);
  1519. /*
  1520. * rtl8169_set_speed_xmii takes good care of the Fast Ethernet
  1521. * only 8101. Don't panic.
  1522. */
  1523. rtl8169_set_speed(dev, AUTONEG_ENABLE, SPEED_1000, DUPLEX_FULL);
  1524. if ((RTL_R8(PHYstatus) & TBI_Enable) && netif_msg_link(tp))
  1525. printk(KERN_INFO PFX "%s: TBI auto-negotiating\n", dev->name);
  1526. }
  1527. static void rtl_rar_set(struct rtl8169_private *tp, u8 *addr)
  1528. {
  1529. void __iomem *ioaddr = tp->mmio_addr;
  1530. u32 high;
  1531. u32 low;
  1532. low = addr[0] | (addr[1] << 8) | (addr[2] << 16) | (addr[3] << 24);
  1533. high = addr[4] | (addr[5] << 8);
  1534. spin_lock_irq(&tp->lock);
  1535. RTL_W8(Cfg9346, Cfg9346_Unlock);
  1536. RTL_W32(MAC0, low);
  1537. RTL_W32(MAC4, high);
  1538. RTL_W8(Cfg9346, Cfg9346_Lock);
  1539. spin_unlock_irq(&tp->lock);
  1540. }
  1541. static int rtl_set_mac_address(struct net_device *dev, void *p)
  1542. {
  1543. struct rtl8169_private *tp = netdev_priv(dev);
  1544. struct sockaddr *addr = p;
  1545. if (!is_valid_ether_addr(addr->sa_data))
  1546. return -EADDRNOTAVAIL;
  1547. memcpy(dev->dev_addr, addr->sa_data, dev->addr_len);
  1548. rtl_rar_set(tp, dev->dev_addr);
  1549. return 0;
  1550. }
  1551. static int rtl8169_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
  1552. {
  1553. struct rtl8169_private *tp = netdev_priv(dev);
  1554. struct mii_ioctl_data *data = if_mii(ifr);
  1555. if (!netif_running(dev))
  1556. return -ENODEV;
  1557. switch (cmd) {
  1558. case SIOCGMIIPHY:
  1559. data->phy_id = 32; /* Internal PHY */
  1560. return 0;
  1561. case SIOCGMIIREG:
  1562. data->val_out = mdio_read(tp->mmio_addr, data->reg_num & 0x1f);
  1563. return 0;
  1564. case SIOCSMIIREG:
  1565. if (!capable(CAP_NET_ADMIN))
  1566. return -EPERM;
  1567. mdio_write(tp->mmio_addr, data->reg_num & 0x1f, data->val_in);
  1568. return 0;
  1569. }
  1570. return -EOPNOTSUPP;
  1571. }
  1572. static const struct rtl_cfg_info {
  1573. void (*hw_start)(struct net_device *);
  1574. unsigned int region;
  1575. unsigned int align;
  1576. u16 intr_event;
  1577. u16 napi_event;
  1578. unsigned features;
  1579. } rtl_cfg_infos [] = {
  1580. [RTL_CFG_0] = {
  1581. .hw_start = rtl_hw_start_8169,
  1582. .region = 1,
  1583. .align = 0,
  1584. .intr_event = SYSErr | LinkChg | RxOverflow |
  1585. RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
  1586. .napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow,
  1587. .features = RTL_FEATURE_GMII
  1588. },
  1589. [RTL_CFG_1] = {
  1590. .hw_start = rtl_hw_start_8168,
  1591. .region = 2,
  1592. .align = 8,
  1593. .intr_event = SYSErr | LinkChg | RxOverflow |
  1594. TxErr | TxOK | RxOK | RxErr,
  1595. .napi_event = TxErr | TxOK | RxOK | RxOverflow,
  1596. .features = RTL_FEATURE_GMII | RTL_FEATURE_MSI
  1597. },
  1598. [RTL_CFG_2] = {
  1599. .hw_start = rtl_hw_start_8101,
  1600. .region = 2,
  1601. .align = 8,
  1602. .intr_event = SYSErr | LinkChg | RxOverflow | PCSTimeout |
  1603. RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
  1604. .napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow,
  1605. .features = RTL_FEATURE_MSI
  1606. }
  1607. };
  1608. /* Cfg9346_Unlock assumed. */
  1609. static unsigned rtl_try_msi(struct pci_dev *pdev, void __iomem *ioaddr,
  1610. const struct rtl_cfg_info *cfg)
  1611. {
  1612. unsigned msi = 0;
  1613. u8 cfg2;
  1614. cfg2 = RTL_R8(Config2) & ~MSIEnable;
  1615. if (cfg->features & RTL_FEATURE_MSI) {
  1616. if (pci_enable_msi(pdev)) {
  1617. dev_info(&pdev->dev, "no MSI. Back to INTx.\n");
  1618. } else {
  1619. cfg2 |= MSIEnable;
  1620. msi = RTL_FEATURE_MSI;
  1621. }
  1622. }
  1623. RTL_W8(Config2, cfg2);
  1624. return msi;
  1625. }
  1626. static void rtl_disable_msi(struct pci_dev *pdev, struct rtl8169_private *tp)
  1627. {
  1628. if (tp->features & RTL_FEATURE_MSI) {
  1629. pci_disable_msi(pdev);
  1630. tp->features &= ~RTL_FEATURE_MSI;
  1631. }
  1632. }
  1633. static int __devinit
  1634. rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
  1635. {
  1636. const struct rtl_cfg_info *cfg = rtl_cfg_infos + ent->driver_data;
  1637. const unsigned int region = cfg->region;
  1638. struct rtl8169_private *tp;
  1639. struct mii_if_info *mii;
  1640. struct net_device *dev;
  1641. void __iomem *ioaddr;
  1642. unsigned int i;
  1643. int rc;
  1644. if (netif_msg_drv(&debug)) {
  1645. printk(KERN_INFO "%s Gigabit Ethernet driver %s loaded\n",
  1646. MODULENAME, RTL8169_VERSION);
  1647. }
  1648. dev = alloc_etherdev(sizeof (*tp));
  1649. if (!dev) {
  1650. if (netif_msg_drv(&debug))
  1651. dev_err(&pdev->dev, "unable to alloc new ethernet\n");
  1652. rc = -ENOMEM;
  1653. goto out;
  1654. }
  1655. SET_NETDEV_DEV(dev, &pdev->dev);
  1656. tp = netdev_priv(dev);
  1657. tp->dev = dev;
  1658. tp->pci_dev = pdev;
  1659. tp->msg_enable = netif_msg_init(debug.msg_enable, R8169_MSG_DEFAULT);
  1660. mii = &tp->mii;
  1661. mii->dev = dev;
  1662. mii->mdio_read = rtl_mdio_read;
  1663. mii->mdio_write = rtl_mdio_write;
  1664. mii->phy_id_mask = 0x1f;
  1665. mii->reg_num_mask = 0x1f;
  1666. mii->supports_gmii = !!(cfg->features & RTL_FEATURE_GMII);
  1667. /* enable device (incl. PCI PM wakeup and hotplug setup) */
  1668. rc = pci_enable_device(pdev);
  1669. if (rc < 0) {
  1670. if (netif_msg_probe(tp))
  1671. dev_err(&pdev->dev, "enable failure\n");
  1672. goto err_out_free_dev_1;
  1673. }
  1674. rc = pci_set_mwi(pdev);
  1675. if (rc < 0)
  1676. goto err_out_disable_2;
  1677. /* make sure PCI base addr 1 is MMIO */
  1678. if (!(pci_resource_flags(pdev, region) & IORESOURCE_MEM)) {
  1679. if (netif_msg_probe(tp)) {
  1680. dev_err(&pdev->dev,
  1681. "region #%d not an MMIO resource, aborting\n",
  1682. region);
  1683. }
  1684. rc = -ENODEV;
  1685. goto err_out_mwi_3;
  1686. }
  1687. /* check for weird/broken PCI region reporting */
  1688. if (pci_resource_len(pdev, region) < R8169_REGS_SIZE) {
  1689. if (netif_msg_probe(tp)) {
  1690. dev_err(&pdev->dev,
  1691. "Invalid PCI region size(s), aborting\n");
  1692. }
  1693. rc = -ENODEV;
  1694. goto err_out_mwi_3;
  1695. }
  1696. rc = pci_request_regions(pdev, MODULENAME);
  1697. if (rc < 0) {
  1698. if (netif_msg_probe(tp))
  1699. dev_err(&pdev->dev, "could not request regions.\n");
  1700. goto err_out_mwi_3;
  1701. }
  1702. tp->cp_cmd = PCIMulRW | RxChkSum;
  1703. if ((sizeof(dma_addr_t) > 4) &&
  1704. !pci_set_dma_mask(pdev, DMA_64BIT_MASK) && use_dac) {
  1705. tp->cp_cmd |= PCIDAC;
  1706. dev->features |= NETIF_F_HIGHDMA;
  1707. } else {
  1708. rc = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
  1709. if (rc < 0) {
  1710. if (netif_msg_probe(tp)) {
  1711. dev_err(&pdev->dev,
  1712. "DMA configuration failed.\n");
  1713. }
  1714. goto err_out_free_res_4;
  1715. }
  1716. }
  1717. pci_set_master(pdev);
  1718. /* ioremap MMIO region */
  1719. ioaddr = ioremap(pci_resource_start(pdev, region), R8169_REGS_SIZE);
  1720. if (!ioaddr) {
  1721. if (netif_msg_probe(tp))
  1722. dev_err(&pdev->dev, "cannot remap MMIO, aborting\n");
  1723. rc = -EIO;
  1724. goto err_out_free_res_4;
  1725. }
  1726. tp->pcie_cap = pci_find_capability(pdev, PCI_CAP_ID_EXP);
  1727. if (!tp->pcie_cap && netif_msg_probe(tp))
  1728. dev_info(&pdev->dev, "no PCI Express capability\n");
  1729. /* Unneeded ? Don't mess with Mrs. Murphy. */
  1730. rtl8169_irq_mask_and_ack(ioaddr);
  1731. /* Soft reset the chip. */
  1732. RTL_W8(ChipCmd, CmdReset);
  1733. /* Check that the chip has finished the reset. */
  1734. for (i = 0; i < 100; i++) {
  1735. if ((RTL_R8(ChipCmd) & CmdReset) == 0)
  1736. break;
  1737. msleep_interruptible(1);
  1738. }
  1739. /* Identify chip attached to board */
  1740. rtl8169_get_mac_version(tp, ioaddr);
  1741. rtl8169_print_mac_version(tp);
  1742. for (i = 0; i < ARRAY_SIZE(rtl_chip_info); i++) {
  1743. if (tp->mac_version == rtl_chip_info[i].mac_version)
  1744. break;
  1745. }
  1746. if (i == ARRAY_SIZE(rtl_chip_info)) {
  1747. /* Unknown chip: assume array element #0, original RTL-8169 */
  1748. if (netif_msg_probe(tp)) {
  1749. dev_printk(KERN_DEBUG, &pdev->dev,
  1750. "unknown chip version, assuming %s\n",
  1751. rtl_chip_info[0].name);
  1752. }
  1753. i = 0;
  1754. }
  1755. tp->chipset = i;
  1756. RTL_W8(Cfg9346, Cfg9346_Unlock);
  1757. RTL_W8(Config1, RTL_R8(Config1) | PMEnable);
  1758. RTL_W8(Config5, RTL_R8(Config5) & PMEStatus);
  1759. if ((RTL_R8(Config3) & (LinkUp | MagicPacket)) != 0)
  1760. tp->features |= RTL_FEATURE_WOL;
  1761. if ((RTL_R8(Config5) & (UWF | BWF | MWF)) != 0)
  1762. tp->features |= RTL_FEATURE_WOL;
  1763. tp->features |= rtl_try_msi(pdev, ioaddr, cfg);
  1764. RTL_W8(Cfg9346, Cfg9346_Lock);
  1765. if ((tp->mac_version <= RTL_GIGA_MAC_VER_06) &&
  1766. (RTL_R8(PHYstatus) & TBI_Enable)) {
  1767. tp->set_speed = rtl8169_set_speed_tbi;
  1768. tp->get_settings = rtl8169_gset_tbi;
  1769. tp->phy_reset_enable = rtl8169_tbi_reset_enable;
  1770. tp->phy_reset_pending = rtl8169_tbi_reset_pending;
  1771. tp->link_ok = rtl8169_tbi_link_ok;
  1772. tp->phy_1000_ctrl_reg = ADVERTISE_1000FULL; /* Implied by TBI */
  1773. } else {
  1774. tp->set_speed = rtl8169_set_speed_xmii;
  1775. tp->get_settings = rtl8169_gset_xmii;
  1776. tp->phy_reset_enable = rtl8169_xmii_reset_enable;
  1777. tp->phy_reset_pending = rtl8169_xmii_reset_pending;
  1778. tp->link_ok = rtl8169_xmii_link_ok;
  1779. dev->do_ioctl = rtl8169_ioctl;
  1780. }
  1781. spin_lock_init(&tp->lock);
  1782. tp->mmio_addr = ioaddr;
  1783. /* Get MAC address */
  1784. for (i = 0; i < MAC_ADDR_LEN; i++)
  1785. dev->dev_addr[i] = RTL_R8(MAC0 + i);
  1786. memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);
  1787. dev->open = rtl8169_open;
  1788. dev->hard_start_xmit = rtl8169_start_xmit;
  1789. dev->get_stats = rtl8169_get_stats;
  1790. SET_ETHTOOL_OPS(dev, &rtl8169_ethtool_ops);
  1791. dev->stop = rtl8169_close;
  1792. dev->tx_timeout = rtl8169_tx_timeout;
  1793. dev->set_multicast_list = rtl_set_rx_mode;
  1794. dev->watchdog_timeo = RTL8169_TX_TIMEOUT;
  1795. dev->irq = pdev->irq;
  1796. dev->base_addr = (unsigned long) ioaddr;
  1797. dev->change_mtu = rtl8169_change_mtu;
  1798. dev->set_mac_address = rtl_set_mac_address;
  1799. netif_napi_add(dev, &tp->napi, rtl8169_poll, R8169_NAPI_WEIGHT);
  1800. #ifdef CONFIG_R8169_VLAN
  1801. dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
  1802. dev->vlan_rx_register = rtl8169_vlan_rx_register;
  1803. #endif
  1804. #ifdef CONFIG_NET_POLL_CONTROLLER
  1805. dev->poll_controller = rtl8169_netpoll;
  1806. #endif
  1807. tp->intr_mask = 0xffff;
  1808. tp->align = cfg->align;
  1809. tp->hw_start = cfg->hw_start;
  1810. tp->intr_event = cfg->intr_event;
  1811. tp->napi_event = cfg->napi_event;
  1812. init_timer(&tp->timer);
  1813. tp->timer.data = (unsigned long) dev;
  1814. tp->timer.function = rtl8169_phy_timer;
  1815. rc = register_netdev(dev);
  1816. if (rc < 0)
  1817. goto err_out_msi_5;
  1818. pci_set_drvdata(pdev, dev);
  1819. if (netif_msg_probe(tp)) {
  1820. u32 xid = RTL_R32(TxConfig) & 0x7cf0f8ff;
  1821. printk(KERN_INFO "%s: %s at 0x%lx, "
  1822. "%2.2x:%2.2x:%2.2x:%2.2x:%2.2x:%2.2x, "
  1823. "XID %08x IRQ %d\n",
  1824. dev->name,
  1825. rtl_chip_info[tp->chipset].name,
  1826. dev->base_addr,
  1827. dev->dev_addr[0], dev->dev_addr[1],
  1828. dev->dev_addr[2], dev->dev_addr[3],
  1829. dev->dev_addr[4], dev->dev_addr[5], xid, dev->irq);
  1830. }
  1831. rtl8169_init_phy(dev, tp);
  1832. device_set_wakeup_enable(&pdev->dev, tp->features & RTL_FEATURE_WOL);
  1833. out:
  1834. return rc;
  1835. err_out_msi_5:
  1836. rtl_disable_msi(pdev, tp);
  1837. iounmap(ioaddr);
  1838. err_out_free_res_4:
  1839. pci_release_regions(pdev);
  1840. err_out_mwi_3:
  1841. pci_clear_mwi(pdev);
  1842. err_out_disable_2:
  1843. pci_disable_device(pdev);
  1844. err_out_free_dev_1:
  1845. free_netdev(dev);
  1846. goto out;
  1847. }
  1848. static void __devexit rtl8169_remove_one(struct pci_dev *pdev)
  1849. {
  1850. struct net_device *dev = pci_get_drvdata(pdev);
  1851. struct rtl8169_private *tp = netdev_priv(dev);
  1852. flush_scheduled_work();
  1853. unregister_netdev(dev);
  1854. rtl_disable_msi(pdev, tp);
  1855. rtl8169_release_board(pdev, dev, tp->mmio_addr);
  1856. pci_set_drvdata(pdev, NULL);
  1857. }
  1858. static void rtl8169_set_rxbufsize(struct rtl8169_private *tp,
  1859. struct net_device *dev)
  1860. {
  1861. unsigned int mtu = dev->mtu;
  1862. tp->rx_buf_sz = (mtu > RX_BUF_SIZE) ? mtu + ETH_HLEN + 8 : RX_BUF_SIZE;
  1863. }
  1864. static int rtl8169_open(struct net_device *dev)
  1865. {
  1866. struct rtl8169_private *tp = netdev_priv(dev);
  1867. struct pci_dev *pdev = tp->pci_dev;
  1868. int retval = -ENOMEM;
  1869. rtl8169_set_rxbufsize(tp, dev);
  1870. /*
  1871. * Rx and Tx desscriptors needs 256 bytes alignment.
  1872. * pci_alloc_consistent provides more.
  1873. */
  1874. tp->TxDescArray = pci_alloc_consistent(pdev, R8169_TX_RING_BYTES,
  1875. &tp->TxPhyAddr);
  1876. if (!tp->TxDescArray)
  1877. goto out;
  1878. tp->RxDescArray = pci_alloc_consistent(pdev, R8169_RX_RING_BYTES,
  1879. &tp->RxPhyAddr);
  1880. if (!tp->RxDescArray)
  1881. goto err_free_tx_0;
  1882. retval = rtl8169_init_ring(dev);
  1883. if (retval < 0)
  1884. goto err_free_rx_1;
  1885. INIT_DELAYED_WORK(&tp->task, NULL);
  1886. smp_mb();
  1887. retval = request_irq(dev->irq, rtl8169_interrupt,
  1888. (tp->features & RTL_FEATURE_MSI) ? 0 : IRQF_SHARED,
  1889. dev->name, dev);
  1890. if (retval < 0)
  1891. goto err_release_ring_2;
  1892. napi_enable(&tp->napi);
  1893. rtl_hw_start(dev);
  1894. rtl8169_request_timer(dev);
  1895. rtl8169_check_link_status(dev, tp, tp->mmio_addr);
  1896. out:
  1897. return retval;
  1898. err_release_ring_2:
  1899. rtl8169_rx_clear(tp);
  1900. err_free_rx_1:
  1901. pci_free_consistent(pdev, R8169_RX_RING_BYTES, tp->RxDescArray,
  1902. tp->RxPhyAddr);
  1903. err_free_tx_0:
  1904. pci_free_consistent(pdev, R8169_TX_RING_BYTES, tp->TxDescArray,
  1905. tp->TxPhyAddr);
  1906. goto out;
  1907. }
  1908. static void rtl8169_hw_reset(void __iomem *ioaddr)
  1909. {
  1910. /* Disable interrupts */
  1911. rtl8169_irq_mask_and_ack(ioaddr);
  1912. /* Reset the chipset */
  1913. RTL_W8(ChipCmd, CmdReset);
  1914. /* PCI commit */
  1915. RTL_R8(ChipCmd);
  1916. }
  1917. static void rtl_set_rx_tx_config_registers(struct rtl8169_private *tp)
  1918. {
  1919. void __iomem *ioaddr = tp->mmio_addr;
  1920. u32 cfg = rtl8169_rx_config;
  1921. cfg |= (RTL_R32(RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
  1922. RTL_W32(RxConfig, cfg);
  1923. /* Set DMA burst size and Interframe Gap Time */
  1924. RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) |
  1925. (InterFrameGap << TxInterFrameGapShift));
  1926. }
  1927. static void rtl_hw_start(struct net_device *dev)
  1928. {
  1929. struct rtl8169_private *tp = netdev_priv(dev);
  1930. void __iomem *ioaddr = tp->mmio_addr;
  1931. unsigned int i;
  1932. /* Soft reset the chip. */
  1933. RTL_W8(ChipCmd, CmdReset);
  1934. /* Check that the chip has finished the reset. */
  1935. for (i = 0; i < 100; i++) {
  1936. if ((RTL_R8(ChipCmd) & CmdReset) == 0)
  1937. break;
  1938. msleep_interruptible(1);
  1939. }
  1940. tp->hw_start(dev);
  1941. netif_start_queue(dev);
  1942. }
  1943. static void rtl_set_rx_tx_desc_registers(struct rtl8169_private *tp,
  1944. void __iomem *ioaddr)
  1945. {
  1946. /*
  1947. * Magic spell: some iop3xx ARM board needs the TxDescAddrHigh
  1948. * register to be written before TxDescAddrLow to work.
  1949. * Switching from MMIO to I/O access fixes the issue as well.
  1950. */
  1951. RTL_W32(TxDescStartAddrHigh, ((u64) tp->TxPhyAddr) >> 32);
  1952. RTL_W32(TxDescStartAddrLow, ((u64) tp->TxPhyAddr) & DMA_32BIT_MASK);
  1953. RTL_W32(RxDescAddrHigh, ((u64) tp->RxPhyAddr) >> 32);
  1954. RTL_W32(RxDescAddrLow, ((u64) tp->RxPhyAddr) & DMA_32BIT_MASK);
  1955. }
  1956. static u16 rtl_rw_cpluscmd(void __iomem *ioaddr)
  1957. {
  1958. u16 cmd;
  1959. cmd = RTL_R16(CPlusCmd);
  1960. RTL_W16(CPlusCmd, cmd);
  1961. return cmd;
  1962. }
  1963. static void rtl_set_rx_max_size(void __iomem *ioaddr)
  1964. {
  1965. /* Low hurts. Let's disable the filtering. */
  1966. RTL_W16(RxMaxSize, 16383);
  1967. }
  1968. static void rtl8169_set_magic_reg(void __iomem *ioaddr, unsigned mac_version)
  1969. {
  1970. struct {
  1971. u32 mac_version;
  1972. u32 clk;
  1973. u32 val;
  1974. } cfg2_info [] = {
  1975. { RTL_GIGA_MAC_VER_05, PCI_Clock_33MHz, 0x000fff00 }, // 8110SCd
  1976. { RTL_GIGA_MAC_VER_05, PCI_Clock_66MHz, 0x000fffff },
  1977. { RTL_GIGA_MAC_VER_06, PCI_Clock_33MHz, 0x00ffff00 }, // 8110SCe
  1978. { RTL_GIGA_MAC_VER_06, PCI_Clock_66MHz, 0x00ffffff }
  1979. }, *p = cfg2_info;
  1980. unsigned int i;
  1981. u32 clk;
  1982. clk = RTL_R8(Config2) & PCI_Clock_66MHz;
  1983. for (i = 0; i < ARRAY_SIZE(cfg2_info); i++, p++) {
  1984. if ((p->mac_version == mac_version) && (p->clk == clk)) {
  1985. RTL_W32(0x7c, p->val);
  1986. break;
  1987. }
  1988. }
  1989. }
  1990. static void rtl_hw_start_8169(struct net_device *dev)
  1991. {
  1992. struct rtl8169_private *tp = netdev_priv(dev);
  1993. void __iomem *ioaddr = tp->mmio_addr;
  1994. struct pci_dev *pdev = tp->pci_dev;
  1995. if (tp->mac_version == RTL_GIGA_MAC_VER_05) {
  1996. RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) | PCIMulRW);
  1997. pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, 0x08);
  1998. }
  1999. RTL_W8(Cfg9346, Cfg9346_Unlock);
  2000. if ((tp->mac_version == RTL_GIGA_MAC_VER_01) ||
  2001. (tp->mac_version == RTL_GIGA_MAC_VER_02) ||
  2002. (tp->mac_version == RTL_GIGA_MAC_VER_03) ||
  2003. (tp->mac_version == RTL_GIGA_MAC_VER_04))
  2004. RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
  2005. RTL_W8(EarlyTxThres, EarlyTxThld);
  2006. rtl_set_rx_max_size(ioaddr);
  2007. if ((tp->mac_version == RTL_GIGA_MAC_VER_01) ||
  2008. (tp->mac_version == RTL_GIGA_MAC_VER_02) ||
  2009. (tp->mac_version == RTL_GIGA_MAC_VER_03) ||
  2010. (tp->mac_version == RTL_GIGA_MAC_VER_04))
  2011. rtl_set_rx_tx_config_registers(tp);
  2012. tp->cp_cmd |= rtl_rw_cpluscmd(ioaddr) | PCIMulRW;
  2013. if ((tp->mac_version == RTL_GIGA_MAC_VER_02) ||
  2014. (tp->mac_version == RTL_GIGA_MAC_VER_03)) {
  2015. dprintk("Set MAC Reg C+CR Offset 0xE0. "
  2016. "Bit-3 and bit-14 MUST be 1\n");
  2017. tp->cp_cmd |= (1 << 14);
  2018. }
  2019. RTL_W16(CPlusCmd, tp->cp_cmd);
  2020. rtl8169_set_magic_reg(ioaddr, tp->mac_version);
  2021. /*
  2022. * Undocumented corner. Supposedly:
  2023. * (TxTimer << 12) | (TxPackets << 8) | (RxTimer << 4) | RxPackets
  2024. */
  2025. RTL_W16(IntrMitigate, 0x0000);
  2026. rtl_set_rx_tx_desc_registers(tp, ioaddr);
  2027. if ((tp->mac_version != RTL_GIGA_MAC_VER_01) &&
  2028. (tp->mac_version != RTL_GIGA_MAC_VER_02) &&
  2029. (tp->mac_version != RTL_GIGA_MAC_VER_03) &&
  2030. (tp->mac_version != RTL_GIGA_MAC_VER_04)) {
  2031. RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
  2032. rtl_set_rx_tx_config_registers(tp);
  2033. }
  2034. RTL_W8(Cfg9346, Cfg9346_Lock);
  2035. /* Initially a 10 us delay. Turned it into a PCI commit. - FR */
  2036. RTL_R8(IntrMask);
  2037. RTL_W32(RxMissed, 0);
  2038. rtl_set_rx_mode(dev);
  2039. /* no early-rx interrupts */
  2040. RTL_W16(MultiIntr, RTL_R16(MultiIntr) & 0xF000);
  2041. /* Enable all known interrupts by setting the interrupt mask. */
  2042. RTL_W16(IntrMask, tp->intr_event);
  2043. }
  2044. static void rtl_tx_performance_tweak(struct pci_dev *pdev, u16 force)
  2045. {
  2046. struct net_device *dev = pci_get_drvdata(pdev);
  2047. struct rtl8169_private *tp = netdev_priv(dev);
  2048. int cap = tp->pcie_cap;
  2049. if (cap) {
  2050. u16 ctl;
  2051. pci_read_config_word(pdev, cap + PCI_EXP_DEVCTL, &ctl);
  2052. ctl = (ctl & ~PCI_EXP_DEVCTL_READRQ) | force;
  2053. pci_write_config_word(pdev, cap + PCI_EXP_DEVCTL, ctl);
  2054. }
  2055. }
  2056. static void rtl_csi_access_enable(void __iomem *ioaddr)
  2057. {
  2058. u32 csi;
  2059. csi = rtl_csi_read(ioaddr, 0x070c) & 0x00ffffff;
  2060. rtl_csi_write(ioaddr, 0x070c, csi | 0x27000000);
  2061. }
  2062. struct ephy_info {
  2063. unsigned int offset;
  2064. u16 mask;
  2065. u16 bits;
  2066. };
  2067. static void rtl_ephy_init(void __iomem *ioaddr, struct ephy_info *e, int len)
  2068. {
  2069. u16 w;
  2070. while (len-- > 0) {
  2071. w = (rtl_ephy_read(ioaddr, e->offset) & ~e->mask) | e->bits;
  2072. rtl_ephy_write(ioaddr, e->offset, w);
  2073. e++;
  2074. }
  2075. }
  2076. static void rtl_disable_clock_request(struct pci_dev *pdev)
  2077. {
  2078. struct net_device *dev = pci_get_drvdata(pdev);
  2079. struct rtl8169_private *tp = netdev_priv(dev);
  2080. int cap = tp->pcie_cap;
  2081. if (cap) {
  2082. u16 ctl;
  2083. pci_read_config_word(pdev, cap + PCI_EXP_LNKCTL, &ctl);
  2084. ctl &= ~PCI_EXP_LNKCTL_CLKREQ_EN;
  2085. pci_write_config_word(pdev, cap + PCI_EXP_LNKCTL, ctl);
  2086. }
  2087. }
  2088. #define R8168_CPCMD_QUIRK_MASK (\
  2089. EnableBist | \
  2090. Mac_dbgo_oe | \
  2091. Force_half_dup | \
  2092. Force_rxflow_en | \
  2093. Force_txflow_en | \
  2094. Cxpl_dbg_sel | \
  2095. ASF | \
  2096. PktCntrDisable | \
  2097. Mac_dbgo_sel)
  2098. static void rtl_hw_start_8168bb(void __iomem *ioaddr, struct pci_dev *pdev)
  2099. {
  2100. RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
  2101. RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
  2102. rtl_tx_performance_tweak(pdev,
  2103. (0x5 << MAX_READ_REQUEST_SHIFT) | PCI_EXP_DEVCTL_NOSNOOP_EN);
  2104. }
  2105. static void rtl_hw_start_8168bef(void __iomem *ioaddr, struct pci_dev *pdev)
  2106. {
  2107. rtl_hw_start_8168bb(ioaddr, pdev);
  2108. RTL_W8(EarlyTxThres, EarlyTxThld);
  2109. RTL_W8(Config4, RTL_R8(Config4) & ~(1 << 0));
  2110. }
  2111. static void __rtl_hw_start_8168cp(void __iomem *ioaddr, struct pci_dev *pdev)
  2112. {
  2113. RTL_W8(Config1, RTL_R8(Config1) | Speed_down);
  2114. RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
  2115. rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
  2116. rtl_disable_clock_request(pdev);
  2117. RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
  2118. }
  2119. static void rtl_hw_start_8168cp_1(void __iomem *ioaddr, struct pci_dev *pdev)
  2120. {
  2121. static struct ephy_info e_info_8168cp[] = {
  2122. { 0x01, 0, 0x0001 },
  2123. { 0x02, 0x0800, 0x1000 },
  2124. { 0x03, 0, 0x0042 },
  2125. { 0x06, 0x0080, 0x0000 },
  2126. { 0x07, 0, 0x2000 }
  2127. };
  2128. rtl_csi_access_enable(ioaddr);
  2129. rtl_ephy_init(ioaddr, e_info_8168cp, ARRAY_SIZE(e_info_8168cp));
  2130. __rtl_hw_start_8168cp(ioaddr, pdev);
  2131. }
  2132. static void rtl_hw_start_8168cp_2(void __iomem *ioaddr, struct pci_dev *pdev)
  2133. {
  2134. rtl_csi_access_enable(ioaddr);
  2135. RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
  2136. rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
  2137. RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
  2138. }
  2139. static void rtl_hw_start_8168cp_3(void __iomem *ioaddr, struct pci_dev *pdev)
  2140. {
  2141. rtl_csi_access_enable(ioaddr);
  2142. RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
  2143. /* Magic. */
  2144. RTL_W8(DBG_REG, 0x20);
  2145. RTL_W8(EarlyTxThres, EarlyTxThld);
  2146. rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
  2147. RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
  2148. }
  2149. static void rtl_hw_start_8168c_1(void __iomem *ioaddr, struct pci_dev *pdev)
  2150. {
  2151. static struct ephy_info e_info_8168c_1[] = {
  2152. { 0x02, 0x0800, 0x1000 },
  2153. { 0x03, 0, 0x0002 },
  2154. { 0x06, 0x0080, 0x0000 }
  2155. };
  2156. rtl_csi_access_enable(ioaddr);
  2157. RTL_W8(DBG_REG, 0x06 | FIX_NAK_1 | FIX_NAK_2);
  2158. rtl_ephy_init(ioaddr, e_info_8168c_1, ARRAY_SIZE(e_info_8168c_1));
  2159. __rtl_hw_start_8168cp(ioaddr, pdev);
  2160. }
  2161. static void rtl_hw_start_8168c_2(void __iomem *ioaddr, struct pci_dev *pdev)
  2162. {
  2163. static struct ephy_info e_info_8168c_2[] = {
  2164. { 0x01, 0, 0x0001 },
  2165. { 0x03, 0x0400, 0x0220 }
  2166. };
  2167. rtl_csi_access_enable(ioaddr);
  2168. rtl_ephy_init(ioaddr, e_info_8168c_2, ARRAY_SIZE(e_info_8168c_2));
  2169. __rtl_hw_start_8168cp(ioaddr, pdev);
  2170. }
  2171. static void rtl_hw_start_8168c_3(void __iomem *ioaddr, struct pci_dev *pdev)
  2172. {
  2173. rtl_hw_start_8168c_2(ioaddr, pdev);
  2174. }
  2175. static void rtl_hw_start_8168c_4(void __iomem *ioaddr, struct pci_dev *pdev)
  2176. {
  2177. rtl_csi_access_enable(ioaddr);
  2178. __rtl_hw_start_8168cp(ioaddr, pdev);
  2179. }
  2180. static void rtl_hw_start_8168d(void __iomem *ioaddr, struct pci_dev *pdev)
  2181. {
  2182. rtl_csi_access_enable(ioaddr);
  2183. rtl_disable_clock_request(pdev);
  2184. RTL_W8(EarlyTxThres, EarlyTxThld);
  2185. rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
  2186. RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R8168_CPCMD_QUIRK_MASK);
  2187. }
  2188. static void rtl_hw_start_8168(struct net_device *dev)
  2189. {
  2190. struct rtl8169_private *tp = netdev_priv(dev);
  2191. void __iomem *ioaddr = tp->mmio_addr;
  2192. struct pci_dev *pdev = tp->pci_dev;
  2193. RTL_W8(Cfg9346, Cfg9346_Unlock);
  2194. RTL_W8(EarlyTxThres, EarlyTxThld);
  2195. rtl_set_rx_max_size(ioaddr);
  2196. tp->cp_cmd |= RTL_R16(CPlusCmd) | PktCntrDisable | INTT_1;
  2197. RTL_W16(CPlusCmd, tp->cp_cmd);
  2198. RTL_W16(IntrMitigate, 0x5151);
  2199. /* Work around for RxFIFO overflow. */
  2200. if (tp->mac_version == RTL_GIGA_MAC_VER_11) {
  2201. tp->intr_event |= RxFIFOOver | PCSTimeout;
  2202. tp->intr_event &= ~RxOverflow;
  2203. }
  2204. rtl_set_rx_tx_desc_registers(tp, ioaddr);
  2205. rtl_set_rx_mode(dev);
  2206. RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) |
  2207. (InterFrameGap << TxInterFrameGapShift));
  2208. RTL_R8(IntrMask);
  2209. switch (tp->mac_version) {
  2210. case RTL_GIGA_MAC_VER_11:
  2211. rtl_hw_start_8168bb(ioaddr, pdev);
  2212. break;
  2213. case RTL_GIGA_MAC_VER_12:
  2214. case RTL_GIGA_MAC_VER_17:
  2215. rtl_hw_start_8168bef(ioaddr, pdev);
  2216. break;
  2217. case RTL_GIGA_MAC_VER_18:
  2218. rtl_hw_start_8168cp_1(ioaddr, pdev);
  2219. break;
  2220. case RTL_GIGA_MAC_VER_19:
  2221. rtl_hw_start_8168c_1(ioaddr, pdev);
  2222. break;
  2223. case RTL_GIGA_MAC_VER_20:
  2224. rtl_hw_start_8168c_2(ioaddr, pdev);
  2225. break;
  2226. case RTL_GIGA_MAC_VER_21:
  2227. rtl_hw_start_8168c_3(ioaddr, pdev);
  2228. break;
  2229. case RTL_GIGA_MAC_VER_22:
  2230. rtl_hw_start_8168c_4(ioaddr, pdev);
  2231. break;
  2232. case RTL_GIGA_MAC_VER_23:
  2233. rtl_hw_start_8168cp_2(ioaddr, pdev);
  2234. break;
  2235. case RTL_GIGA_MAC_VER_24:
  2236. rtl_hw_start_8168cp_3(ioaddr, pdev);
  2237. break;
  2238. case RTL_GIGA_MAC_VER_25:
  2239. rtl_hw_start_8168d(ioaddr, pdev);
  2240. break;
  2241. default:
  2242. printk(KERN_ERR PFX "%s: unknown chipset (mac_version = %d).\n",
  2243. dev->name, tp->mac_version);
  2244. break;
  2245. }
  2246. RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
  2247. RTL_W8(Cfg9346, Cfg9346_Lock);
  2248. RTL_W16(MultiIntr, RTL_R16(MultiIntr) & 0xF000);
  2249. RTL_W16(IntrMask, tp->intr_event);
  2250. }
  2251. #define R810X_CPCMD_QUIRK_MASK (\
  2252. EnableBist | \
  2253. Mac_dbgo_oe | \
  2254. Force_half_dup | \
  2255. Force_half_dup | \
  2256. Force_txflow_en | \
  2257. Cxpl_dbg_sel | \
  2258. ASF | \
  2259. PktCntrDisable | \
  2260. PCIDAC | \
  2261. PCIMulRW)
  2262. static void rtl_hw_start_8102e_1(void __iomem *ioaddr, struct pci_dev *pdev)
  2263. {
  2264. static struct ephy_info e_info_8102e_1[] = {
  2265. { 0x01, 0, 0x6e65 },
  2266. { 0x02, 0, 0x091f },
  2267. { 0x03, 0, 0xc2f9 },
  2268. { 0x06, 0, 0xafb5 },
  2269. { 0x07, 0, 0x0e00 },
  2270. { 0x19, 0, 0xec80 },
  2271. { 0x01, 0, 0x2e65 },
  2272. { 0x01, 0, 0x6e65 }
  2273. };
  2274. u8 cfg1;
  2275. rtl_csi_access_enable(ioaddr);
  2276. RTL_W8(DBG_REG, FIX_NAK_1);
  2277. rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
  2278. RTL_W8(Config1,
  2279. LEDS1 | LEDS0 | Speed_down | MEMMAP | IOMAP | VPD | PMEnable);
  2280. RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
  2281. cfg1 = RTL_R8(Config1);
  2282. if ((cfg1 & LEDS0) && (cfg1 & LEDS1))
  2283. RTL_W8(Config1, cfg1 & ~LEDS0);
  2284. RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R810X_CPCMD_QUIRK_MASK);
  2285. rtl_ephy_init(ioaddr, e_info_8102e_1, ARRAY_SIZE(e_info_8102e_1));
  2286. }
  2287. static void rtl_hw_start_8102e_2(void __iomem *ioaddr, struct pci_dev *pdev)
  2288. {
  2289. rtl_csi_access_enable(ioaddr);
  2290. rtl_tx_performance_tweak(pdev, 0x5 << MAX_READ_REQUEST_SHIFT);
  2291. RTL_W8(Config1, MEMMAP | IOMAP | VPD | PMEnable);
  2292. RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en);
  2293. RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) & ~R810X_CPCMD_QUIRK_MASK);
  2294. }
  2295. static void rtl_hw_start_8102e_3(void __iomem *ioaddr, struct pci_dev *pdev)
  2296. {
  2297. rtl_hw_start_8102e_2(ioaddr, pdev);
  2298. rtl_ephy_write(ioaddr, 0x03, 0xc2f9);
  2299. }
  2300. static void rtl_hw_start_8101(struct net_device *dev)
  2301. {
  2302. struct rtl8169_private *tp = netdev_priv(dev);
  2303. void __iomem *ioaddr = tp->mmio_addr;
  2304. struct pci_dev *pdev = tp->pci_dev;
  2305. if ((tp->mac_version == RTL_GIGA_MAC_VER_13) ||
  2306. (tp->mac_version == RTL_GIGA_MAC_VER_16)) {
  2307. int cap = tp->pcie_cap;
  2308. if (cap) {
  2309. pci_write_config_word(pdev, cap + PCI_EXP_DEVCTL,
  2310. PCI_EXP_DEVCTL_NOSNOOP_EN);
  2311. }
  2312. }
  2313. switch (tp->mac_version) {
  2314. case RTL_GIGA_MAC_VER_07:
  2315. rtl_hw_start_8102e_1(ioaddr, pdev);
  2316. break;
  2317. case RTL_GIGA_MAC_VER_08:
  2318. rtl_hw_start_8102e_3(ioaddr, pdev);
  2319. break;
  2320. case RTL_GIGA_MAC_VER_09:
  2321. rtl_hw_start_8102e_2(ioaddr, pdev);
  2322. break;
  2323. }
  2324. RTL_W8(Cfg9346, Cfg9346_Unlock);
  2325. RTL_W8(EarlyTxThres, EarlyTxThld);
  2326. rtl_set_rx_max_size(ioaddr);
  2327. tp->cp_cmd |= rtl_rw_cpluscmd(ioaddr) | PCIMulRW;
  2328. RTL_W16(CPlusCmd, tp->cp_cmd);
  2329. RTL_W16(IntrMitigate, 0x0000);
  2330. rtl_set_rx_tx_desc_registers(tp, ioaddr);
  2331. RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
  2332. rtl_set_rx_tx_config_registers(tp);
  2333. RTL_W8(Cfg9346, Cfg9346_Lock);
  2334. RTL_R8(IntrMask);
  2335. rtl_set_rx_mode(dev);
  2336. RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
  2337. RTL_W16(MultiIntr, RTL_R16(MultiIntr) & 0xf000);
  2338. RTL_W16(IntrMask, tp->intr_event);
  2339. }
  2340. static int rtl8169_change_mtu(struct net_device *dev, int new_mtu)
  2341. {
  2342. struct rtl8169_private *tp = netdev_priv(dev);
  2343. int ret = 0;
  2344. if (new_mtu < ETH_ZLEN || new_mtu > SafeMtu)
  2345. return -EINVAL;
  2346. dev->mtu = new_mtu;
  2347. if (!netif_running(dev))
  2348. goto out;
  2349. rtl8169_down(dev);
  2350. rtl8169_set_rxbufsize(tp, dev);
  2351. ret = rtl8169_init_ring(dev);
  2352. if (ret < 0)
  2353. goto out;
  2354. napi_enable(&tp->napi);
  2355. rtl_hw_start(dev);
  2356. rtl8169_request_timer(dev);
  2357. out:
  2358. return ret;
  2359. }
  2360. static inline void rtl8169_make_unusable_by_asic(struct RxDesc *desc)
  2361. {
  2362. desc->addr = cpu_to_le64(0x0badbadbadbadbadull);
  2363. desc->opts1 &= ~cpu_to_le32(DescOwn | RsvdMask);
  2364. }
  2365. static void rtl8169_free_rx_skb(struct rtl8169_private *tp,
  2366. struct sk_buff **sk_buff, struct RxDesc *desc)
  2367. {
  2368. struct pci_dev *pdev = tp->pci_dev;
  2369. pci_unmap_single(pdev, le64_to_cpu(desc->addr), tp->rx_buf_sz,
  2370. PCI_DMA_FROMDEVICE);
  2371. dev_kfree_skb(*sk_buff);
  2372. *sk_buff = NULL;
  2373. rtl8169_make_unusable_by_asic(desc);
  2374. }
  2375. static inline void rtl8169_mark_to_asic(struct RxDesc *desc, u32 rx_buf_sz)
  2376. {
  2377. u32 eor = le32_to_cpu(desc->opts1) & RingEnd;
  2378. desc->opts1 = cpu_to_le32(DescOwn | eor | rx_buf_sz);
  2379. }
  2380. static inline void rtl8169_map_to_asic(struct RxDesc *desc, dma_addr_t mapping,
  2381. u32 rx_buf_sz)
  2382. {
  2383. desc->addr = cpu_to_le64(mapping);
  2384. wmb();
  2385. rtl8169_mark_to_asic(desc, rx_buf_sz);
  2386. }
  2387. static struct sk_buff *rtl8169_alloc_rx_skb(struct pci_dev *pdev,
  2388. struct net_device *dev,
  2389. struct RxDesc *desc, int rx_buf_sz,
  2390. unsigned int align)
  2391. {
  2392. struct sk_buff *skb;
  2393. dma_addr_t mapping;
  2394. unsigned int pad;
  2395. pad = align ? align : NET_IP_ALIGN;
  2396. skb = netdev_alloc_skb(dev, rx_buf_sz + pad);
  2397. if (!skb)
  2398. goto err_out;
  2399. skb_reserve(skb, align ? ((pad - 1) & (unsigned long)skb->data) : pad);
  2400. mapping = pci_map_single(pdev, skb->data, rx_buf_sz,
  2401. PCI_DMA_FROMDEVICE);
  2402. rtl8169_map_to_asic(desc, mapping, rx_buf_sz);
  2403. out:
  2404. return skb;
  2405. err_out:
  2406. rtl8169_make_unusable_by_asic(desc);
  2407. goto out;
  2408. }
  2409. static void rtl8169_rx_clear(struct rtl8169_private *tp)
  2410. {
  2411. unsigned int i;
  2412. for (i = 0; i < NUM_RX_DESC; i++) {
  2413. if (tp->Rx_skbuff[i]) {
  2414. rtl8169_free_rx_skb(tp, tp->Rx_skbuff + i,
  2415. tp->RxDescArray + i);
  2416. }
  2417. }
  2418. }
  2419. static u32 rtl8169_rx_fill(struct rtl8169_private *tp, struct net_device *dev,
  2420. u32 start, u32 end)
  2421. {
  2422. u32 cur;
  2423. for (cur = start; end - cur != 0; cur++) {
  2424. struct sk_buff *skb;
  2425. unsigned int i = cur % NUM_RX_DESC;
  2426. WARN_ON((s32)(end - cur) < 0);
  2427. if (tp->Rx_skbuff[i])
  2428. continue;
  2429. skb = rtl8169_alloc_rx_skb(tp->pci_dev, dev,
  2430. tp->RxDescArray + i,
  2431. tp->rx_buf_sz, tp->align);
  2432. if (!skb)
  2433. break;
  2434. tp->Rx_skbuff[i] = skb;
  2435. }
  2436. return cur - start;
  2437. }
  2438. static inline void rtl8169_mark_as_last_descriptor(struct RxDesc *desc)
  2439. {
  2440. desc->opts1 |= cpu_to_le32(RingEnd);
  2441. }
  2442. static void rtl8169_init_ring_indexes(struct rtl8169_private *tp)
  2443. {
  2444. tp->dirty_tx = tp->dirty_rx = tp->cur_tx = tp->cur_rx = 0;
  2445. }
  2446. static int rtl8169_init_ring(struct net_device *dev)
  2447. {
  2448. struct rtl8169_private *tp = netdev_priv(dev);
  2449. rtl8169_init_ring_indexes(tp);
  2450. memset(tp->tx_skb, 0x0, NUM_TX_DESC * sizeof(struct ring_info));
  2451. memset(tp->Rx_skbuff, 0x0, NUM_RX_DESC * sizeof(struct sk_buff *));
  2452. if (rtl8169_rx_fill(tp, dev, 0, NUM_RX_DESC) != NUM_RX_DESC)
  2453. goto err_out;
  2454. rtl8169_mark_as_last_descriptor(tp->RxDescArray + NUM_RX_DESC - 1);
  2455. return 0;
  2456. err_out:
  2457. rtl8169_rx_clear(tp);
  2458. return -ENOMEM;
  2459. }
  2460. static void rtl8169_unmap_tx_skb(struct pci_dev *pdev, struct ring_info *tx_skb,
  2461. struct TxDesc *desc)
  2462. {
  2463. unsigned int len = tx_skb->len;
  2464. pci_unmap_single(pdev, le64_to_cpu(desc->addr), len, PCI_DMA_TODEVICE);
  2465. desc->opts1 = 0x00;
  2466. desc->opts2 = 0x00;
  2467. desc->addr = 0x00;
  2468. tx_skb->len = 0;
  2469. }
  2470. static void rtl8169_tx_clear(struct rtl8169_private *tp)
  2471. {
  2472. unsigned int i;
  2473. for (i = tp->dirty_tx; i < tp->dirty_tx + NUM_TX_DESC; i++) {
  2474. unsigned int entry = i % NUM_TX_DESC;
  2475. struct ring_info *tx_skb = tp->tx_skb + entry;
  2476. unsigned int len = tx_skb->len;
  2477. if (len) {
  2478. struct sk_buff *skb = tx_skb->skb;
  2479. rtl8169_unmap_tx_skb(tp->pci_dev, tx_skb,
  2480. tp->TxDescArray + entry);
  2481. if (skb) {
  2482. dev_kfree_skb(skb);
  2483. tx_skb->skb = NULL;
  2484. }
  2485. tp->dev->stats.tx_dropped++;
  2486. }
  2487. }
  2488. tp->cur_tx = tp->dirty_tx = 0;
  2489. }
  2490. static void rtl8169_schedule_work(struct net_device *dev, work_func_t task)
  2491. {
  2492. struct rtl8169_private *tp = netdev_priv(dev);
  2493. PREPARE_DELAYED_WORK(&tp->task, task);
  2494. schedule_delayed_work(&tp->task, 4);
  2495. }
  2496. static void rtl8169_wait_for_quiescence(struct net_device *dev)
  2497. {
  2498. struct rtl8169_private *tp = netdev_priv(dev);
  2499. void __iomem *ioaddr = tp->mmio_addr;
  2500. synchronize_irq(dev->irq);
  2501. /* Wait for any pending NAPI task to complete */
  2502. napi_disable(&tp->napi);
  2503. rtl8169_irq_mask_and_ack(ioaddr);
  2504. tp->intr_mask = 0xffff;
  2505. RTL_W16(IntrMask, tp->intr_event);
  2506. napi_enable(&tp->napi);
  2507. }
  2508. static void rtl8169_reinit_task(struct work_struct *work)
  2509. {
  2510. struct rtl8169_private *tp =
  2511. container_of(work, struct rtl8169_private, task.work);
  2512. struct net_device *dev = tp->dev;
  2513. int ret;
  2514. rtnl_lock();
  2515. if (!netif_running(dev))
  2516. goto out_unlock;
  2517. rtl8169_wait_for_quiescence(dev);
  2518. rtl8169_close(dev);
  2519. ret = rtl8169_open(dev);
  2520. if (unlikely(ret < 0)) {
  2521. if (net_ratelimit() && netif_msg_drv(tp)) {
  2522. printk(KERN_ERR PFX "%s: reinit failure (status = %d)."
  2523. " Rescheduling.\n", dev->name, ret);
  2524. }
  2525. rtl8169_schedule_work(dev, rtl8169_reinit_task);
  2526. }
  2527. out_unlock:
  2528. rtnl_unlock();
  2529. }
  2530. static void rtl8169_reset_task(struct work_struct *work)
  2531. {
  2532. struct rtl8169_private *tp =
  2533. container_of(work, struct rtl8169_private, task.work);
  2534. struct net_device *dev = tp->dev;
  2535. rtnl_lock();
  2536. if (!netif_running(dev))
  2537. goto out_unlock;
  2538. rtl8169_wait_for_quiescence(dev);
  2539. rtl8169_rx_interrupt(dev, tp, tp->mmio_addr, ~(u32)0);
  2540. rtl8169_tx_clear(tp);
  2541. if (tp->dirty_rx == tp->cur_rx) {
  2542. rtl8169_init_ring_indexes(tp);
  2543. rtl_hw_start(dev);
  2544. netif_wake_queue(dev);
  2545. rtl8169_check_link_status(dev, tp, tp->mmio_addr);
  2546. } else {
  2547. if (net_ratelimit() && netif_msg_intr(tp)) {
  2548. printk(KERN_EMERG PFX "%s: Rx buffers shortage\n",
  2549. dev->name);
  2550. }
  2551. rtl8169_schedule_work(dev, rtl8169_reset_task);
  2552. }
  2553. out_unlock:
  2554. rtnl_unlock();
  2555. }
  2556. static void rtl8169_tx_timeout(struct net_device *dev)
  2557. {
  2558. struct rtl8169_private *tp = netdev_priv(dev);
  2559. rtl8169_hw_reset(tp->mmio_addr);
  2560. /* Let's wait a bit while any (async) irq lands on */
  2561. rtl8169_schedule_work(dev, rtl8169_reset_task);
  2562. }
  2563. static int rtl8169_xmit_frags(struct rtl8169_private *tp, struct sk_buff *skb,
  2564. u32 opts1)
  2565. {
  2566. struct skb_shared_info *info = skb_shinfo(skb);
  2567. unsigned int cur_frag, entry;
  2568. struct TxDesc * uninitialized_var(txd);
  2569. entry = tp->cur_tx;
  2570. for (cur_frag = 0; cur_frag < info->nr_frags; cur_frag++) {
  2571. skb_frag_t *frag = info->frags + cur_frag;
  2572. dma_addr_t mapping;
  2573. u32 status, len;
  2574. void *addr;
  2575. entry = (entry + 1) % NUM_TX_DESC;
  2576. txd = tp->TxDescArray + entry;
  2577. len = frag->size;
  2578. addr = ((void *) page_address(frag->page)) + frag->page_offset;
  2579. mapping = pci_map_single(tp->pci_dev, addr, len, PCI_DMA_TODEVICE);
  2580. /* anti gcc 2.95.3 bugware (sic) */
  2581. status = opts1 | len | (RingEnd * !((entry + 1) % NUM_TX_DESC));
  2582. txd->opts1 = cpu_to_le32(status);
  2583. txd->addr = cpu_to_le64(mapping);
  2584. tp->tx_skb[entry].len = len;
  2585. }
  2586. if (cur_frag) {
  2587. tp->tx_skb[entry].skb = skb;
  2588. txd->opts1 |= cpu_to_le32(LastFrag);
  2589. }
  2590. return cur_frag;
  2591. }
  2592. static inline u32 rtl8169_tso_csum(struct sk_buff *skb, struct net_device *dev)
  2593. {
  2594. if (dev->features & NETIF_F_TSO) {
  2595. u32 mss = skb_shinfo(skb)->gso_size;
  2596. if (mss)
  2597. return LargeSend | ((mss & MSSMask) << MSSShift);
  2598. }
  2599. if (skb->ip_summed == CHECKSUM_PARTIAL) {
  2600. const struct iphdr *ip = ip_hdr(skb);
  2601. if (ip->protocol == IPPROTO_TCP)
  2602. return IPCS | TCPCS;
  2603. else if (ip->protocol == IPPROTO_UDP)
  2604. return IPCS | UDPCS;
  2605. WARN_ON(1); /* we need a WARN() */
  2606. }
  2607. return 0;
  2608. }
  2609. static int rtl8169_start_xmit(struct sk_buff *skb, struct net_device *dev)
  2610. {
  2611. struct rtl8169_private *tp = netdev_priv(dev);
  2612. unsigned int frags, entry = tp->cur_tx % NUM_TX_DESC;
  2613. struct TxDesc *txd = tp->TxDescArray + entry;
  2614. void __iomem *ioaddr = tp->mmio_addr;
  2615. dma_addr_t mapping;
  2616. u32 status, len;
  2617. u32 opts1;
  2618. int ret = NETDEV_TX_OK;
  2619. if (unlikely(TX_BUFFS_AVAIL(tp) < skb_shinfo(skb)->nr_frags)) {
  2620. if (netif_msg_drv(tp)) {
  2621. printk(KERN_ERR
  2622. "%s: BUG! Tx Ring full when queue awake!\n",
  2623. dev->name);
  2624. }
  2625. goto err_stop;
  2626. }
  2627. if (unlikely(le32_to_cpu(txd->opts1) & DescOwn))
  2628. goto err_stop;
  2629. opts1 = DescOwn | rtl8169_tso_csum(skb, dev);
  2630. frags = rtl8169_xmit_frags(tp, skb, opts1);
  2631. if (frags) {
  2632. len = skb_headlen(skb);
  2633. opts1 |= FirstFrag;
  2634. } else {
  2635. len = skb->len;
  2636. if (unlikely(len < ETH_ZLEN)) {
  2637. if (skb_padto(skb, ETH_ZLEN))
  2638. goto err_update_stats;
  2639. len = ETH_ZLEN;
  2640. }
  2641. opts1 |= FirstFrag | LastFrag;
  2642. tp->tx_skb[entry].skb = skb;
  2643. }
  2644. mapping = pci_map_single(tp->pci_dev, skb->data, len, PCI_DMA_TODEVICE);
  2645. tp->tx_skb[entry].len = len;
  2646. txd->addr = cpu_to_le64(mapping);
  2647. txd->opts2 = cpu_to_le32(rtl8169_tx_vlan_tag(tp, skb));
  2648. wmb();
  2649. /* anti gcc 2.95.3 bugware (sic) */
  2650. status = opts1 | len | (RingEnd * !((entry + 1) % NUM_TX_DESC));
  2651. txd->opts1 = cpu_to_le32(status);
  2652. dev->trans_start = jiffies;
  2653. tp->cur_tx += frags + 1;
  2654. smp_wmb();
  2655. RTL_W8(TxPoll, NPQ); /* set polling bit */
  2656. if (TX_BUFFS_AVAIL(tp) < MAX_SKB_FRAGS) {
  2657. netif_stop_queue(dev);
  2658. smp_rmb();
  2659. if (TX_BUFFS_AVAIL(tp) >= MAX_SKB_FRAGS)
  2660. netif_wake_queue(dev);
  2661. }
  2662. out:
  2663. return ret;
  2664. err_stop:
  2665. netif_stop_queue(dev);
  2666. ret = NETDEV_TX_BUSY;
  2667. err_update_stats:
  2668. dev->stats.tx_dropped++;
  2669. goto out;
  2670. }
  2671. static void rtl8169_pcierr_interrupt(struct net_device *dev)
  2672. {
  2673. struct rtl8169_private *tp = netdev_priv(dev);
  2674. struct pci_dev *pdev = tp->pci_dev;
  2675. void __iomem *ioaddr = tp->mmio_addr;
  2676. u16 pci_status, pci_cmd;
  2677. pci_read_config_word(pdev, PCI_COMMAND, &pci_cmd);
  2678. pci_read_config_word(pdev, PCI_STATUS, &pci_status);
  2679. if (netif_msg_intr(tp)) {
  2680. printk(KERN_ERR
  2681. "%s: PCI error (cmd = 0x%04x, status = 0x%04x).\n",
  2682. dev->name, pci_cmd, pci_status);
  2683. }
  2684. /*
  2685. * The recovery sequence below admits a very elaborated explanation:
  2686. * - it seems to work;
  2687. * - I did not see what else could be done;
  2688. * - it makes iop3xx happy.
  2689. *
  2690. * Feel free to adjust to your needs.
  2691. */
  2692. if (pdev->broken_parity_status)
  2693. pci_cmd &= ~PCI_COMMAND_PARITY;
  2694. else
  2695. pci_cmd |= PCI_COMMAND_SERR | PCI_COMMAND_PARITY;
  2696. pci_write_config_word(pdev, PCI_COMMAND, pci_cmd);
  2697. pci_write_config_word(pdev, PCI_STATUS,
  2698. pci_status & (PCI_STATUS_DETECTED_PARITY |
  2699. PCI_STATUS_SIG_SYSTEM_ERROR | PCI_STATUS_REC_MASTER_ABORT |
  2700. PCI_STATUS_REC_TARGET_ABORT | PCI_STATUS_SIG_TARGET_ABORT));
  2701. /* The infamous DAC f*ckup only happens at boot time */
  2702. if ((tp->cp_cmd & PCIDAC) && !tp->dirty_rx && !tp->cur_rx) {
  2703. if (netif_msg_intr(tp))
  2704. printk(KERN_INFO "%s: disabling PCI DAC.\n", dev->name);
  2705. tp->cp_cmd &= ~PCIDAC;
  2706. RTL_W16(CPlusCmd, tp->cp_cmd);
  2707. dev->features &= ~NETIF_F_HIGHDMA;
  2708. }
  2709. rtl8169_hw_reset(ioaddr);
  2710. rtl8169_schedule_work(dev, rtl8169_reinit_task);
  2711. }
  2712. static void rtl8169_tx_interrupt(struct net_device *dev,
  2713. struct rtl8169_private *tp,
  2714. void __iomem *ioaddr)
  2715. {
  2716. unsigned int dirty_tx, tx_left;
  2717. dirty_tx = tp->dirty_tx;
  2718. smp_rmb();
  2719. tx_left = tp->cur_tx - dirty_tx;
  2720. while (tx_left > 0) {
  2721. unsigned int entry = dirty_tx % NUM_TX_DESC;
  2722. struct ring_info *tx_skb = tp->tx_skb + entry;
  2723. u32 len = tx_skb->len;
  2724. u32 status;
  2725. rmb();
  2726. status = le32_to_cpu(tp->TxDescArray[entry].opts1);
  2727. if (status & DescOwn)
  2728. break;
  2729. dev->stats.tx_bytes += len;
  2730. dev->stats.tx_packets++;
  2731. rtl8169_unmap_tx_skb(tp->pci_dev, tx_skb, tp->TxDescArray + entry);
  2732. if (status & LastFrag) {
  2733. dev_kfree_skb_irq(tx_skb->skb);
  2734. tx_skb->skb = NULL;
  2735. }
  2736. dirty_tx++;
  2737. tx_left--;
  2738. }
  2739. if (tp->dirty_tx != dirty_tx) {
  2740. tp->dirty_tx = dirty_tx;
  2741. smp_wmb();
  2742. if (netif_queue_stopped(dev) &&
  2743. (TX_BUFFS_AVAIL(tp) >= MAX_SKB_FRAGS)) {
  2744. netif_wake_queue(dev);
  2745. }
  2746. /*
  2747. * 8168 hack: TxPoll requests are lost when the Tx packets are
  2748. * too close. Let's kick an extra TxPoll request when a burst
  2749. * of start_xmit activity is detected (if it is not detected,
  2750. * it is slow enough). -- FR
  2751. */
  2752. smp_rmb();
  2753. if (tp->cur_tx != dirty_tx)
  2754. RTL_W8(TxPoll, NPQ);
  2755. }
  2756. }
  2757. static inline int rtl8169_fragmented_frame(u32 status)
  2758. {
  2759. return (status & (FirstFrag | LastFrag)) != (FirstFrag | LastFrag);
  2760. }
  2761. static inline void rtl8169_rx_csum(struct sk_buff *skb, struct RxDesc *desc)
  2762. {
  2763. u32 opts1 = le32_to_cpu(desc->opts1);
  2764. u32 status = opts1 & RxProtoMask;
  2765. if (((status == RxProtoTCP) && !(opts1 & TCPFail)) ||
  2766. ((status == RxProtoUDP) && !(opts1 & UDPFail)) ||
  2767. ((status == RxProtoIP) && !(opts1 & IPFail)))
  2768. skb->ip_summed = CHECKSUM_UNNECESSARY;
  2769. else
  2770. skb->ip_summed = CHECKSUM_NONE;
  2771. }
  2772. static inline bool rtl8169_try_rx_copy(struct sk_buff **sk_buff,
  2773. struct rtl8169_private *tp, int pkt_size,
  2774. dma_addr_t addr)
  2775. {
  2776. struct sk_buff *skb;
  2777. bool done = false;
  2778. if (pkt_size >= rx_copybreak)
  2779. goto out;
  2780. skb = netdev_alloc_skb(tp->dev, pkt_size + NET_IP_ALIGN);
  2781. if (!skb)
  2782. goto out;
  2783. pci_dma_sync_single_for_cpu(tp->pci_dev, addr, pkt_size,
  2784. PCI_DMA_FROMDEVICE);
  2785. skb_reserve(skb, NET_IP_ALIGN);
  2786. skb_copy_from_linear_data(*sk_buff, skb->data, pkt_size);
  2787. *sk_buff = skb;
  2788. done = true;
  2789. out:
  2790. return done;
  2791. }
  2792. static int rtl8169_rx_interrupt(struct net_device *dev,
  2793. struct rtl8169_private *tp,
  2794. void __iomem *ioaddr, u32 budget)
  2795. {
  2796. unsigned int cur_rx, rx_left;
  2797. unsigned int delta, count;
  2798. cur_rx = tp->cur_rx;
  2799. rx_left = NUM_RX_DESC + tp->dirty_rx - cur_rx;
  2800. rx_left = min(rx_left, budget);
  2801. for (; rx_left > 0; rx_left--, cur_rx++) {
  2802. unsigned int entry = cur_rx % NUM_RX_DESC;
  2803. struct RxDesc *desc = tp->RxDescArray + entry;
  2804. u32 status;
  2805. rmb();
  2806. status = le32_to_cpu(desc->opts1);
  2807. if (status & DescOwn)
  2808. break;
  2809. if (unlikely(status & RxRES)) {
  2810. if (netif_msg_rx_err(tp)) {
  2811. printk(KERN_INFO
  2812. "%s: Rx ERROR. status = %08x\n",
  2813. dev->name, status);
  2814. }
  2815. dev->stats.rx_errors++;
  2816. if (status & (RxRWT | RxRUNT))
  2817. dev->stats.rx_length_errors++;
  2818. if (status & RxCRC)
  2819. dev->stats.rx_crc_errors++;
  2820. if (status & RxFOVF) {
  2821. rtl8169_schedule_work(dev, rtl8169_reset_task);
  2822. dev->stats.rx_fifo_errors++;
  2823. }
  2824. rtl8169_mark_to_asic(desc, tp->rx_buf_sz);
  2825. } else {
  2826. struct sk_buff *skb = tp->Rx_skbuff[entry];
  2827. dma_addr_t addr = le64_to_cpu(desc->addr);
  2828. int pkt_size = (status & 0x00001FFF) - 4;
  2829. struct pci_dev *pdev = tp->pci_dev;
  2830. /*
  2831. * The driver does not support incoming fragmented
  2832. * frames. They are seen as a symptom of over-mtu
  2833. * sized frames.
  2834. */
  2835. if (unlikely(rtl8169_fragmented_frame(status))) {
  2836. dev->stats.rx_dropped++;
  2837. dev->stats.rx_length_errors++;
  2838. rtl8169_mark_to_asic(desc, tp->rx_buf_sz);
  2839. continue;
  2840. }
  2841. rtl8169_rx_csum(skb, desc);
  2842. if (rtl8169_try_rx_copy(&skb, tp, pkt_size, addr)) {
  2843. pci_dma_sync_single_for_device(pdev, addr,
  2844. pkt_size, PCI_DMA_FROMDEVICE);
  2845. rtl8169_mark_to_asic(desc, tp->rx_buf_sz);
  2846. } else {
  2847. pci_unmap_single(pdev, addr, tp->rx_buf_sz,
  2848. PCI_DMA_FROMDEVICE);
  2849. tp->Rx_skbuff[entry] = NULL;
  2850. }
  2851. skb_put(skb, pkt_size);
  2852. skb->protocol = eth_type_trans(skb, dev);
  2853. if (rtl8169_rx_vlan_skb(tp, desc, skb) < 0)
  2854. netif_receive_skb(skb);
  2855. dev->last_rx = jiffies;
  2856. dev->stats.rx_bytes += pkt_size;
  2857. dev->stats.rx_packets++;
  2858. }
  2859. /* Work around for AMD plateform. */
  2860. if ((desc->opts2 & cpu_to_le32(0xfffe000)) &&
  2861. (tp->mac_version == RTL_GIGA_MAC_VER_05)) {
  2862. desc->opts2 = 0;
  2863. cur_rx++;
  2864. }
  2865. }
  2866. count = cur_rx - tp->cur_rx;
  2867. tp->cur_rx = cur_rx;
  2868. delta = rtl8169_rx_fill(tp, dev, tp->dirty_rx, tp->cur_rx);
  2869. if (!delta && count && netif_msg_intr(tp))
  2870. printk(KERN_INFO "%s: no Rx buffer allocated\n", dev->name);
  2871. tp->dirty_rx += delta;
  2872. /*
  2873. * FIXME: until there is periodic timer to try and refill the ring,
  2874. * a temporary shortage may definitely kill the Rx process.
  2875. * - disable the asic to try and avoid an overflow and kick it again
  2876. * after refill ?
  2877. * - how do others driver handle this condition (Uh oh...).
  2878. */
  2879. if ((tp->dirty_rx + NUM_RX_DESC == tp->cur_rx) && netif_msg_intr(tp))
  2880. printk(KERN_EMERG "%s: Rx buffers exhausted\n", dev->name);
  2881. return count;
  2882. }
  2883. static irqreturn_t rtl8169_interrupt(int irq, void *dev_instance)
  2884. {
  2885. struct net_device *dev = dev_instance;
  2886. struct rtl8169_private *tp = netdev_priv(dev);
  2887. void __iomem *ioaddr = tp->mmio_addr;
  2888. int handled = 0;
  2889. int status;
  2890. status = RTL_R16(IntrStatus);
  2891. /* hotplug/major error/no more work/shared irq */
  2892. if ((status == 0xffff) || !status)
  2893. goto out;
  2894. handled = 1;
  2895. if (unlikely(!netif_running(dev))) {
  2896. rtl8169_asic_down(ioaddr);
  2897. goto out;
  2898. }
  2899. status &= tp->intr_mask;
  2900. RTL_W16(IntrStatus,
  2901. (status & RxFIFOOver) ? (status | RxOverflow) : status);
  2902. if (!(status & tp->intr_event))
  2903. goto out;
  2904. /* Work around for rx fifo overflow */
  2905. if (unlikely(status & RxFIFOOver) &&
  2906. (tp->mac_version == RTL_GIGA_MAC_VER_11)) {
  2907. netif_stop_queue(dev);
  2908. rtl8169_tx_timeout(dev);
  2909. goto out;
  2910. }
  2911. if (unlikely(status & SYSErr)) {
  2912. rtl8169_pcierr_interrupt(dev);
  2913. goto out;
  2914. }
  2915. if (status & LinkChg)
  2916. rtl8169_check_link_status(dev, tp, ioaddr);
  2917. if (status & tp->napi_event) {
  2918. RTL_W16(IntrMask, tp->intr_event & ~tp->napi_event);
  2919. tp->intr_mask = ~tp->napi_event;
  2920. if (likely(netif_rx_schedule_prep(dev, &tp->napi)))
  2921. __netif_rx_schedule(dev, &tp->napi);
  2922. else if (netif_msg_intr(tp)) {
  2923. printk(KERN_INFO "%s: interrupt %04x in poll\n",
  2924. dev->name, status);
  2925. }
  2926. }
  2927. out:
  2928. return IRQ_RETVAL(handled);
  2929. }
  2930. static int rtl8169_poll(struct napi_struct *napi, int budget)
  2931. {
  2932. struct rtl8169_private *tp = container_of(napi, struct rtl8169_private, napi);
  2933. struct net_device *dev = tp->dev;
  2934. void __iomem *ioaddr = tp->mmio_addr;
  2935. int work_done;
  2936. work_done = rtl8169_rx_interrupt(dev, tp, ioaddr, (u32) budget);
  2937. rtl8169_tx_interrupt(dev, tp, ioaddr);
  2938. if (work_done < budget) {
  2939. netif_rx_complete(dev, napi);
  2940. tp->intr_mask = 0xffff;
  2941. /*
  2942. * 20040426: the barrier is not strictly required but the
  2943. * behavior of the irq handler could be less predictable
  2944. * without it. Btw, the lack of flush for the posted pci
  2945. * write is safe - FR
  2946. */
  2947. smp_wmb();
  2948. RTL_W16(IntrMask, tp->intr_event);
  2949. }
  2950. return work_done;
  2951. }
  2952. static void rtl8169_rx_missed(struct net_device *dev, void __iomem *ioaddr)
  2953. {
  2954. struct rtl8169_private *tp = netdev_priv(dev);
  2955. if (tp->mac_version > RTL_GIGA_MAC_VER_06)
  2956. return;
  2957. dev->stats.rx_missed_errors += (RTL_R32(RxMissed) & 0xffffff);
  2958. RTL_W32(RxMissed, 0);
  2959. }
  2960. static void rtl8169_down(struct net_device *dev)
  2961. {
  2962. struct rtl8169_private *tp = netdev_priv(dev);
  2963. void __iomem *ioaddr = tp->mmio_addr;
  2964. unsigned int intrmask;
  2965. rtl8169_delete_timer(dev);
  2966. netif_stop_queue(dev);
  2967. napi_disable(&tp->napi);
  2968. core_down:
  2969. spin_lock_irq(&tp->lock);
  2970. rtl8169_asic_down(ioaddr);
  2971. rtl8169_rx_missed(dev, ioaddr);
  2972. spin_unlock_irq(&tp->lock);
  2973. synchronize_irq(dev->irq);
  2974. /* Give a racing hard_start_xmit a few cycles to complete. */
  2975. synchronize_sched(); /* FIXME: should this be synchronize_irq()? */
  2976. /*
  2977. * And now for the 50k$ question: are IRQ disabled or not ?
  2978. *
  2979. * Two paths lead here:
  2980. * 1) dev->close
  2981. * -> netif_running() is available to sync the current code and the
  2982. * IRQ handler. See rtl8169_interrupt for details.
  2983. * 2) dev->change_mtu
  2984. * -> rtl8169_poll can not be issued again and re-enable the
  2985. * interruptions. Let's simply issue the IRQ down sequence again.
  2986. *
  2987. * No loop if hotpluged or major error (0xffff).
  2988. */
  2989. intrmask = RTL_R16(IntrMask);
  2990. if (intrmask && (intrmask != 0xffff))
  2991. goto core_down;
  2992. rtl8169_tx_clear(tp);
  2993. rtl8169_rx_clear(tp);
  2994. }
  2995. static int rtl8169_close(struct net_device *dev)
  2996. {
  2997. struct rtl8169_private *tp = netdev_priv(dev);
  2998. struct pci_dev *pdev = tp->pci_dev;
  2999. rtl8169_down(dev);
  3000. free_irq(dev->irq, dev);
  3001. pci_free_consistent(pdev, R8169_RX_RING_BYTES, tp->RxDescArray,
  3002. tp->RxPhyAddr);
  3003. pci_free_consistent(pdev, R8169_TX_RING_BYTES, tp->TxDescArray,
  3004. tp->TxPhyAddr);
  3005. tp->TxDescArray = NULL;
  3006. tp->RxDescArray = NULL;
  3007. return 0;
  3008. }
  3009. static void rtl_set_rx_mode(struct net_device *dev)
  3010. {
  3011. struct rtl8169_private *tp = netdev_priv(dev);
  3012. void __iomem *ioaddr = tp->mmio_addr;
  3013. unsigned long flags;
  3014. u32 mc_filter[2]; /* Multicast hash filter */
  3015. int rx_mode;
  3016. u32 tmp = 0;
  3017. if (dev->flags & IFF_PROMISC) {
  3018. /* Unconditionally log net taps. */
  3019. if (netif_msg_link(tp)) {
  3020. printk(KERN_NOTICE "%s: Promiscuous mode enabled.\n",
  3021. dev->name);
  3022. }
  3023. rx_mode =
  3024. AcceptBroadcast | AcceptMulticast | AcceptMyPhys |
  3025. AcceptAllPhys;
  3026. mc_filter[1] = mc_filter[0] = 0xffffffff;
  3027. } else if ((dev->mc_count > multicast_filter_limit)
  3028. || (dev->flags & IFF_ALLMULTI)) {
  3029. /* Too many to filter perfectly -- accept all multicasts. */
  3030. rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys;
  3031. mc_filter[1] = mc_filter[0] = 0xffffffff;
  3032. } else {
  3033. struct dev_mc_list *mclist;
  3034. unsigned int i;
  3035. rx_mode = AcceptBroadcast | AcceptMyPhys;
  3036. mc_filter[1] = mc_filter[0] = 0;
  3037. for (i = 0, mclist = dev->mc_list; mclist && i < dev->mc_count;
  3038. i++, mclist = mclist->next) {
  3039. int bit_nr = ether_crc(ETH_ALEN, mclist->dmi_addr) >> 26;
  3040. mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
  3041. rx_mode |= AcceptMulticast;
  3042. }
  3043. }
  3044. spin_lock_irqsave(&tp->lock, flags);
  3045. tmp = rtl8169_rx_config | rx_mode |
  3046. (RTL_R32(RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
  3047. if (tp->mac_version > RTL_GIGA_MAC_VER_06) {
  3048. u32 data = mc_filter[0];
  3049. mc_filter[0] = swab32(mc_filter[1]);
  3050. mc_filter[1] = swab32(data);
  3051. }
  3052. RTL_W32(MAR0 + 0, mc_filter[0]);
  3053. RTL_W32(MAR0 + 4, mc_filter[1]);
  3054. RTL_W32(RxConfig, tmp);
  3055. spin_unlock_irqrestore(&tp->lock, flags);
  3056. }
  3057. /**
  3058. * rtl8169_get_stats - Get rtl8169 read/write statistics
  3059. * @dev: The Ethernet Device to get statistics for
  3060. *
  3061. * Get TX/RX statistics for rtl8169
  3062. */
  3063. static struct net_device_stats *rtl8169_get_stats(struct net_device *dev)
  3064. {
  3065. struct rtl8169_private *tp = netdev_priv(dev);
  3066. void __iomem *ioaddr = tp->mmio_addr;
  3067. unsigned long flags;
  3068. if (netif_running(dev)) {
  3069. spin_lock_irqsave(&tp->lock, flags);
  3070. rtl8169_rx_missed(dev, ioaddr);
  3071. spin_unlock_irqrestore(&tp->lock, flags);
  3072. }
  3073. return &dev->stats;
  3074. }
  3075. #ifdef CONFIG_PM
  3076. static int rtl8169_suspend(struct pci_dev *pdev, pm_message_t state)
  3077. {
  3078. struct net_device *dev = pci_get_drvdata(pdev);
  3079. struct rtl8169_private *tp = netdev_priv(dev);
  3080. void __iomem *ioaddr = tp->mmio_addr;
  3081. if (!netif_running(dev))
  3082. goto out_pci_suspend;
  3083. netif_device_detach(dev);
  3084. netif_stop_queue(dev);
  3085. spin_lock_irq(&tp->lock);
  3086. rtl8169_asic_down(ioaddr);
  3087. rtl8169_rx_missed(dev, ioaddr);
  3088. spin_unlock_irq(&tp->lock);
  3089. out_pci_suspend:
  3090. pci_save_state(pdev);
  3091. pci_enable_wake(pdev, pci_choose_state(pdev, state),
  3092. (tp->features & RTL_FEATURE_WOL) ? 1 : 0);
  3093. pci_set_power_state(pdev, pci_choose_state(pdev, state));
  3094. return 0;
  3095. }
  3096. static int rtl8169_resume(struct pci_dev *pdev)
  3097. {
  3098. struct net_device *dev = pci_get_drvdata(pdev);
  3099. pci_set_power_state(pdev, PCI_D0);
  3100. pci_restore_state(pdev);
  3101. pci_enable_wake(pdev, PCI_D0, 0);
  3102. if (!netif_running(dev))
  3103. goto out;
  3104. netif_device_attach(dev);
  3105. rtl8169_schedule_work(dev, rtl8169_reset_task);
  3106. out:
  3107. return 0;
  3108. }
  3109. static void rtl_shutdown(struct pci_dev *pdev)
  3110. {
  3111. rtl8169_suspend(pdev, PMSG_SUSPEND);
  3112. }
  3113. #endif /* CONFIG_PM */
  3114. static struct pci_driver rtl8169_pci_driver = {
  3115. .name = MODULENAME,
  3116. .id_table = rtl8169_pci_tbl,
  3117. .probe = rtl8169_init_one,
  3118. .remove = __devexit_p(rtl8169_remove_one),
  3119. #ifdef CONFIG_PM
  3120. .suspend = rtl8169_suspend,
  3121. .resume = rtl8169_resume,
  3122. .shutdown = rtl_shutdown,
  3123. #endif
  3124. };
  3125. static int __init rtl8169_init_module(void)
  3126. {
  3127. return pci_register_driver(&rtl8169_pci_driver);
  3128. }
  3129. static void __exit rtl8169_cleanup_module(void)
  3130. {
  3131. pci_unregister_driver(&rtl8169_pci_driver);
  3132. }
  3133. module_init(rtl8169_init_module);
  3134. module_exit(rtl8169_cleanup_module);