Lines Matching refs:rxp
1168 struct pcnet32_rx_head *rxp,
1171 int status = (short)le16_to_cpu(rxp->status) >> 8;
1196 pkt_len = (le32_to_cpu(rxp->msg_length) & 0xfff) - 4;
1240 rxp->base = cpu_to_le32(new_dma_addr);
1275 struct pcnet32_rx_head *rxp = &lp->rx_ring[entry];
1279 while (npackets < budget && (short)le16_to_cpu(rxp->status) >= 0) {
1280 pcnet32_rx_entry(dev, lp, rxp, entry);
1286 rxp->buf_length = cpu_to_le16(NEG_BUF_SIZE);
1288 rxp->status = cpu_to_le16(0x8000);
1290 rxp = &lp->rx_ring[entry];