Home
last modified time | relevance | path

Searched refs:port_conf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c144 const struct t7xx_port_conf *port_conf; in t7xx_proxy_get_port_by_ch() local
149 port_conf = port->port_conf; in t7xx_proxy_get_port_by_ch()
150 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch()
192 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_get_queue_no() local
196 port_conf->txq_exp_index : port_conf->txq_index; in t7xx_port_get_queue_no()
258 enum cldma_id path_id = port->port_conf->path_id; in t7xx_get_port_mtu()
268 enum cldma_id path_id = port->port_conf->path_id; in t7xx_port_send_raw_skb()
284 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_ccci_skb() local
290 status = FIELD_PREP(CCCI_H_CHN_FLD, port_conf->tx_ch) | in t7xx_port_send_ccci_skb()
331 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_skb() local
[all …]
H A Dt7xx_port_ctrl_msg.c160 const struct t7xx_port_conf *port_conf = port->port_conf; in control_msg_handler() local
170 if (port_conf->rx_ch == PORT_CH_CONTROL_RX || in control_msg_handler()
171 port_conf->rx_ch == PORT_CH_AP_CONTROL_RX) { in control_msg_handler()
172 int event = port_conf->rx_ch == PORT_CH_CONTROL_RX ? in control_msg_handler()
211 dev_err(port->dev, "%s control message handle error: %d\n", port_conf->name, ret); in control_msg_handler()
246 const struct t7xx_port_conf *port_conf = port->port_conf; in port_ctl_init() local
248 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name); in port_ctl_init()
H A Dt7xx_port_trace.c110 dev_err(port->dev, "Unable to create trace port %s", port->port_conf->name); in t7xx_port_trace_md_state_notify()
H A Dt7xx_state_monitor.c246 port->port_conf->ops->enable_chl(port); in t7xx_lk_stage_event_handling()