Searched refs:txr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c252 static inline u32 bnx2_tx_avail(struct bnx2 *bp, struct bnx2_tx_ring_info *txr) argument
262 diff = txr->tx_prod - txr->tx_cons;
693 struct bnx2_tx_ring_info *txr = &bnapi->tx_ring; local
695 if (txr->tx_desc_ring) {
697 txr->tx_desc_ring,
698 txr->tx_desc_mapping);
699 txr->tx_desc_ring = NULL;
701 kfree(txr->tx_buf_ring);
702 txr
745 struct bnx2_tx_ring_info *txr = &bnapi->tx_ring; local
2800 struct bnx2_tx_ring_info *txr = &bnapi->tx_ring; local
3356 struct bnx2_tx_ring_info *txr = &bnapi->tx_ring; local
3450 struct bnx2_tx_ring_info *txr = &bnapi->tx_ring; local
5030 struct bnx2_tx_ring_info *txr; local
5050 bnx2_init_tx_context(struct bnx2 *bp, u32 cid, struct bnx2_tx_ring_info *txr) argument
5085 struct bnx2_tx_ring_info *txr; local
5331 struct bnx2_tx_ring_info *txr = &bnapi->tx_ring; local
5710 struct bnx2_tx_ring_info *txr = &bnapi->tx_ring; local
6416 struct bnx2_tx_ring_info *txr; local
[all...]
H A Dioc3-eth.c82 struct ioc3_etxd *txr; member in struct:ioc3_private
865 ip->txr[i].cmd = 0;
876 if (ip->txr) {
878 free_pages((unsigned long)ip->txr, 2);
879 ip->txr = NULL;
936 if (ip->txr == NULL) {
938 ip->txr = (struct ioc3_etxd *)__get_free_pages(GFP_KERNEL, 2);
939 if (!ip->txr)
965 ring = ioc3_map(ip->txr, 0);
1475 desc = &ip->txr[produc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmpsc.c142 dma_addr_t txr; /* Tx descriptor ring */ member in struct:mpsc_port_info
143 dma_addr_t txr_p; /* Phys addr of txr */
496 txre = (struct mpsc_tx_desc *)(pi->txr
788 pi->txr = dp;
824 dp = pi->txr;
866 pi->txr = 0;
1058 txre = (struct mpsc_tx_desc *)(pi->txr
1138 txre = (struct mpsc_tx_desc *)(pi->txr
1158 txre = (struct mpsc_tx_desc *)(pi->txr

Completed in 168 milliseconds