Lines Matching refs:ehea_port

138 static void ehea_schedule_port_reset(struct ehea_port *port)  in ehea_schedule_port_reset()
161 struct ehea_port *port = adapter->port[k]; in ehea_update_firmware_handles()
187 struct ehea_port *port = adapter->port[k]; in ehea_update_firmware_handles()
247 struct ehea_port *port = adapter->port[k]; in ehea_update_bcmc_registrations()
267 struct ehea_port *port = adapter->port[k]; in ehea_update_bcmc_registrations()
324 struct ehea_port *port = netdev_priv(dev); in ehea_get_stats64()
349 struct ehea_port *port = in ehea_update_stats()
350 container_of(work, struct ehea_port, stats_work.work); in ehea_update_stats()
657 struct ehea_port *port = pr->port; in ehea_proc_rwqes()
756 static void reset_sq_restart_flag(struct ehea_port *port) in reset_sq_restart_flag()
767 static void check_sqs(struct ehea_port *port) in check_sqs()
924 struct ehea_port *port = param; in ehea_qp_aff_irq_handler()
961 static struct ehea_port *ehea_get_port(struct ehea_adapter *adapter, in ehea_get_port()
973 int ehea_sense_port_attr(struct ehea_port *port) in ehea_sense_port_attr()
1059 int ehea_set_portspeed(struct ehea_port *port, u32 port_speed) in ehea_set_portspeed()
1143 struct ehea_port *port; in ehea_parse_eqe()
1267 struct ehea_port *port = netdev_priv(dev); in ehea_reg_interrupts()
1325 struct ehea_port *port = netdev_priv(dev); in ehea_free_interrupts()
1346 static int ehea_configure_port(struct ehea_port *port) in ehea_configure_port()
1440 static int ehea_init_port_res(struct ehea_port *port, struct ehea_port_res *pr, in ehea_init_port_res()
1569 static int ehea_clean_portres(struct ehea_port *port, struct ehea_port_res *pr) in ehea_clean_portres()
1683 static int ehea_broadcast_reg_helper(struct ehea_port *port, u32 hcallid) in ehea_broadcast_reg_helper()
1717 struct ehea_port *port = netdev_priv(dev); in ehea_set_mac_addr()
1787 struct ehea_port *port = netdev_priv(dev); in ehea_promiscuous()
1816 static u64 ehea_multicast_reg_helper(struct ehea_port *port, u64 mc_mac_addr, in ehea_multicast_reg_helper()
1845 struct ehea_port *port = netdev_priv(dev); in ehea_drop_multicast_list()
1870 struct ehea_port *port = netdev_priv(dev); in ehea_allmulti()
1897 static void ehea_add_multicast_entry(struct ehea_port *port, u8 *mc_mac_addr) in ehea_add_multicast_entry()
1922 struct ehea_port *port = netdev_priv(dev); in ehea_set_multicast_list()
2017 struct ehea_port *port = netdev_priv(dev); in ehea_start_xmit()
2091 struct ehea_port *port = netdev_priv(dev); in ehea_vlan_rx_add_vid()
2129 struct ehea_port *port = netdev_priv(dev); in ehea_vlan_rx_kill_vid()
2240 static int ehea_port_res_setup(struct ehea_port *port, int def_qps) in ehea_port_res_setup()
2291 static int ehea_clean_all_portres(struct ehea_port *port) in ehea_clean_all_portres()
2323 struct ehea_port *port = netdev_priv(dev); in ehea_up()
2389 static void port_napi_disable(struct ehea_port *port) in port_napi_disable()
2397 static void port_napi_enable(struct ehea_port *port) in port_napi_enable()
2408 struct ehea_port *port = netdev_priv(dev); in ehea_open()
2432 struct ehea_port *port = netdev_priv(dev); in ehea_down()
2459 struct ehea_port *port = netdev_priv(dev); in ehea_stop()
2489 static void ehea_flush_sq(struct ehea_port *port) in ehea_flush_sq()
2511 struct ehea_port *port = netdev_priv(dev); in ehea_stop_qps()
2613 struct ehea_port *port = netdev_priv(dev); in ehea_restart_qps()
2685 struct ehea_port *port = in ehea_reset_port()
2686 container_of(work, struct ehea_port, reset_task); in ehea_reset_port()
2725 struct ehea_port *port = adapter->port[i]; in ehea_rereg_mrs()
2769 struct ehea_port *port = adapter->port[i]; in ehea_rereg_mrs()
2796 struct ehea_port *port = netdev_priv(dev); in ehea_tx_watchdog()
2831 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status()
2877 struct ehea_port *port = container_of(dev, struct ehea_port, ofdev.dev); in log_port_id_show()
2885 struct ehea_port *port = container_of(dev, struct ehea_port, ofdev.dev); in logical_port_release()
2889 static struct device *ehea_register_port(struct ehea_port *port, in ehea_register_port()
2922 static void ehea_unregister_port(struct ehea_port *port) in ehea_unregister_port()
2941 static struct ehea_port *ehea_setup_single_port(struct ehea_adapter *adapter, in ehea_setup_single_port()
2947 struct ehea_port *port; in ehea_setup_single_port()
2952 dev = alloc_etherdev_mq(sizeof(struct ehea_port), EHEA_MAX_PORT_RES); in ehea_setup_single_port()
3050 static void ehea_shutdown_single_port(struct ehea_port *port) in ehea_shutdown_single_port()
3126 struct ehea_port *port; in probe_port_store()
3181 struct ehea_port *port; in remove_port_store()