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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhnddma.c151 void **rxp; /* pointer to parallel array of pointers to packets */ member in struct:dma_info
813 if ((di->rxp = MALLOC(osh, size)) == NULL) {
818 bzero(di->rxp, size);
1016 if (di->rxp)
1017 MFREE(di->osh, (void *)di->rxp, (di->nrxd * sizeof(void *)));
1617 ASSERT(di->rxp[rxout] == NULL);
1618 di->rxp[rxout] = p;
1657 di->rxp[rxout] = (void*)PCI64ADDR_HIGH;
1815 if (di->rxp[i])
1816 return (di->rxp[
2688 void *rxp; local
3599 void *rxp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 354 milliseconds