• Home
  • Raw
  • Download

Lines Matching refs:vnet_port

47 static int __vnet_tx_trigger(struct vnet_port *port, u32 start);
54 static int vnet_handle_unknown(struct vnet_port *port, void *arg) in vnet_handle_unknown()
67 static int vnet_port_alloc_tx_ring(struct vnet_port *port);
71 struct vnet_port *port = to_vnet_port(vio); in sunvnet_send_attr_common()
135 struct vnet_port *port = to_vnet_port(vio); in handle_attr_info()
374 static int vnet_rx_one(struct vnet_port *port, struct vio_net_desc *desc) in vnet_rx_one()
470 static int vnet_send_ack(struct vnet_port *port, struct vio_dring_state *dr, in vnet_send_ack()
519 static struct vio_net_desc *get_rx_desc(struct vnet_port *port, in get_rx_desc()
535 static int put_rx_desc(struct vnet_port *port, in put_rx_desc()
551 static int vnet_walk_rx_one(struct vnet_port *port, in vnet_walk_rx_one()
587 static int vnet_walk_rx(struct vnet_port *port, struct vio_dring_state *dr, in vnet_walk_rx()
644 static int vnet_rx(struct vnet_port *port, void *msgbuf, int *npkts, in vnet_rx()
686 static int vnet_ack(struct vnet_port *port, void *msgbuf) in vnet_ack()
735 static int vnet_nack(struct vnet_port *port, void *msgbuf) in vnet_nack()
741 static int handle_mcast(struct vnet_port *port, void *msgbuf) in handle_mcast()
760 static void maybe_tx_wakeup(struct vnet_port *port) in maybe_tx_wakeup()
772 bool sunvnet_port_is_up_common(struct vnet_port *vnet) in sunvnet_port_is_up_common()
780 static int vnet_event_napi(struct vnet_port *port, int budget) in vnet_event_napi()
916 struct vnet_port *port = container_of(napi, struct vnet_port, napi); in sunvnet_poll_common()
931 struct vnet_port *port = arg; in sunvnet_event_common()
940 static int __vnet_tx_trigger(struct vnet_port *port, u32 start) in __vnet_tx_trigger()
989 static struct sk_buff *vnet_clean_tx_ring(struct vnet_port *port, in vnet_clean_tx_ring()
1047 struct vnet_port *port = from_timer(port, t, clean_timer); in sunvnet_clean_timer_expire_common()
1221 vnet_handle_offloads(struct vnet_port *port, struct sk_buff *skb, in vnet_handle_offloads()
1222 struct vnet_port *(*vnet_tx_port) in vnet_handle_offloads()
1325 struct vnet_port *(*vnet_tx_port) in sunvnet_start_xmit_common()
1328 struct vnet_port *port = NULL; in sunvnet_start_xmit_common()
1586 static void __send_mc_list(struct vnet *vp, struct vnet_port *port) in __send_mc_list()
1651 struct vnet_port *port; in sunvnet_set_rx_mode_common()
1671 void sunvnet_port_free_tx_bufs_common(struct vnet_port *port) in sunvnet_port_free_tx_bufs_common()
1708 void vnet_port_reset(struct vnet_port *port) in vnet_port_reset()
1718 static int vnet_port_alloc_tx_ring(struct vnet_port *port) in vnet_port_alloc_tx_ring()
1770 struct vnet_port *port; in sunvnet_poll_controller_common()
1775 port = list_entry(vp->port_list.next, struct vnet_port, list); in sunvnet_poll_controller_common()
1783 void sunvnet_port_add_txq_common(struct vnet_port *port) in sunvnet_port_add_txq_common()
1808 void sunvnet_port_rm_txq_common(struct vnet_port *port) in sunvnet_port_rm_txq_common()