Searched refs:t7xx_port (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_port.h | 80 struct t7xx_port; 82 int (*init)(struct t7xx_port *port); 83 int (*recv_skb)(struct t7xx_port *port, struct sk_buff *skb); 84 void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state); 85 void (*uninit)(struct t7xx_port *port); 86 int (*enable_chl)(struct t7xx_port *port); 87 int (*disable_chl)(struct t7xx_port *port); 103 struct t7xx_port { struct 140 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb); argument 141 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header, [all …]
|
H A D | t7xx_port_wwan.c | 38 struct t7xx_port *port_mtk = wwan_port_get_drvdata(port); in t7xx_port_ctrl_start() 49 struct t7xx_port *port_mtk = wwan_port_get_drvdata(port); in t7xx_port_ctrl_stop() 56 struct t7xx_port *port_private = wwan_port_get_drvdata(port); in t7xx_port_ctrl_tx() 102 static int t7xx_port_wwan_init(struct t7xx_port *port) in t7xx_port_wwan_init() 108 static void t7xx_port_wwan_uninit(struct t7xx_port *port) in t7xx_port_wwan_uninit() 118 static int t7xx_port_wwan_recv_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_wwan_recv_skb() 134 static int t7xx_port_wwan_enable_chl(struct t7xx_port *port) in t7xx_port_wwan_enable_chl() 143 static int t7xx_port_wwan_disable_chl(struct t7xx_port *port) in t7xx_port_wwan_disable_chl() 152 static void t7xx_port_wwan_md_state_notify(struct t7xx_port *port, unsigned int state) in t7xx_port_wwan_md_state_notify()
|
H A D | t7xx_port_proxy.c | 106 struct t7xx_port *port; in t7xx_proxy_get_port_by_ch() 142 struct t7xx_port *port; in t7xx_port_proxy_reset() 151 static int t7xx_port_get_queue_no(struct t7xx_port *port) in t7xx_port_get_queue_no() 160 static void t7xx_port_struct_init(struct t7xx_port *port) in t7xx_port_struct_init() 200 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_enqueue_skb() 308 struct t7xx_port *port; in t7xx_proxy_setup_ch_mapping() 337 struct t7xx_port *port; in t7xx_port_proxy_find_port() 369 struct t7xx_port *port; in t7xx_port_proxy_recv_skb() 414 struct t7xx_port *port; in t7xx_port_proxy_md_status_notify() 428 struct t7xx_port *port; in t7xx_proxy_init_all_ports() [all …]
|
H A D | 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) in port_ctl_send_msg_to_md() 56 static int fsm_ee_message_handler(struct t7xx_port *port, struct t7xx_fsm_ctl *ctl, in fsm_ee_message_handler() 158 static int control_msg_handler(struct t7xx_port *port, struct sk_buff *skb) in control_msg_handler() 219 struct t7xx_port *port = arg; in port_ctl_rx_thread() 244 static int port_ctl_init(struct t7xx_port *port) in port_ctl_init() 258 static void port_ctl_uninit(struct t7xx_port *port) in port_ctl_uninit()
|
H A D | t7xx_port_trace.c | 52 static void t7xx_trace_port_uninit(struct t7xx_port *port) in t7xx_trace_port_uninit() 64 static int t7xx_trace_port_recv_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_trace_port_recv_skb() 76 static void t7xx_port_trace_md_state_notify(struct t7xx_port *port, unsigned int state) in t7xx_port_trace_md_state_notify()
|
H A D | t7xx_modem_ops.h | 62 struct t7xx_port *ctl_port;
|
H A D | t7xx_port_proxy.h | 39 struct t7xx_port ports[];
|
/openbmc/ |
H A D | opengrok2.0.log | 23194 …ldren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/net/wwan/t7xx/t7xx_port.h.gz
|
H A D | opengrok1.0.log | 23712 …ldren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/net/wwan/t7xx/t7xx_port.h.gz
|