Home
last modified time | relevance | path

Searched refs:tx_out (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wan/
H A Dwanxl.c59 int tx_in, tx_out; member
288 desc = &get_status(port)->tx_descs[port->tx_out]; in wanxl_xmit()
304 port->tx_skbs[port->tx_out] = skb; in wanxl_xmit()
312 port->tx_out = (port->tx_out + 1) % TX_BUFFERS; in wanxl_xmit()
314 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit()
409 port->tx_in = port->tx_out = 0; in wanxl_open()
H A Dfsl_qmc_hdlc.c46 unsigned int tx_out; member
385 desc = &qmc_hdlc->tx_descs[qmc_hdlc->tx_out]; in qmc_hdlc_xmit()
409 qmc_hdlc->tx_out = (qmc_hdlc->tx_out + 1) % ARRAY_SIZE(qmc_hdlc->tx_descs); in qmc_hdlc_xmit()
411 if (qmc_hdlc->tx_descs[qmc_hdlc->tx_out].skb) in qmc_hdlc_xmit()
H A Dwanxlfw.S297 clrl tx_out(%d0)
451 movel tx_out(%d0), %d1
471 movel tx_out(%d0), %d1
476 tx_1: movel %d1, tx_out(%d0)
884 tx_out: .long 0, 0, 0, 0 // received from host for transmission label