Searched refs:port_conf (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_port_proxy.c | 144 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 D | t7xx_port_ctrl_msg.c | 174 const struct t7xx_port_conf *port_conf = port->port_conf; in control_msg_handler() local 184 if (port_conf->rx_ch == PORT_CH_CONTROL_RX || in control_msg_handler() 185 port_conf->rx_ch == PORT_CH_AP_CONTROL_RX) { in control_msg_handler() 186 int event = port_conf->rx_ch == PORT_CH_CONTROL_RX ? in control_msg_handler() 225 dev_err(port->dev, "%s control message handle error: %d\n", port_conf->name, ret); in control_msg_handler() 260 const struct t7xx_port_conf *port_conf = port->port_conf; in port_ctl_init() local 262 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name); in port_ctl_init()
|
| H A D | t7xx_port_trace.c | 110 dev_err(port->dev, "Unable to create trace port %s", port->port_conf->name); in t7xx_port_trace_md_state_notify()
|
| H A D | t7xx_state_monitor.c | 246 port->port_conf->ops->enable_chl(port); in t7xx_lk_stage_event_handling()
|
| /linux/drivers/ptp/ |
| H A D | ptp_ines.c | 126 u32 port_conf; member 230 ines_write32(port, PORT_CONF, port_conf); in ines_clock_init() 336 u32 port_conf; in ines_hwtstamp_get() local 342 port_conf = ines_read32(port, port_conf); in ines_hwtstamp_get() 344 cfg->tx_type = (port_conf & CM_ONE_STEP) ? HWTSTAMP_TX_ONESTEP_P2P in ines_hwtstamp_get() 358 u32 cm_one_step = 0, port_conf, ts_stat_rx, ts_stat_tx; in ines_hwtstamp_set() local 403 port_conf = ines_read32(port, port_conf); in ines_hwtstamp_set() 404 port_conf &= ~CM_ONE_STEP; in ines_hwtstamp_set() 405 port_conf |= cm_one_step; in ines_hwtstamp_set() 407 ines_write32(port, port_conf, port_conf); in ines_hwtstamp_set() [all …]
|