• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/

Lines Matching refs:mac_type

451 	if (!adapter->wol && hw->mac_type >= e1000_82540 &&
455 switch (hw->mac_type) {
547 switch (hw->mac_type) {
578 if (hw->mac_type == e1000_82547) {
622 switch (hw->mac_type) {
660 if (hw->mac_type >= e1000_82544)
668 if (hw->mac_type >= e1000_82544 &&
909 if (hw->mac_type >= e1000_82543) {
917 if ((hw->mac_type >= e1000_82544) &&
918 (hw->mac_type != e1000_82547))
989 switch (hw->mac_type) {
1170 switch (hw->mac_type) {
1368 if (hw->mac_type == e1000_82545 ||
1369 hw->mac_type == e1000_82546) {
1507 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH);
1508 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT);
1519 switch (hw->mac_type) {
1538 if (hw->mac_type >= e1000_82540)
1557 if (hw->mac_type < e1000_82543)
1562 if (hw->mac_type == e1000_82544 &&
1761 if (hw->mac_type >= e1000_82540) {
1778 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH);
1779 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? E1000_RDT : E1000_82542_RDT);
1784 if (hw->mac_type >= e1000_82543) {
2082 if (hw->mac_type == e1000_82542_rev2_0)
2090 if (hw->mac_type == e1000_82542_rev2_0)
2151 if (hw->mac_type == e1000_82542_rev2_0)
2203 if (hw->mac_type == e1000_82542_rev2_0)
2393 if (hw->mac_type >= e1000_82540 && adapter->itr_setting == 4) {
2450 if (unlikely(hw->mac_type < e1000_82540))
2498 if (unlikely(hw->mac_type < e1000_82540))
2961 switch (hw->mac_type) {
3012 if (unlikely(hw->mac_type == e1000_82547)) {
3036 if (likely(hw->mac_type != e1000_82544))
3119 switch (hw->mac_type) {
3264 if (hw->mac_type >= e1000_82543) {
3313 if ((hw->mac_type <= e1000_82546) &&
3523 if (unlikely(hw->mac_type < e1000_82543)) return;
4520 if (hw->mac_type >= e1000_82540) {