Lines Matching refs:function

109 - receive function is invoked
154 These slave network devices have custom net_device_ops and ethtool_ops function
164 ndo_start_xmit() function, since they contain the appropriate switch tag, the
224 function hooks should be invoked, information about the directly attached switch
232 dsa_switch_driver: structure referencing function pointers, see below for a full
281 will not make us go through the switch tagging protocol transmit function, so
312 The PHY configuration is done by the dsa_slave_phy_setup() function and the
383 - setup: setup function for the switch, this function is responsible for setting
385 interrupts, mutexes, locks etc.. This function is also expected to properly
390 platform should be disabled. Past this function, the switch is expected to be
392 to issue a software reset of the switch during this setup function in order to
406 on its own (e.g.: coming from switch memory mapped registers), this function
412 For builtin switch Ethernet PHYs, this function should allow reading the link
420 builtin Ethernet PHYs, per port. This function is responsible for calling
425 is attached to a PHY device. This function is responsible for appropriately
439 - get_strings: ethtool function used to query the driver's strings, will
442 - get_ethtool_stats: ethtool function used to query per-port statistics and
447 - get_sset_count: ethtool function used to query the number of statistics items
449 - get_wol: ethtool function used to obtain Wake-on-LAN settings per-port, this
450 function may, for certain implementations also query the master network device
453 - set_wol: ethtool function used to configure Wake-on-LAN settings per-port,
456 - set_eee: ethtool function which is used to configure a switch port EEE (Green
458 PHY level if relevant. This function should enable EEE at the switch port MAC
461 - get_eee: ethtool function which is used to query a switch port EEE settings,
462 this function should return the EEE state of the switch port MAC controller
466 - get_eeprom_len: ethtool function returning for a given switch the EEPROM
469 - get_eeprom: ethtool function returning for a given switch the EEPROM contents
471 - set_eeprom: ethtool function writing specified data to a given switch EEPROM
473 - get_regs_len: ethtool function returning the register length for a given
476 - get_regs: ethtool function returning the Ethernet switch internal register
477 contents. This function might require user-land code in ethtool to
483 - suspend: function invoked by the DSA platform device when the system goes to
488 - resume: function invoked by the DSA platform device when the system resumes,
492 - port_enable: function invoked by the DSA slave network device ndo_open
493 function when a port is administratively brought up, this function should be
498 - port_disable: function invoked by the DSA slave network device ndo_close
499 function when a port is administratively brought down, this function should be
509 - get_temp: this function queries the given switch for its temperature
511 - get_temp_limit: this function returns the switch current maximum temperature
514 - set_temp_limit: this function configures the maximum temperature limit allowed
516 - get_temp_alarm: this function returns the critical temperature threshold
524 - port_join_bridge: bridge layer function invoked when a given switch port is
525 added to a bridge, this function should be doing the necessary at the switch
531 - port_leave_bridge: bridge layer function invoked when a given switch port is
532 removed from a bridge, this function should be doing the necessary at the
539 - port_stp_update: bridge layer function invoked when a given switch port STP
548 - port_pvid_get: bridge layer function invoked when a Port-based VLAN ID is
551 - port_pvid_set: bridge layer function invoked when a Port-based VLAN ID needs
554 - port_vlan_add: bridge layer function invoked when a VLAN is configured
557 - port_vlan_del: bridge layer function invoked when a VLAN is removed from the
560 - vlan_getnext: bridge layer function invoked to query the next configured VLAN
563 - port_fdb_add: bridge layer function invoked when the bridge wants to install a
571 - port_fdb_del: bridge layer function invoked when the bridge wants to remove a