Searched refs:rxp (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dfarsync.c855 int len, struct sk_buff *skb, int rxp)
866 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1141 unsigned char dmabits, int rxp, unsigned short len)
1152 card->card_no, port->index, rxp);
1175 unsigned char dmabits, int rxp, unsigned short len)
1188 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1189 rxp = (rxp+1) % NUM_RX_BUFFER;
1195 dmabits = FST_RDB(card, rxDescrRing[pi][rxp].bits);
1202 FST_WRB(card, rxDescrRing[pi][rxp]
854 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, int len, struct sk_buff *skb, int rxp) argument
1140 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1174 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1217 int rxp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.c855 int len, struct sk_buff *skb, int rxp)
866 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1141 unsigned char dmabits, int rxp, unsigned short len)
1152 card->card_no, port->index, rxp);
1175 unsigned char dmabits, int rxp, unsigned short len)
1188 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1189 rxp = (rxp+1) % NUM_RX_BUFFER;
1195 dmabits = FST_RDB(card, rxDescrRing[pi][rxp].bits);
1202 FST_WRB(card, rxDescrRing[pi][rxp]
854 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, int len, struct sk_buff *skb, int rxp) argument
1140 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1174 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1217 int rxp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dhnddma.c121 void **rxp; /* pointer to parallel array of pointers to packets */ member in struct:dma_info
717 if ((di->rxp = MALLOC(osh, size)) == NULL) {
722 bzero(di->rxp, size);
919 if (di->rxp)
920 MFREE(di->osh, (void *)di->rxp, (di->nrxd * sizeof(void *)));
1420 ASSERT(di->rxp[rxout] == NULL);
1421 di->rxp[rxout] = p;
1564 if (di->rxp[i])
1565 return (di->rxp[i]);
1847 bcm_bprintf(b, "DMA32: rxd32 %p rxdpa 0x%lx rxp
2438 void *rxp; local
3244 void *rxp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/dev/
H A Ddev_bcm5700.c657 t3_rcv_bd_t *rxp; local
659 rxp = &(sc->rxp_std[sc->rxp_std_index]);
660 rxp->bufptr_lo = PTR_TO_PCI(pkt->buffer);
661 rxp->length = ETH_PKTBUF_LEN;
797 t3_rcv_bd_t *rxp; local
801 rxp = &(sc->rxp_std[0]);
803 rxp->bufptr_hi = rxp->bufptr_lo = 0;
804 rxp->length = 0;
805 rxp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dpcnet32.c1125 struct pcnet32_rx_head *rxp,
1128 int status = (short)le16_to_cpu(rxp->status) >> 8;
1153 pkt_len = (le32_to_cpu(rxp->msg_length) & 0xfff) - 4;
1186 rxp->base = cpu_to_le32(lp->rx_dma_addr[entry]);
1223 struct pcnet32_rx_head *rxp = &lp->rx_ring[entry]; local
1227 while (npackets < budget && (short)le16_to_cpu(rxp->status) >= 0) {
1228 pcnet32_rx_entry(dev, lp, rxp, entry);
1234 rxp->buf_length = cpu_to_le16(NEG_BUF_SIZE);
1236 rxp->status = cpu_to_le16(0x8000);
1238 rxp
1123 pcnet32_rx_entry(struct net_device *dev, struct pcnet32_private *lp, struct pcnet32_rx_head *rxp, int entry) argument
[all...]
H A Dbnx2.c3694 check_mips_fw_entry(bp->mips_firmware, &mips_fw->rxp) ||
3868 rc = load_cpu_fw(bp, &cpu_reg_rxp, &mips_fw->rxp);
H A Dbnx2.h6979 struct bnx2_mips_fw_file_entry rxp; member in struct:bnx2_mips_fw_file
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dpcnet32.c1125 struct pcnet32_rx_head *rxp,
1128 int status = (short)le16_to_cpu(rxp->status) >> 8;
1153 pkt_len = (le32_to_cpu(rxp->msg_length) & 0xfff) - 4;
1186 rxp->base = cpu_to_le32(lp->rx_dma_addr[entry]);
1223 struct pcnet32_rx_head *rxp = &lp->rx_ring[entry]; local
1227 while (npackets < budget && (short)le16_to_cpu(rxp->status) >= 0) {
1228 pcnet32_rx_entry(dev, lp, rxp, entry);
1234 rxp->buf_length = cpu_to_le16(NEG_BUF_SIZE);
1236 rxp->status = cpu_to_le16(0x8000);
1238 rxp
1123 pcnet32_rx_entry(struct net_device *dev, struct pcnet32_private *lp, struct pcnet32_rx_head *rxp, int entry) argument
[all...]
H A Dbnx2.c3694 check_mips_fw_entry(bp->mips_firmware, &mips_fw->rxp) ||
3868 rc = load_cpu_fw(bp, &cpu_reg_rxp, &mips_fw->rxp);
H A Dbnx2.h6979 struct bnx2_mips_fw_file_entry rxp; member in struct:bnx2_mips_fw_file
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2100.h330 struct ipw2100_rx *rxp; member in struct:ipw2100_rx_packet
H A Dipw2100.c2335 packet->rxp = (struct ipw2100_rx *)packet->skb->data;
2645 struct ipw2100_rx *u = priv->rx_buffers[i].rxp;
2737 u = packet->rxp;
4731 if (priv->rx_buffers[i].rxp) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.h330 struct ipw2100_rx *rxp; member in struct:ipw2100_rx_packet
H A Dipw2100.c2335 packet->rxp = (struct ipw2100_rx *)packet->skb->data;
2645 struct ipw2100_rx *u = priv->rx_buffers[i].rxp;
2737 u = packet->rxp;
4731 if (priv->rx_buffers[i].rxp) {

Completed in 516 milliseconds