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.c58 int tx_in, tx_out; member
271 desc = &get_status(port)->tx_descs[port->tx_out]; in wanxl_xmit()
287 port->tx_skbs[port->tx_out] = skb; in wanxl_xmit()
295 port->tx_out = (port->tx_out + 1) % TX_BUFFERS; in wanxl_xmit()
297 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit()
392 port->tx_in = port->tx_out = 0; in wanxl_open()
H A Dfsl_qmc_hdlc.c45 unsigned int tx_out; member
384 desc = &qmc_hdlc->tx_descs[qmc_hdlc->tx_out]; in qmc_hdlc_xmit()
408 qmc_hdlc->tx_out = (qmc_hdlc->tx_out + 1) % ARRAY_SIZE(qmc_hdlc->tx_descs); in qmc_hdlc_xmit()
410 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