Searched refs:status_b (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c457 u32 status_b; local
462 status_b = le32_to_cpu(info->frame_status_b);
464 if (status_b & SLIC_VRHSTATB_TPCSUM)
468 if (status_b & SLIC_VRHSTATB_TPHLEN)
471 if (status_b & SLIC_VRHSTATB_IPCSUM)
473 if (status_b & SLIC_VRHSTATB_IPLERR)
475 if (status_b & SLIC_VRHSTATB_IPHERR)
478 if (status_b & SLIC_VRHSTATB_RCVE)
480 if (status_b & SLIC_VRHSTATB_BUFF)
482 if (status_b
[all...]
/linux-master/drivers/tty/serial/
H A Dzs.c321 u8 status_a, status_b; local
325 status_b = read_zsreg(zport_b, R0);
327 mctrl = ((status_b & CTS) ? TIOCM_CTS : 0) |
328 ((status_b & DCD) ? TIOCM_CAR : 0) |

Completed in 118 milliseconds