Searched refs:txcon (Results 1 – 3 of 3) sorted by relevance
1029 u32 prodidx, rxindex, eidx, txcsmr, rxlimit, txcon; in rr_interrupt() local1062 txcon = rrpriv->dirty_tx; in rr_interrupt()1063 if (txcsmr != txcon) { in rr_interrupt()1068 if(rrpriv->tx_skbuff[txcon]){ in rr_interrupt()1072 desc = &(rrpriv->tx_ring[txcon]); in rr_interrupt()1073 skb = rrpriv->tx_skbuff[txcon]; in rr_interrupt()1083 rrpriv->tx_skbuff[txcon] = NULL; in rr_interrupt()1085 set_rraddr(&rrpriv->tx_ring[txcon].addr, 0); in rr_interrupt()1088 txcon = (txcon + 1) % TX_RING_ENTRIES; in rr_interrupt()1089 } while (txcsmr != txcon); in rr_interrupt()[all …]
83 __u8 txcon; member
1458 writeb(ep_cfg, &pdev->epx_regs->ep[pep->num - 1].txcon); in cdns2_ep_config()1834 conf = &pdev->epx_regs->ep[pep->num - 1].txcon; in cdns2_halt_endpoint()