Searched refs:port_conf (Results 1 – 4 of 4) sorted by relevance
144 const struct t7xx_port_conf *port_conf; in t7xx_proxy_get_port_by_ch() local149 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() local196 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() local290 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 …]
160 const struct t7xx_port_conf *port_conf = port->port_conf; in control_msg_handler() local170 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() local248 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name); in port_ctl_init()
110 dev_err(port->dev, "Unable to create trace port %s", port->port_conf->name); in t7xx_port_trace_md_state_notify()
246 port->port_conf->ops->enable_chl(port); in t7xx_lk_stage_event_handling()