Lines Matching refs:ehea_port

134 static void ehea_schedule_port_reset(struct ehea_port *port)  in ehea_schedule_port_reset()
157 struct ehea_port *port = adapter->port[k]; in ehea_update_firmware_handles()
183 struct ehea_port *port = adapter->port[k]; in ehea_update_firmware_handles()
243 struct ehea_port *port = adapter->port[k]; in ehea_update_bcmc_registrations()
263 struct ehea_port *port = adapter->port[k]; in ehea_update_bcmc_registrations()
320 struct ehea_port *port = netdev_priv(dev); in ehea_get_stats64()
345 struct ehea_port *port = in ehea_update_stats()
346 container_of(work, struct ehea_port, stats_work.work); in ehea_update_stats()
653 struct ehea_port *port = pr->port; in ehea_proc_rwqes()
752 static void reset_sq_restart_flag(struct ehea_port *port) in reset_sq_restart_flag()
763 static void check_sqs(struct ehea_port *port) in check_sqs()
920 struct ehea_port *port = param; in ehea_qp_aff_irq_handler()
957 static struct ehea_port *ehea_get_port(struct ehea_adapter *adapter, in ehea_get_port()
969 int ehea_sense_port_attr(struct ehea_port *port) in ehea_sense_port_attr()
1055 int ehea_set_portspeed(struct ehea_port *port, u32 port_speed) in ehea_set_portspeed()
1139 struct ehea_port *port; in ehea_parse_eqe()
1263 struct ehea_port *port = netdev_priv(dev); in ehea_reg_interrupts()
1321 struct ehea_port *port = netdev_priv(dev); in ehea_free_interrupts()
1342 static int ehea_configure_port(struct ehea_port *port) in ehea_configure_port()
1436 static int ehea_init_port_res(struct ehea_port *port, struct ehea_port_res *pr, in ehea_init_port_res()
1565 static int ehea_clean_portres(struct ehea_port *port, struct ehea_port_res *pr) in ehea_clean_portres()
1679 static int ehea_broadcast_reg_helper(struct ehea_port *port, u32 hcallid) in ehea_broadcast_reg_helper()
1713 struct ehea_port *port = netdev_priv(dev); in ehea_set_mac_addr()
1783 struct ehea_port *port = netdev_priv(dev); in ehea_promiscuous()
1812 static u64 ehea_multicast_reg_helper(struct ehea_port *port, u64 mc_mac_addr, in ehea_multicast_reg_helper()
1841 struct ehea_port *port = netdev_priv(dev); in ehea_drop_multicast_list()
1866 struct ehea_port *port = netdev_priv(dev); in ehea_allmulti()
1893 static void ehea_add_multicast_entry(struct ehea_port *port, u8 *mc_mac_addr) in ehea_add_multicast_entry()
1918 struct ehea_port *port = netdev_priv(dev); in ehea_set_multicast_list()
2013 struct ehea_port *port = netdev_priv(dev); in ehea_start_xmit()
2087 struct ehea_port *port = netdev_priv(dev); in ehea_vlan_rx_add_vid()
2125 struct ehea_port *port = netdev_priv(dev); in ehea_vlan_rx_kill_vid()
2236 static int ehea_port_res_setup(struct ehea_port *port, int def_qps) in ehea_port_res_setup()
2287 static int ehea_clean_all_portres(struct ehea_port *port) in ehea_clean_all_portres()
2319 struct ehea_port *port = netdev_priv(dev); in ehea_up()
2385 static void port_napi_disable(struct ehea_port *port) in port_napi_disable()
2393 static void port_napi_enable(struct ehea_port *port) in port_napi_enable()
2404 struct ehea_port *port = netdev_priv(dev); in ehea_open()
2428 struct ehea_port *port = netdev_priv(dev); in ehea_down()
2455 struct ehea_port *port = netdev_priv(dev); in ehea_stop()
2485 static void ehea_flush_sq(struct ehea_port *port) in ehea_flush_sq()
2507 struct ehea_port *port = netdev_priv(dev); in ehea_stop_qps()
2609 struct ehea_port *port = netdev_priv(dev); in ehea_restart_qps()
2680 struct ehea_port *port = in ehea_reset_port()
2681 container_of(work, struct ehea_port, reset_task); in ehea_reset_port()
2720 struct ehea_port *port = adapter->port[i]; in ehea_rereg_mrs()
2764 struct ehea_port *port = adapter->port[i]; in ehea_rereg_mrs()
2791 struct ehea_port *port = netdev_priv(dev); in ehea_tx_watchdog()
2826 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status()
2872 struct ehea_port *port = container_of(dev, struct ehea_port, ofdev.dev); in ehea_show_port_id()
2880 struct ehea_port *port = container_of(dev, struct ehea_port, ofdev.dev); in logical_port_release()
2884 static struct device *ehea_register_port(struct ehea_port *port, in ehea_register_port()
2916 static void ehea_unregister_port(struct ehea_port *port) in ehea_unregister_port()
2935 static struct ehea_port *ehea_setup_single_port(struct ehea_adapter *adapter, in ehea_setup_single_port()
2941 struct ehea_port *port; in ehea_setup_single_port()
2946 dev = alloc_etherdev_mq(sizeof(struct ehea_port), EHEA_MAX_PORT_RES); in ehea_setup_single_port()
3044 static void ehea_shutdown_single_port(struct ehea_port *port) in ehea_shutdown_single_port()
3120 struct ehea_port *port; in ehea_probe_port()
3175 struct ehea_port *port; in ehea_remove_port()