Lines Matching defs:netcp
69 #define for_each_module(netcp, intf_modpriv) \ argument
220 static int netcp_register_interface(struct netcp_intf *netcp) in netcp_register_interface()
577 static void netcp_free_rx_desc_chain(struct netcp_intf *netcp, in netcp_free_rx_desc_chain()
615 static void netcp_empty_rx_queue(struct netcp_intf *netcp) in netcp_empty_rx_queue()
639 static int netcp_process_one_rx_packet(struct netcp_intf *netcp) in netcp_process_one_rx_packet()
777 static int netcp_process_rx_packets(struct netcp_intf *netcp, in netcp_process_rx_packets()
788 static void netcp_free_rx_buf(struct netcp_intf *netcp, int fdq) in netcp_free_rx_buf()
835 static void netcp_rxpool_free(struct netcp_intf *netcp) in netcp_rxpool_free()
851 static int netcp_allocate_rx_buf(struct netcp_intf *netcp, int fdq) in netcp_allocate_rx_buf()
931 static void netcp_rxpool_refill(struct netcp_intf *netcp) in netcp_rxpool_refill()
949 struct netcp_intf *netcp = container_of(napi, struct netcp_intf, in netcp_rx_poll() local
966 struct netcp_intf *netcp = arg; in netcp_rx_notify() local
972 static void netcp_free_tx_desc_chain(struct netcp_intf *netcp, in netcp_free_tx_desc_chain()
1001 static int netcp_process_tx_compl_packets(struct netcp_intf *netcp, in netcp_process_tx_compl_packets()
1060 struct netcp_intf *netcp = container_of(napi, struct netcp_intf, in netcp_tx_poll() local
1074 struct netcp_intf *netcp = arg; in netcp_tx_notify() local
1081 netcp_tx_map_skb(struct sk_buff *skb, struct netcp_intf *netcp) in netcp_tx_map_skb()
1169 static int netcp_tx_submit_skb(struct netcp_intf *netcp, in netcp_tx_submit_skb()
1266 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_ndo_start_xmit() local
1381 static struct netcp_addr *netcp_addr_find(struct netcp_intf *netcp, in netcp_addr_find()
1398 static struct netcp_addr *netcp_addr_add(struct netcp_intf *netcp, in netcp_addr_add()
1420 static void netcp_addr_del(struct netcp_intf *netcp, struct netcp_addr *naddr) in netcp_addr_del()
1426 static void netcp_addr_clear_mark(struct netcp_intf *netcp) in netcp_addr_clear_mark()
1434 static void netcp_addr_add_mark(struct netcp_intf *netcp, const u8 *addr, in netcp_addr_add_mark()
1450 static void netcp_addr_sweep_del(struct netcp_intf *netcp) in netcp_addr_sweep_del()
1474 static void netcp_addr_sweep_add(struct netcp_intf *netcp) in netcp_addr_sweep_add()
1497 static int netcp_set_promiscuous(struct netcp_intf *netcp, bool promisc) in netcp_set_promiscuous()
1517 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_set_rx_mode() local
1548 static void netcp_free_navigator_resources(struct netcp_intf *netcp) in netcp_free_navigator_resources()
1584 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_setup_navigator_resources() local
1699 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_ndo_open() local
1746 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_ndo_stop() local
1787 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_ndo_ioctl() local
1815 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_ndo_tx_timeout() local
1826 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_rx_add_vid() local
1853 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_rx_kill_vid() local
1913 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_get_stats() local
1962 struct netcp_intf *netcp; in netcp_create_interface() local
2119 struct netcp_intf *netcp = netdev_priv(ndev); in netcp_delete_interface() local