Home
last modified time | relevance | path

Searched refs:rcv_xmt_reg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/fddi/
H A Ddefxx.c1285 bp->rcv_xmt_reg.lword = 0; in dfx_adap_init()
1579 bp->rcv_xmt_reg.lword = 0; in dfx_close()
3226 bp->rcv_xmt_reg.index.rcv_prod += 1; in dfx_rcv_queue_process()
3227 bp->rcv_xmt_reg.index.rcv_comp += 1; in dfx_rcv_queue_process()
3366 prod = bp->rcv_xmt_reg.index.xmt_prod; in dfx_xmt_queue_pkt()
3450 bp->rcv_xmt_reg.index.xmt_prod = prod; in dfx_xmt_queue_pkt()
3512 comp = bp->rcv_xmt_reg.index.xmt_comp; in dfx_xmt_done()
3530 bp->rcv_xmt_reg.index.xmt_comp += 1; in dfx_xmt_done()
3630 while (bp->rcv_xmt_reg.index.xmt_comp != bp->rcv_xmt_reg.index.xmt_prod) in dfx_xmt_flush()
3637 comp = bp->rcv_xmt_reg.index.xmt_comp; in dfx_xmt_flush()
[all …]
H A Ddefxx.h1738 PI_TYPE_2_PROD_REG rcv_xmt_reg; /* Type 2 (RCV/XMT) register */ member