Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/fddi/
Ddefxx.c3104 p_type_2_cons = (PI_TYPE_2_CONSUMER *)(&bp->cons_block_virt->xmt_rcv_data); in dfx_rcv_queue_process()
3499 p_type_2_cons = (PI_TYPE_2_CONSUMER *)(&bp->cons_block_virt->xmt_rcv_data); in dfx_xmt_done()
3664 prod_cons = (u32)(bp->cons_block_virt->xmt_rcv_data & ~PI_CONS_M_XMT_INDEX); in dfx_xmt_flush()
3666 bp->cons_block_virt->xmt_rcv_data = prod_cons; in dfx_xmt_flush()
Ddefxx.h1068 volatile PI_UINT32 xmt_rcv_data; member