| u_char fill __attribute__((packed)); |
| u_char mode __attribute__((packed)); |
| u_char xml __attribute__((packed)); |
| u_char cmd __attribute__((packed)); |
| u_char cmd __attribute__((packed)); |
| u_char xml __attribute__((packed)); |
| u_char mode __attribute__((packed)); |
| u_char fill __attribute__((packed)); |
| struct fritz_adapter *adapter; |
| u_char rcvbuf[HSCX_BUFMAX]; /* B-Channel receive Buffer */ |
| int tx_cnt; /* B-Channel transmit counter */ |
| struct sk_buff *tx_skb; /* B-Channel transmit Buffer */ |
| u32 (*read_hdlc_status) (struct fritz_adapter *adapter, int nr); |
| void (*write_ctrl) (struct fritz_bcs *bcs, int which); |