t7xx_port
struct t7xx_port *ctl_port;
int t7xx_get_port_mtu(struct t7xx_port *port);
int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb);
int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb);
int t7xx_port_send_ctl_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int msg,
struct t7xx_port;
int (*init)(struct t7xx_port *port);
int (*recv_skb)(struct t7xx_port *port, struct sk_buff *skb);
void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state);
void (*uninit)(struct t7xx_port *port);
int (*enable_chl)(struct t7xx_port *port);
int (*disable_chl)(struct t7xx_port *port);
static int control_msg_handler(struct t7xx_port *port, struct sk_buff *skb)
struct t7xx_port *port = arg;
static int port_ctl_init(struct t7xx_port *port)
static void port_ctl_uninit(struct t7xx_port *port)
static int port_ctl_send_msg_to_md(struct t7xx_port *port, unsigned int msg, unsigned int ex_msg)
static int fsm_ee_message_handler(struct t7xx_port *port, struct t7xx_fsm_ctl *ctl,
static struct t7xx_port *t7xx_proxy_get_port_by_ch(struct port_proxy *port_prox, enum port_ch ch)
struct t7xx_port *port;
static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h)
struct t7xx_port *port;
static int t7xx_port_get_queue_no(struct t7xx_port *port)
static void t7xx_port_struct_init(struct t7xx_port *port)
int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb)
int t7xx_get_port_mtu(struct t7xx_port *port)
int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb)
static int t7xx_port_send_ccci_skb(struct t7xx_port *port, struct sk_buff *skb,
int t7xx_port_send_ctl_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int msg,
int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
struct t7xx_port *port;
struct t7xx_port *port;
static struct t7xx_port *t7xx_port_proxy_find_port(struct t7xx_pci_dev *t7xx_dev,
struct t7xx_port *port;
struct t7xx_port *port;
struct t7xx_port *port;
struct t7xx_port *port;
struct t7xx_port *port;
struct t7xx_port *port;
struct t7xx_port *port = t7xx_proxy_get_port_by_ch(port_prox, ch_id);
struct t7xx_port ports[];
static void t7xx_trace_port_uninit(struct t7xx_port *port)
static int t7xx_trace_port_recv_skb(struct t7xx_port *port, struct sk_buff *skb)
static void t7xx_port_trace_md_state_notify(struct t7xx_port *port, unsigned int state)
struct t7xx_port *port_private = wwan_port_get_drvdata(port);
static void t7xx_port_wwan_create(struct t7xx_port *port)
static int t7xx_port_wwan_init(struct t7xx_port *port)
static void t7xx_port_wwan_uninit(struct t7xx_port *port)
static int t7xx_port_wwan_recv_skb(struct t7xx_port *port, struct sk_buff *skb)
static int t7xx_port_wwan_enable_chl(struct t7xx_port *port)
static int t7xx_port_wwan_disable_chl(struct t7xx_port *port)
static void t7xx_port_wwan_md_state_notify(struct t7xx_port *port, unsigned int state)
struct t7xx_port *port_mtk = wwan_port_get_drvdata(port);
struct t7xx_port *port_mtk = wwan_port_get_drvdata(port);
static int t7xx_port_fastboot_tx(struct t7xx_port *port, struct sk_buff *skb)
static int t7xx_port_ctrl_tx(struct t7xx_port *port, struct sk_buff *skb)
struct t7xx_port *port;