• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/

Lines Matching refs:status_n_length

468 	u32 status_n_length;
477 /* Bits in hamachi_desc.status_n_length */
1019 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn))
1030 hmp->tx_ring[entry].status_n_length = 0;
1032 hmp->tx_ring[TX_RING_SIZE-1].status_n_length |=
1078 printk(" %8.8x", (unsigned int)hmp->rx_ring[i].status_n_length);
1081 printk(" %4.4x", hmp->tx_ring[i].status_n_length);
1097 hmp->rx_ring[i].status_n_length &= cpu_to_le32(~DescOwn);
1106 hmp->tx_ring[i].status_n_length = cpu_to_le32(
1108 (hmp->tx_ring[i].status_n_length & 0x0000FFFF));
1110 hmp->tx_ring[i].status_n_length &= 0x0000ffff;
1151 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn |
1156 hmp->rx_ring[RX_RING_SIZE-1].status_n_length |= cpu_to_le32(DescEndRing);
1192 hmp->rx_ring[i].status_n_length = 0;
1206 hmp->rx_ring[i].status_n_length = cpu_to_le32(DescOwn |
1210 hmp->rx_ring[RX_RING_SIZE-1].status_n_length |= cpu_to_le32(DescEndRing);
1214 hmp->tx_ring[i].status_n_length = 0;
1217 hmp->tx_ring[TX_RING_SIZE-1].status_n_length |= cpu_to_le32(DescEndRing);
1331 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn |
1334 hmp->tx_ring[entry].status_n_length = cpu_to_le32(DescOwn |
1414 if (hmp->tx_ring[entry].status_n_length & cpu_to_le32(DescOwn))
1426 hmp->tx_ring[entry].status_n_length = 0;
1428 hmp->tx_ring[TX_RING_SIZE-1].status_n_length |=
1486 entry, hmp->rx_ring[entry].status_n_length);
1492 u32 desc_status = le32_to_cpu(desc->status_n_length);
1518 hmp->rx_ring[(hmp->cur_rx+1) % RX_RING_SIZE].status_n_length & 0xffff0000,
1519 hmp->rx_ring[(hmp->cur_rx+1) % RX_RING_SIZE].status_n_length & 0x0000ffff,
1520 hmp->rx_ring[(hmp->cur_rx-1) % RX_RING_SIZE].status_n_length);
1668 desc->status_n_length = cpu_to_le32(hmp->rx_buf_sz);
1670 desc->status_n_length |= cpu_to_le32(DescOwn |
1673 desc->status_n_length |= cpu_to_le32(DescOwn |
1752 i, hmp->tx_ring[i].status_n_length, hmp->tx_ring[i].addr);
1758 i, hmp->rx_ring[i].status_n_length, hmp->rx_ring[i].addr);
1781 hmp->rx_ring[i].status_n_length = 0;