Lines Matching refs:rcv_xmt_reg
1283 bp->rcv_xmt_reg.lword = 0; in dfx_adap_init()
1577 bp->rcv_xmt_reg.lword = 0; in dfx_close()
1896 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_int_common()
3052 bp->rcv_xmt_reg.index.rcv_prod = bp->rcv_bufs_to_post; in dfx_rcv_init()
3053 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_rcv_init()
3103 while (bp->rcv_xmt_reg.index.rcv_comp != p_type_2_cons->index.rcv_cons) in dfx_rcv_queue_process()
3109 entry = bp->rcv_xmt_reg.index.rcv_comp; in dfx_rcv_queue_process()
3224 bp->rcv_xmt_reg.index.rcv_prod += 1; in dfx_rcv_queue_process()
3225 bp->rcv_xmt_reg.index.rcv_comp += 1; in dfx_rcv_queue_process()
3364 prod = bp->rcv_xmt_reg.index.xmt_prod; in dfx_xmt_queue_pkt()
3421 if (prod == bp->rcv_xmt_reg.index.xmt_comp) in dfx_xmt_queue_pkt()
3448 bp->rcv_xmt_reg.index.xmt_prod = prod; in dfx_xmt_queue_pkt()
3449 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_xmt_queue_pkt()
3498 while (bp->rcv_xmt_reg.index.xmt_comp != p_type_2_cons->index.xmt_cons) in dfx_xmt_done()
3502 p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.xmt_comp]); in dfx_xmt_done()
3510 comp = bp->rcv_xmt_reg.index.xmt_comp; in dfx_xmt_done()
3528 bp->rcv_xmt_reg.index.xmt_comp += 1; in dfx_xmt_done()
3628 while (bp->rcv_xmt_reg.index.xmt_comp != bp->rcv_xmt_reg.index.xmt_prod) in dfx_xmt_flush()
3632 p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.xmt_comp]); in dfx_xmt_flush()
3635 comp = bp->rcv_xmt_reg.index.xmt_comp; in dfx_xmt_flush()
3657 bp->rcv_xmt_reg.index.xmt_comp += 1; in dfx_xmt_flush()
3663 prod_cons |= (u32)(bp->rcv_xmt_reg.index.xmt_prod << PI_CONS_V_XMT_INDEX); in dfx_xmt_flush()