r8169.c 95 KB

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