Searched refs:rcv_data (Results 1 – 3 of 3) sorted by relevance
211 struct plip_local rcv_data; member370 struct plip_local *rcv = &nl->rcv_data; in plip_bh()928 rcv = &nl->rcv_data; in plip_interrupt()1092 nl->rcv_data.state = nl->snd_data.state = PLIP_PK_DONE; in plip_open()1093 nl->rcv_data.skb = nl->snd_data.skb = NULL; in plip_open()1131 struct plip_local *rcv = &nl->rcv_data; in plip_close()
3026 bp->descr_block_virt->rcv_data[i + j].long_0 = in dfx_rcv_init()3031 bp->descr_block_virt->rcv_data[i + j].long_1 = in dfx_rcv_init()3044 bp->descr_block_virt->rcv_data[i+j].long_0 = (u32) (PI_RCV_DESCR_M_SOP | in dfx_rcv_init()3046 …bp->descr_block_virt->rcv_data[i+j].long_1 = (u32) (bp->rcv_block_phys + (i * PI_RCV_DATA_K_SIZE_M… in dfx_rcv_init()3117 dma_addr = bp->descr_block_virt->rcv_data[entry].long_1; in dfx_rcv_queue_process()3174 bp->descr_block_virt->rcv_data[entry].long_1 = (u32)new_dma_addr; in dfx_rcv_queue_process()3575 bp->descr_block_virt->rcv_data[i+j].long_1, in dfx_rcv_flush()
1162 PI_RCV_DESCR rcv_data[PI_RCV_DATA_K_NUM_ENTRIES]; member