Lines Matching refs:t7xx_dev
172 struct t7xx_fsm_ctl *ctl = port->t7xx_dev->md->fsm_ctl; in t7xx_port_get_queue_no()
241 md_ctrl = port->t7xx_dev->md->md_ctrl[path_id]; in t7xx_get_port_mtu()
251 md_ctrl = port->t7xx_dev->md->md_ctrl[path_id]; in t7xx_port_send_raw_skb()
305 struct t7xx_fsm_ctl *ctl = port->t7xx_dev->md->fsm_ctl; in t7xx_port_send_skb()
371 struct t7xx_pci_dev *t7xx_dev = queue->md_ctrl->t7xx_dev; in t7xx_port_proxy_recv_skb_from_dedicated_queue() local
372 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_port_proxy_recv_skb_from_dedicated_queue()
393 static struct t7xx_port *t7xx_port_proxy_find_port(struct t7xx_pci_dev *t7xx_dev, in t7xx_port_proxy_find_port() argument
396 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_port_proxy_find_port()
426 struct t7xx_pci_dev *t7xx_dev = queue->md_ctrl->t7xx_dev; in t7xx_port_proxy_recv_skb() local
427 struct t7xx_fsm_ctl *ctl = t7xx_dev->md->fsm_ctl; in t7xx_port_proxy_recv_skb()
440 port = t7xx_port_proxy_find_port(t7xx_dev, queue, channel); in t7xx_port_proxy_recv_skb()
503 port->t7xx_dev = md->t7xx_dev; in t7xx_proxy_init_all_ports()
504 port->dev = &md->t7xx_dev->pdev->dev; in t7xx_proxy_init_all_ports()
543 struct device *dev = &md->t7xx_dev->pdev->dev; in t7xx_proxy_alloc()