Searched refs:pktstatus (Results 1 – 3 of 3) sorted by relevance
183 u32 pktstatus; in msgdma_rx_status() local189 pktstatus = csrrd32(priv->rx_dma_resp, in msgdma_rx_status()191 rxstatus = pktstatus; in msgdma_rx_status()
241 unsigned int pktstatus = 0; in sgdma_rx_status() local248 pktstatus = csrrd8(desc, sgdma_descroffs(status)); in sgdma_rx_status()249 rxstatus = pktstatus & ~SGDMA_STATUS_EOP; in sgdma_rx_status()
380 u16 pktstatus; in tse_rx() local389 pktstatus = rxstatus >> 16; in tse_rx()392 if ((pktstatus & 0xFF) || (pktlength == 0)) in tse_rx()395 pktstatus, pktlength); in tse_rx()