Lines Matching refs:t7xx_port

121 static struct t7xx_port *t7xx_proxy_get_port_by_ch(struct port_proxy *port_prox, enum port_ch ch)  in t7xx_proxy_get_port_by_ch()
124 struct t7xx_port *port; in t7xx_proxy_get_port_by_ch()
136 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) in t7xx_port_next_rx_seq_num()
160 struct t7xx_port *port; in t7xx_port_proxy_reset()
169 static int t7xx_port_get_queue_no(struct t7xx_port *port) in t7xx_port_get_queue_no()
178 static void t7xx_port_struct_init(struct t7xx_port *port) in t7xx_port_struct_init()
218 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_enqueue_skb()
235 int t7xx_get_port_mtu(struct t7xx_port *port) in t7xx_get_port_mtu()
245 int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_send_raw_skb()
260 static int t7xx_port_send_ccci_skb(struct t7xx_port *port, struct sk_buff *skb, in t7xx_port_send_ccci_skb()
284 int t7xx_port_send_ctl_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int msg, in t7xx_port_send_ctl_skb()
302 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header, in t7xx_port_send_skb()
336 struct t7xx_port *port; in t7xx_proxy_setup_ch_mapping()
374 struct t7xx_port *port; 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()
398 struct t7xx_port *port; in t7xx_port_proxy_find_port()
430 struct t7xx_port *port; in t7xx_port_proxy_recv_skb()
475 struct t7xx_port *port; in t7xx_port_proxy_md_status_notify()
489 struct t7xx_port *port; in t7xx_proxy_init_all_ports()
583 struct t7xx_port *port; in t7xx_port_proxy_uninit()
597 struct t7xx_port *port = t7xx_proxy_get_port_by_ch(port_prox, ch_id); in t7xx_port_proxy_chl_enable_disable()