Lines Matching refs:rcv_xmt_reg
1285 bp->rcv_xmt_reg.lword = 0;
1579 bp->rcv_xmt_reg.lword = 0;
1898 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword);
3054 bp->rcv_xmt_reg.index.rcv_prod = bp->rcv_bufs_to_post;
3055 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword);
3105 while (bp->rcv_xmt_reg.index.rcv_comp != p_type_2_cons->index.rcv_cons)
3111 entry = bp->rcv_xmt_reg.index.rcv_comp;
3226 bp->rcv_xmt_reg.index.rcv_prod += 1;
3227 bp->rcv_xmt_reg.index.rcv_comp += 1;
3366 prod = bp->rcv_xmt_reg.index.xmt_prod;
3423 if (prod == bp->rcv_xmt_reg.index.xmt_comp)
3450 bp->rcv_xmt_reg.index.xmt_prod = prod;
3451 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword);
3500 while (bp->rcv_xmt_reg.index.xmt_comp != p_type_2_cons->index.xmt_cons)
3504 p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.xmt_comp]);
3512 comp = bp->rcv_xmt_reg.index.xmt_comp;
3530 bp->rcv_xmt_reg.index.xmt_comp += 1;
3630 while (bp->rcv_xmt_reg.index.xmt_comp != bp->rcv_xmt_reg.index.xmt_prod)
3634 p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.xmt_comp]);
3637 comp = bp->rcv_xmt_reg.index.xmt_comp;
3659 bp->rcv_xmt_reg.index.xmt_comp += 1;
3665 prod_cons |= (u32)(bp->rcv_xmt_reg.index.xmt_prod << PI_CONS_V_XMT_INDEX);