Searched refs:pktstatus (Results 1 – 4 of 4) 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()
359 u16 pktstatus; in tse_rx() local368 pktstatus = rxstatus >> 16; in tse_rx()371 if ((pktstatus & 0xFF) || (pktlength == 0)) in tse_rx()374 pktstatus, pktlength); in tse_rx()
329 tty->ctrl.pktstatus |= TIOCPKT_FLUSHREAD; in n_tty_packet_mode_flush()2235 if (packet && tty->link->ctrl.pktstatus) { in n_tty_read()2240 cs = tty->link->ctrl.pktstatus; in n_tty_read()2241 tty->link->ctrl.pktstatus = 0; in n_tty_read()2447 if (tty->ctrl.packet && tty->link->ctrl.pktstatus) in n_tty_poll()