Lines Matching refs:rcv_xmt_reg
1296 bp->rcv_xmt_reg.lword = 0; in dfx_adap_init()
1590 bp->rcv_xmt_reg.lword = 0; in dfx_close()
1909 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_int_common()
3065 bp->rcv_xmt_reg.index.rcv_prod = bp->rcv_bufs_to_post; in dfx_rcv_init()
3066 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_rcv_init()
3116 while (bp->rcv_xmt_reg.index.rcv_comp != p_type_2_cons->index.rcv_cons) in dfx_rcv_queue_process()
3122 entry = bp->rcv_xmt_reg.index.rcv_comp; in dfx_rcv_queue_process()
3237 bp->rcv_xmt_reg.index.rcv_prod += 1; in dfx_rcv_queue_process()
3238 bp->rcv_xmt_reg.index.rcv_comp += 1; in dfx_rcv_queue_process()
3377 prod = bp->rcv_xmt_reg.index.xmt_prod; in dfx_xmt_queue_pkt()
3434 if (prod == bp->rcv_xmt_reg.index.xmt_comp) in dfx_xmt_queue_pkt()
3461 bp->rcv_xmt_reg.index.xmt_prod = prod; in dfx_xmt_queue_pkt()
3462 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_xmt_queue_pkt()
3511 while (bp->rcv_xmt_reg.index.xmt_comp != p_type_2_cons->index.xmt_cons) in dfx_xmt_done()
3515 p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.xmt_comp]); in dfx_xmt_done()
3523 comp = bp->rcv_xmt_reg.index.xmt_comp; in dfx_xmt_done()
3541 bp->rcv_xmt_reg.index.xmt_comp += 1; in dfx_xmt_done()
3641 while (bp->rcv_xmt_reg.index.xmt_comp != bp->rcv_xmt_reg.index.xmt_prod) in dfx_xmt_flush()
3645 p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.xmt_comp]); in dfx_xmt_flush()
3648 comp = bp->rcv_xmt_reg.index.xmt_comp; in dfx_xmt_flush()
3670 bp->rcv_xmt_reg.index.xmt_comp += 1; in dfx_xmt_flush()
3676 prod_cons |= (u32)(bp->rcv_xmt_reg.index.xmt_prod << PI_CONS_V_XMT_INDEX); in dfx_xmt_flush()