Lines Matching refs:rcv_xmt_reg
1285 bp->rcv_xmt_reg.lword = 0; in dfx_adap_init()
1579 bp->rcv_xmt_reg.lword = 0; in dfx_close()
1898 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_int_common()
3054 bp->rcv_xmt_reg.index.rcv_prod = bp->rcv_bufs_to_post; in dfx_rcv_init()
3055 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_rcv_init()
3105 while (bp->rcv_xmt_reg.index.rcv_comp != p_type_2_cons->index.rcv_cons) in dfx_rcv_queue_process()
3111 entry = bp->rcv_xmt_reg.index.rcv_comp; in dfx_rcv_queue_process()
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()
3423 if (prod == bp->rcv_xmt_reg.index.xmt_comp) in dfx_xmt_queue_pkt()
3450 bp->rcv_xmt_reg.index.xmt_prod = prod; in dfx_xmt_queue_pkt()
3451 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_xmt_queue_pkt()
3500 while (bp->rcv_xmt_reg.index.xmt_comp != p_type_2_cons->index.xmt_cons) in dfx_xmt_done()
3504 p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.xmt_comp]); in dfx_xmt_done()
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()
3634 p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.xmt_comp]); in dfx_xmt_flush()
3637 comp = bp->rcv_xmt_reg.index.xmt_comp; in dfx_xmt_flush()
3659 bp->rcv_xmt_reg.index.xmt_comp += 1; in dfx_xmt_flush()
3665 prod_cons |= (u32)(bp->rcv_xmt_reg.index.xmt_prod << PI_CONS_V_XMT_INDEX); in dfx_xmt_flush()