Searched defs:rxp (Results 1 - 8 of 8) sorted by relevance

/drivers/spi/
H A Dspi-oc-tiny.c56 u8 *rxp; member in struct:tiny_spi
128 u8 *rxp = t->rx_buf; local
135 hw->rxp = t->rx_buf;
156 } else if (txp && rxp) {
166 *rxp++ = rx;
169 *rxp++ = readb(hw->base + TINY_SPI_TXDATA);
172 *rxp++ = readb(hw->base + TINY_SPI_RXDATA);
173 } else if (rxp) {
183 *rxp++ = rx;
186 *rxp
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddma.c267 struct sk_buff **rxp; member in struct:dma_info
676 di->rxp = kzalloc(size, GFP_ATOMIC);
677 if (di->rxp == NULL)
775 kfree(di->rxp);
882 struct sk_buff *rxp; local
901 rxp = di->rxp[i];
902 di->rxp[i] = NULL;
914 return rxp;
1079 di->rxp[rxou
[all...]
/drivers/net/ethernet/amd/
H A Dpcnet32.c1109 struct pcnet32_rx_head *rxp,
1112 int status = (short)le16_to_cpu(rxp->status) >> 8;
1137 pkt_len = (le32_to_cpu(rxp->msg_length) & 0xfff) - 4;
1170 rxp->base = cpu_to_le32(lp->rx_dma_addr[entry]);
1207 struct pcnet32_rx_head *rxp = &lp->rx_ring[entry]; local
1211 while (npackets < budget && (short)le16_to_cpu(rxp->status) >= 0) {
1212 pcnet32_rx_entry(dev, lp, rxp, entry);
1218 rxp->buf_length = cpu_to_le16(NEG_BUF_SIZE);
1220 rxp->status = cpu_to_le16(0x8000);
1222 rxp
1107 pcnet32_rx_entry(struct net_device *dev, struct pcnet32_private *lp, struct pcnet32_rx_head *rxp, int entry) argument
[all...]
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c698 struct bna_rxp *rxp; local
704 rxp = (struct bna_rxp *)qe;
705 rxf->rit[offset] = rxp->cq.ccb->id;
1500 struct bna_rxp *rxp; local
1506 rxp = (struct bna_rxp *)qe_rxp;
1507 bna_ib_start(rx->bna, &rxp->cq.ib, is_regular);
1649 struct bna_rxp *rxp = NULL; local
1663 rxp = (struct bna_rxp *)rxp_qe;
1665 GET_RXQS(rxp, q0, q1);
1666 switch (rxp
1757 struct bna_rxp *rxp; local
1816 struct bna_rxp *rxp = NULL; local
1827 bna_rxp_put(struct bna_rx_mod *rx_mod, struct bna_rxp *rxp) argument
1887 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, struct bna_rxq *q1) argument
1909 bna_rxq_qpt_setup(struct bna_rxq *rxq, struct bna_rxp *rxp, u32 page_count, u32 page_size, struct bna_mem_descr *qpt_mem, struct bna_mem_descr *swqpt_mem, struct bna_mem_descr *page_mem) argument
1937 bna_rxp_cqpt_setup(struct bna_rxp *rxp, u32 page_count, u32 page_size, struct bna_mem_descr *qpt_mem, struct bna_mem_descr *swqpt_mem, struct bna_mem_descr *page_mem) argument
2151 struct bna_rxp *rxp = NULL; local
2324 struct bna_rxp *rxp; local
2545 struct bna_rxp *rxp; local
2712 struct bna_rxp *rxp; local
[all...]
H A Dbna_types.h624 struct bna_rxp *rxp; member in struct:bna_rxq
878 struct bna_rxp *rxp; /* BFI_MAX_RXQ entries */ member in struct:bna_rx_mod
/drivers/net/wan/
H A Dfarsync.c856 int len, struct sk_buff *skb, int rxp)
867 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1142 unsigned char dmabits, int rxp, unsigned short len)
1153 card->card_no, port->index, rxp);
1176 unsigned char dmabits, int rxp, unsigned short len)
1189 FST_WRB(card, rxDescrRing[pi][rxp].bits, DMA_OWN);
1190 rxp = (rxp+1) % NUM_RX_BUFFER;
1196 dmabits = FST_RDB(card, rxDescrRing[pi][rxp].bits);
1203 FST_WRB(card, rxDescrRing[pi][rxp]
855 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, int len, struct sk_buff *skb, int rxp) argument
1141 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1175 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1218 int rxp; local
[all...]
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h355 struct ipw2100_rx *rxp; member in struct:ipw2100_rx_packet
/drivers/net/ethernet/broadcom/
H A Dbnx2.h7000 struct bnx2_mips_fw_file_entry rxp; member in struct:bnx2_mips_fw_file

Completed in 342 milliseconds