Home
last modified time | relevance | path

Searched refs:txcon (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/hippi/
H A Drrunner.c1029 u32 prodidx, rxindex, eidx, txcsmr, rxlimit, txcon; in rr_interrupt() local
1062 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 …]
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h83 __u8 txcon; member
H A Dcdns2-trace.h575 __entry->con_reg = pep->dir ? readb(&pdev->epx_regs->ep[pep->num - 1].txcon) :
H A Dcdns2-gadget.c1458 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()