Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/altera/
Daltera_msgdma.c193 u32 pktstatus; in msgdma_rx_status() local
199 pktstatus = csrrd32(priv->rx_dma_resp, in msgdma_rx_status()
201 rxstatus = pktstatus; in msgdma_rx_status()
Daltera_sgdma.c252 unsigned int pktstatus = 0; in sgdma_rx_status() local
259 pktstatus = csrrd8(desc, sgdma_descroffs(status)); in sgdma_rx_status()
260 rxstatus = pktstatus & ~SGDMA_STATUS_EOP; in sgdma_rx_status()
Daltera_tse_main.c387 u16 pktstatus; in tse_rx() local
396 pktstatus = rxstatus >> 16; in tse_rx()
399 if ((pktstatus & 0xFF) || (pktlength == 0)) in tse_rx()
402 pktstatus, pktlength); in tse_rx()