Searched defs:ppp_driver_context (Results 1 – 1 of 1) sorted by relevance
73 struct ppp_driver_context { struct74 const struct device *dev;75 struct net_if *iface;78 struct net_pkt *pkt;81 size_t available;84 uint8_t buf[UART_BUF_LEN];87 uint8_t buf2[UART_BUF_LEN];88 struct k_work_delayable uart_recovery_work;91 uint8_t send_buf[UART_TX_BUF_LEN];94 uint8_t send_buf[UART_BUF_LEN];[all …]