r8169.c 96 KB

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