Symbol: t7xx_port
drivers/net/wwan/t7xx/t7xx_modem_ops.h
62
struct t7xx_port *ctl_port;
drivers/net/wwan/t7xx/t7xx_port.h
143
int t7xx_get_port_mtu(struct t7xx_port *port);
drivers/net/wwan/t7xx/t7xx_port.h
146
int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb);
drivers/net/wwan/t7xx/t7xx_port.h
147
int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
drivers/net/wwan/t7xx/t7xx_port.h
149
int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb);
drivers/net/wwan/t7xx/t7xx_port.h
150
int t7xx_port_send_ctl_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int msg,
drivers/net/wwan/t7xx/t7xx_port.h
84
struct t7xx_port;
drivers/net/wwan/t7xx/t7xx_port.h
86
int (*init)(struct t7xx_port *port);
drivers/net/wwan/t7xx/t7xx_port.h
87
int (*recv_skb)(struct t7xx_port *port, struct sk_buff *skb);
drivers/net/wwan/t7xx/t7xx_port.h
88
void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state);
drivers/net/wwan/t7xx/t7xx_port.h
89
void (*uninit)(struct t7xx_port *port);
drivers/net/wwan/t7xx/t7xx_port.h
90
int (*enable_chl)(struct t7xx_port *port);
drivers/net/wwan/t7xx/t7xx_port.h
91
int (*disable_chl)(struct t7xx_port *port);
drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c
172
static int control_msg_handler(struct t7xx_port *port, struct sk_buff *skb)
drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c
233
struct t7xx_port *port = arg;
drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c
258
static int port_ctl_init(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c
272
static void port_ctl_uninit(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c
40
static int port_ctl_send_msg_to_md(struct t7xx_port *port, unsigned int msg, unsigned int ex_msg)
drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c
56
static int fsm_ee_message_handler(struct t7xx_port *port, struct t7xx_fsm_ctl *ctl,
drivers/net/wwan/t7xx/t7xx_port_proxy.c
142
static struct t7xx_port *t7xx_proxy_get_port_by_ch(struct port_proxy *port_prox, enum port_ch ch)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
145
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
157
static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
181
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
190
static int t7xx_port_get_queue_no(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
199
static void t7xx_port_struct_init(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
239
int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
256
int t7xx_get_port_mtu(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
266
int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb)
drivers/net/wwan/t7xx/t7xx_port_proxy.c
281
static int t7xx_port_send_ccci_skb(struct t7xx_port *port, struct sk_buff *skb,
drivers/net/wwan/t7xx/t7xx_port_proxy.c
305
int t7xx_port_send_ctl_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int msg,
drivers/net/wwan/t7xx/t7xx_port_proxy.c
323
int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
drivers/net/wwan/t7xx/t7xx_port_proxy.c
357
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
395
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
414
static struct t7xx_port *t7xx_port_proxy_find_port(struct t7xx_pci_dev *t7xx_dev,
drivers/net/wwan/t7xx/t7xx_port_proxy.c
419
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
451
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
496
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
510
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
541
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
624
struct t7xx_port *port;
drivers/net/wwan/t7xx/t7xx_port_proxy.c
638
struct t7xx_port *port = t7xx_proxy_get_port_by_ch(port_prox, ch_id);
drivers/net/wwan/t7xx/t7xx_port_proxy.h
46
struct t7xx_port ports[];
drivers/net/wwan/t7xx/t7xx_port_trace.c
52
static void t7xx_trace_port_uninit(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_trace.c
65
static int t7xx_trace_port_recv_skb(struct t7xx_port *port, struct sk_buff *skb)
drivers/net/wwan/t7xx/t7xx_port_trace.c
77
static void t7xx_port_trace_md_state_notify(struct t7xx_port *port, unsigned int state)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
132
struct t7xx_port *port_private = wwan_port_get_drvdata(port);
drivers/net/wwan/t7xx/t7xx_port_wwan.c
153
static void t7xx_port_wwan_create(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
170
static int t7xx_port_wwan_init(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
183
static void t7xx_port_wwan_uninit(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
193
static int t7xx_port_wwan_recv_skb(struct t7xx_port *port, struct sk_buff *skb)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
209
static int t7xx_port_wwan_enable_chl(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
218
static int t7xx_port_wwan_disable_chl(struct t7xx_port *port)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
227
static void t7xx_port_wwan_md_state_notify(struct t7xx_port *port, unsigned int state)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
40
struct t7xx_port *port_mtk = wwan_port_get_drvdata(port);
drivers/net/wwan/t7xx/t7xx_port_wwan.c
51
struct t7xx_port *port_mtk = wwan_port_get_drvdata(port);
drivers/net/wwan/t7xx/t7xx_port_wwan.c
56
static int t7xx_port_fastboot_tx(struct t7xx_port *port, struct sk_buff *skb)
drivers/net/wwan/t7xx/t7xx_port_wwan.c
90
static int t7xx_port_ctrl_tx(struct t7xx_port *port, struct sk_buff *skb)
drivers/net/wwan/t7xx/t7xx_state_monitor.c
229
struct t7xx_port *port;