Home
last modified time | relevance | path

Searched refs:pktstatus (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/
H A Daltera_msgdma.c183 u32 pktstatus; in msgdma_rx_status() local
189 pktstatus = csrrd32(priv->rx_dma_resp, in msgdma_rx_status()
191 rxstatus = pktstatus; in msgdma_rx_status()
H A Daltera_sgdma.c241 unsigned int pktstatus = 0; in sgdma_rx_status() local
248 pktstatus = csrrd8(desc, sgdma_descroffs(status)); in sgdma_rx_status()
249 rxstatus = pktstatus & ~SGDMA_STATUS_EOP; in sgdma_rx_status()
H A Daltera_tse_main.c380 u16 pktstatus; in tse_rx() local
389 pktstatus = rxstatus >> 16; in tse_rx()
392 if ((pktstatus & 0xFF) || (pktlength == 0)) in tse_rx()
395 pktstatus, pktlength); in tse_rx()