Linux Kernel
3.7.1
|
struct n_hdlc - per device instance data structure - magic value for structure - miscellaneous control flags - ptr to TTY structure - TTY to use if tty gets closed - reentrancy flag for tx wakeup code - FIXME: describe this field - currently transmitting tx buffer - list of pending transmit frame buffers - list of received frame buffers - list unused transmit frame buffers - list unused received frame buffers
struct tty_struct* backup_tty |
struct n_hdlc_buf_list rx_buf_list |
struct n_hdlc_buf_list rx_free_buf_list |
struct n_hdlc_buf* tbuf |
struct tty_struct* tty |
struct n_hdlc_buf_list tx_buf_list |
struct n_hdlc_buf_list tx_free_buf_list |