Lines Matching refs:t7xx_port
82 struct t7xx_port;
84 int (*init)(struct t7xx_port *port);
85 int (*recv_skb)(struct t7xx_port *port, struct sk_buff *skb);
86 void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state);
87 void (*uninit)(struct t7xx_port *port);
88 int (*enable_chl)(struct t7xx_port *port);
89 int (*disable_chl)(struct t7xx_port *port);
105 struct t7xx_port { struct
140 int t7xx_get_port_mtu(struct t7xx_port *port); argument
143 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb);
144 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
146 int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb);
147 int t7xx_port_send_ctl_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int msg,