Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | tl_setup_get_version_qry |
struct | tl_setup_get_version_rsp |
struct | tl_setup_config_msg |
struct | tl_setup_config_done_msg |
struct | tl_setup_open_msg |
struct | tl_setup_close_msg |
struct | tl_setup_info_msg |
struct | tl_setup_info_msgAck |
struct | TlSetupRebootMsgAck |
union | ipw_setup_rx_msg |
Macros | |
#define | TL_SETUP_VERSION 1 |
#define | TL_SETUP_VERSION_QRY_TMO 1000 |
#define | TL_SETUP_MAX_VERSION_QRY 30 |
#define | TL_SETUP_SIGNO_GET_VERSION_QRY 10 |
#define | TL_SETUP_SIGNO_GET_VERSION_RSP 11 |
#define | TL_SETUP_SIGNO_CONFIG_MSG 12 |
#define | TL_SETUP_SIGNO_CONFIG_DONE_MSG 13 |
#define | TL_SETUP_SIGNO_OPEN_MSG 14 |
#define | TL_SETUP_SIGNO_CLOSE_MSG 15 |
#define | TL_SETUP_SIGNO_INFO_MSG 20 |
#define | TL_SETUP_SIGNO_INFO_MSG_ACK 21 |
#define | TL_SETUP_SIGNO_REBOOT_MSG 22 |
#define | TL_SETUP_SIGNO_REBOOT_MSG_ACK 23 |
#define | COMM_DRIVER 0 |
#define | NDISWAN_DRIVER 1 |
#define | NDISWAN_DRIVER_MAJOR_VERSION 2 |
#define | NDISWAN_DRIVER_MINOR_VERSION 0 |
Functions | |
struct tl_setup_get_version_qry | __attribute__ ((__packed__)) |
Variables | |
unsigned char | sig_no |
unsigned char | version |
unsigned char | port_no |
unsigned char | prio_data |
unsigned char | prio_ctrl |
unsigned char | driver_type |
unsigned char | major_version |
unsigned char | minor_version |
struct tl_setup_get_version_rsp | version_rsp_msg |
struct tl_setup_open_msg | open_msg |
struct tl_setup_close_msg | close_msg |
struct tl_setup_info_msg | InfoMsg |
struct tl_setup_info_msgAck | info_msg_ack |
#define COMM_DRIVER 0 |
Definition at line 74 of file setup_protocol.h.
#define NDISWAN_DRIVER 1 |
Definition at line 75 of file setup_protocol.h.
#define NDISWAN_DRIVER_MAJOR_VERSION 2 |
Definition at line 76 of file setup_protocol.h.
#define NDISWAN_DRIVER_MINOR_VERSION 0 |
Definition at line 77 of file setup_protocol.h.
#define TL_SETUP_MAX_VERSION_QRY 30 |
Definition at line 25 of file setup_protocol.h.
#define TL_SETUP_SIGNO_CLOSE_MSG 15 |
Definition at line 33 of file setup_protocol.h.
#define TL_SETUP_SIGNO_CONFIG_DONE_MSG 13 |
Definition at line 31 of file setup_protocol.h.
#define TL_SETUP_SIGNO_CONFIG_MSG 12 |
Definition at line 30 of file setup_protocol.h.
#define TL_SETUP_SIGNO_GET_VERSION_QRY 10 |
Definition at line 28 of file setup_protocol.h.
#define TL_SETUP_SIGNO_GET_VERSION_RSP 11 |
Definition at line 29 of file setup_protocol.h.
#define TL_SETUP_SIGNO_INFO_MSG 20 |
Definition at line 35 of file setup_protocol.h.
#define TL_SETUP_SIGNO_INFO_MSG_ACK 21 |
Definition at line 36 of file setup_protocol.h.
#define TL_SETUP_SIGNO_OPEN_MSG 14 |
Definition at line 32 of file setup_protocol.h.
#define TL_SETUP_SIGNO_REBOOT_MSG 22 |
Definition at line 38 of file setup_protocol.h.
#define TL_SETUP_SIGNO_REBOOT_MSG_ACK 23 |
Definition at line 39 of file setup_protocol.h.
#define TL_SETUP_VERSION 1 |
Definition at line 22 of file setup_protocol.h.
#define TL_SETUP_VERSION_QRY_TMO 1000 |
Definition at line 24 of file setup_protocol.h.
|
read |
Definition at line 85 of file mpc512x_dma.c.
struct tl_setup_close_msg close_msg |
Definition at line 110 of file setup_protocol.h.
unsigned char driver_type |
Definition at line 90 of file setup_protocol.h.
struct tl_setup_info_msgAck info_msg_ack |
Definition at line 112 of file setup_protocol.h.
struct tl_setup_info_msg InfoMsg |
Definition at line 111 of file setup_protocol.h.
unsigned char major_version |
Definition at line 91 of file setup_protocol.h.
unsigned char minor_version |
Definition at line 92 of file setup_protocol.h.
struct tl_setup_open_msg open_msg |
Definition at line 109 of file setup_protocol.h.
unsigned char port_no |
Definition at line 58 of file setup_protocol.h.
unsigned char prio_ctrl |
Definition at line 60 of file setup_protocol.h.
unsigned char prio_data |
Definition at line 59 of file setup_protocol.h.
unsigned char sig_no |
Definition at line 45 of file setup_protocol.h.
unsigned char version |
Definition at line 51 of file setup_protocol.h.
struct tl_setup_get_version_rsp version_rsp_msg |
Definition at line 108 of file setup_protocol.h.