• Home
  • Raw
  • Download

Lines Matching refs:ehea_port

141 void ehea_schedule_port_reset(struct ehea_port *port)  in ehea_schedule_port_reset()
162 struct ehea_port *port = adapter->port[k]; in ehea_update_firmware_handles()
185 struct ehea_port *port = adapter->port[k]; in ehea_update_firmware_handles()
239 struct ehea_port *port = adapter->port[k]; in ehea_update_bcmc_registrations()
259 struct ehea_port *port = adapter->port[k]; in ehea_update_bcmc_registrations()
303 struct ehea_port *port = netdev_priv(dev); in ehea_get_stats()
662 struct ehea_port *port = pr->port; in ehea_proc_rwqes()
858 struct ehea_port *port = netdev_priv(dev); in ehea_netpoll()
877 struct ehea_port *port = param; in ehea_qp_aff_irq_handler()
899 static struct ehea_port *ehea_get_port(struct ehea_adapter *adapter, in ehea_get_port()
911 int ehea_sense_port_attr(struct ehea_port *port) in ehea_sense_port_attr()
1004 int ehea_set_portspeed(struct ehea_port *port, u32 port_speed) in ehea_set_portspeed()
1088 struct ehea_port *port; in ehea_parse_eqe()
1217 struct ehea_port *port = netdev_priv(dev); in ehea_reg_interrupts()
1277 struct ehea_port *port = netdev_priv(dev); in ehea_free_interrupts()
1298 static int ehea_configure_port(struct ehea_port *port) in ehea_configure_port()
1394 static int ehea_init_port_res(struct ehea_port *port, struct ehea_port_res *pr, in ehea_init_port_res()
1523 static int ehea_clean_portres(struct ehea_port *port, struct ehea_port_res *pr) in ehea_clean_portres()
1706 static int ehea_broadcast_reg_helper(struct ehea_port *port, u32 hcallid) in ehea_broadcast_reg_helper()
1740 struct ehea_port *port = netdev_priv(dev); in ehea_set_mac_addr()
1813 struct ehea_port *port = netdev_priv(dev); in ehea_promiscuous()
1843 static u64 ehea_multicast_reg_helper(struct ehea_port *port, u64 mc_mac_addr, in ehea_multicast_reg_helper()
1870 struct ehea_port *port = netdev_priv(dev); in ehea_drop_multicast_list()
1895 struct ehea_port *port = netdev_priv(dev); in ehea_allmulti()
1919 static void ehea_add_multicast_entry(struct ehea_port *port, u8 *mc_mac_addr) in ehea_add_multicast_entry()
1946 struct ehea_port *port = netdev_priv(dev); in ehea_set_multicast_list()
2126 struct ehea_port *port = netdev_priv(dev); in ehea_start_xmit()
2213 struct ehea_port *port = netdev_priv(dev); in ehea_vlan_rx_register()
2238 struct ehea_port *port = netdev_priv(dev); in ehea_vlan_rx_add_vid()
2271 struct ehea_port *port = netdev_priv(dev); in ehea_vlan_rx_kill_vid()
2379 static int ehea_port_res_setup(struct ehea_port *port, int def_qps, in ehea_port_res_setup()
2431 static int ehea_clean_all_portres(struct ehea_port *port) in ehea_clean_all_portres()
2463 struct ehea_port *port = netdev_priv(dev); in ehea_up()
2537 static void port_napi_disable(struct ehea_port *port) in port_napi_disable()
2545 static void port_napi_enable(struct ehea_port *port) in port_napi_enable()
2556 struct ehea_port *port = netdev_priv(dev); in ehea_open()
2577 struct ehea_port *port = netdev_priv(dev); in ehea_down()
2609 struct ehea_port *port = netdev_priv(dev); in ehea_stop()
2639 static void ehea_flush_sq(struct ehea_port *port) in ehea_flush_sq()
2657 struct ehea_port *port = netdev_priv(dev); in ehea_stop_qps()
2759 struct ehea_port *port = netdev_priv(dev); in ehea_restart_qps()
2830 struct ehea_port *port = in ehea_reset_port()
2831 container_of(work, struct ehea_port, reset_task); in ehea_reset_port()
2871 struct ehea_port *port = adapter->port[i]; in ehea_rereg_mrs()
2916 struct ehea_port *port = adapter->port[i]; in ehea_rereg_mrs()
2940 struct ehea_port *port = netdev_priv(dev); in ehea_tx_watchdog()
2975 int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status()
3021 struct ehea_port *port = container_of(dev, struct ehea_port, ofdev.dev); in ehea_show_port_id()
3030 struct ehea_port *port = container_of(dev, struct ehea_port, ofdev.dev); in logical_port_release()
3034 static struct device *ehea_register_port(struct ehea_port *port, in ehea_register_port()
3066 static void ehea_unregister_port(struct ehea_port *port) in ehea_unregister_port()
3072 struct ehea_port *ehea_setup_single_port(struct ehea_adapter *adapter, in ehea_setup_single_port()
3078 struct ehea_port *port; in ehea_setup_single_port()
3083 dev = alloc_etherdev(sizeof(struct ehea_port)); in ehea_setup_single_port()
3182 static void ehea_shutdown_single_port(struct ehea_port *port) in ehea_shutdown_single_port()
3257 struct ehea_port *port; in ehea_probe_port()
3312 struct ehea_port *port; in ehea_remove_port()