Searched refs:port_prox (Results 1 – 6 of 6) sorted by relevance
393 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_port_proxy_recv_skb_from_dedicated_queue() local398 port = &port_prox->ports[0]; in t7xx_port_proxy_recv_skb_from_dedicated_queue()417 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_port_proxy_find_port() local509 struct port_proxy *port_prox = md->port_prox; in t7xx_proxy_init_all_ports() local540 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_proxy_debug_ports_show() local558 struct port_proxy *port_prox = md->port_prox; in t7xx_port_proxy_set_cfg() local576 port_prox->cfg_id = cfg_id; in t7xx_port_proxy_set_cfg()588 struct_size(port_prox, in t7xx_proxy_alloc()592 if (!port_prox) in t7xx_proxy_alloc()595 md->port_prox = port_prox; in t7xx_proxy_alloc()[all …]
102 void t7xx_port_proxy_reset(struct port_proxy *port_prox);103 void t7xx_port_proxy_uninit(struct port_proxy *port_prox);105 void t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state);107 int t7xx_port_proxy_chl_enable_disable(struct port_proxy *port_prox, unsigned int ch_id,
76 struct port_proxy *port_prox; member
338 t7xx_port_proxy_reset(md->port_prox); in t7xx_md_exception()717 t7xx_port_proxy_reset(md->port_prox); in t7xx_md_reset()779 t7xx_port_proxy_uninit(md->port_prox); in t7xx_md_init()811 t7xx_port_proxy_uninit(md->port_prox); in t7xx_md_exit()
103 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, state); in t7xx_fsm_broadcast_state()245 port = &ctl->md->port_prox->ports[0]; in t7xx_lk_stage_event_handling()315 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, MD_STATE_READY); in t7xx_fsm_broadcast_ready_state()
151 if (t7xx_port_proxy_chl_enable_disable(md->port_prox, ch_id, en_flag)) in t7xx_port_enum_msg_handler()