/* * Copyright (c) 2012, The Linux Foundation. All rights reserved. * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all copies. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #ifndef _SHIVA_API_H_ #define _SHIVA_API_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifdef IN_PORTCONTROL #define PORTCONTROL_API \ SW_API_DEF(SW_API_PT_DUPLEX_GET, shiva_port_duplex_get), \ SW_API_DEF(SW_API_PT_DUPLEX_SET, shiva_port_duplex_set), \ SW_API_DEF(SW_API_PT_SPEED_GET, shiva_port_speed_get), \ SW_API_DEF(SW_API_PT_SPEED_SET, shiva_port_speed_set), \ SW_API_DEF(SW_API_PT_AN_GET, shiva_port_autoneg_status_get), \ SW_API_DEF(SW_API_PT_AN_ENABLE, shiva_port_autoneg_enable), \ SW_API_DEF(SW_API_PT_AN_RESTART, shiva_port_autoneg_restart), \ SW_API_DEF(SW_API_PT_AN_ADV_GET, shiva_port_autoneg_adv_get), \ SW_API_DEF(SW_API_PT_AN_ADV_SET, shiva_port_autoneg_adv_set), \ SW_API_DEF(SW_API_PT_HDR_SET, shiva_port_hdr_status_set), \ SW_API_DEF(SW_API_PT_HDR_GET, shiva_port_hdr_status_get), \ SW_API_DEF(SW_API_PT_FLOWCTRL_SET, shiva_port_flowctrl_set), \ SW_API_DEF(SW_API_PT_FLOWCTRL_GET, shiva_port_flowctrl_get), \ SW_API_DEF(SW_API_PT_FLOWCTRL_MODE_SET, shiva_port_flowctrl_forcemode_set), \ SW_API_DEF(SW_API_PT_FLOWCTRL_MODE_GET, shiva_port_flowctrl_forcemode_get), \ SW_API_DEF(SW_API_PT_POWERSAVE_SET, shiva_port_powersave_set), \ SW_API_DEF(SW_API_PT_POWERSAVE_GET, shiva_port_powersave_get), \ SW_API_DEF(SW_API_PT_HIBERNATE_SET, shiva_port_hibernate_set), \ SW_API_DEF(SW_API_PT_HIBERNATE_GET, shiva_port_hibernate_get), \ SW_API_DEF(SW_API_PT_CDT, shiva_port_cdt), #define PORTCONTROL_API_PARAM \ SW_API_DESC(SW_API_PT_DUPLEX_GET) \ SW_API_DESC(SW_API_PT_DUPLEX_SET) \ SW_API_DESC(SW_API_PT_SPEED_GET) \ SW_API_DESC(SW_API_PT_SPEED_SET) \ SW_API_DESC(SW_API_PT_AN_GET) \ SW_API_DESC(SW_API_PT_AN_ENABLE) \ SW_API_DESC(SW_API_PT_AN_RESTART) \ SW_API_DESC(SW_API_PT_AN_ADV_GET) \ SW_API_DESC(SW_API_PT_AN_ADV_SET) \ SW_API_DESC(SW_API_PT_HDR_SET) \ SW_API_DESC(SW_API_PT_HDR_GET) \ SW_API_DESC(SW_API_PT_FLOWCTRL_SET) \ SW_API_DESC(SW_API_PT_FLOWCTRL_GET) \ SW_API_DESC(SW_API_PT_FLOWCTRL_MODE_SET) \ SW_API_DESC(SW_API_PT_FLOWCTRL_MODE_GET) \ SW_API_DESC(SW_API_PT_POWERSAVE_SET) \ SW_API_DESC(SW_API_PT_POWERSAVE_GET) \ SW_API_DESC(SW_API_PT_HIBERNATE_SET) \ SW_API_DESC(SW_API_PT_HIBERNATE_GET) \ SW_API_DESC(SW_API_PT_CDT) #else #define PORTCONTROL_API #define PORTCONTROL_API_PARAM #endif #ifdef IN_VLAN #define VLAN_API \ SW_API_DEF(SW_API_VLAN_ADD, shiva_vlan_create), \ SW_API_DEF(SW_API_VLAN_DEL, shiva_vlan_delete), \ SW_API_DEF(SW_API_VLAN_MEM_UPDATE, shiva_vlan_member_update), \ SW_API_DEF(SW_API_VLAN_FIND, shiva_vlan_find), \ SW_API_DEF(SW_API_VLAN_NEXT, shiva_vlan_next), \ SW_API_DEF(SW_API_VLAN_APPEND, shiva_vlan_entry_append), \ SW_API_DEF(SW_API_VLAN_FLUSH, shiva_vlan_flush), #define VLAN_API_PARAM \ SW_API_DESC(SW_API_VLAN_ADD) \ SW_API_DESC(SW_API_VLAN_DEL) \ SW_API_DESC(SW_API_VLAN_MEM_UPDATE) \ SW_API_DESC(SW_API_VLAN_FIND) \ SW_API_DESC(SW_API_VLAN_NEXT) \ SW_API_DESC(SW_API_VLAN_APPEND) \ SW_API_DESC(SW_API_VLAN_FLUSH) #else #define VLAN_API #define VLAN_API_PARAM #endif #ifdef IN_PORTVLAN #define PORTVLAN_API \ SW_API_DEF(SW_API_PT_ING_MODE_GET, shiva_port_1qmode_get), \ SW_API_DEF(SW_API_PT_ING_MODE_SET, shiva_port_1qmode_set), \ SW_API_DEF(SW_API_PT_EG_MODE_GET, shiva_port_egvlanmode_get), \ SW_API_DEF(SW_API_PT_EG_MODE_SET, shiva_port_egvlanmode_set), \ SW_API_DEF(SW_API_PT_VLAN_MEM_ADD, shiva_portvlan_member_add), \ SW_API_DEF(SW_API_PT_VLAN_MEM_DEL, shiva_portvlan_member_del), \ SW_API_DEF(SW_API_PT_VLAN_MEM_UPDATE, shiva_portvlan_member_update), \ SW_API_DEF(SW_API_PT_VLAN_MEM_GET, shiva_portvlan_member_get), \ SW_API_DEF(SW_API_PT_FORCE_DEF_VID_SET, shiva_port_force_default_vid_set), \ SW_API_DEF(SW_API_PT_FORCE_DEF_VID_GET, shiva_port_force_default_vid_get), \ SW_API_DEF(SW_API_PT_FORCE_PORTVLAN_SET, shiva_port_force_portvlan_set), \ SW_API_DEF(SW_API_PT_FORCE_PORTVLAN_GET, shiva_port_force_portvlan_get), \ SW_API_DEF(SW_API_NESTVLAN_TPID_SET, shiva_nestvlan_tpid_set), \ SW_API_DEF(SW_API_NESTVLAN_TPID_GET, shiva_nestvlan_tpid_get), \ SW_API_DEF(SW_API_PT_IN_VLAN_MODE_SET, shiva_port_invlan_mode_set), \ SW_API_DEF(SW_API_PT_IN_VLAN_MODE_GET, shiva_port_invlan_mode_get), \ SW_API_DEF(SW_API_PT_TLS_SET, shiva_port_tls_set), \ SW_API_DEF(SW_API_PT_TLS_GET, shiva_port_tls_get), \ SW_API_DEF(SW_API_PT_PRI_PROPAGATION_SET, shiva_port_pri_propagation_set), \ SW_API_DEF(SW_API_PT_PRI_PROPAGATION_GET, shiva_port_pri_propagation_get), \ SW_API_DEF(SW_API_PT_DEF_SVID_SET, shiva_port_default_svid_set), \ SW_API_DEF(SW_API_PT_DEF_SVID_GET, shiva_port_default_svid_get), \ SW_API_DEF(SW_API_PT_DEF_CVID_SET, shiva_port_default_cvid_set), \ SW_API_DEF(SW_API_PT_DEF_CVID_GET, shiva_port_default_cvid_get), \ SW_API_DEF(SW_API_PT_VLAN_PROPAGATION_SET, shiva_port_vlan_propagation_set), \ SW_API_DEF(SW_API_PT_VLAN_PROPAGATION_GET, shiva_port_vlan_propagation_get), \ SW_API_DEF(SW_API_PT_VLAN_TRANS_ADD, shiva_port_vlan_trans_add), \ SW_API_DEF(SW_API_PT_VLAN_TRANS_DEL, shiva_port_vlan_trans_del), \ SW_API_DEF(SW_API_PT_VLAN_TRANS_GET, shiva_port_vlan_trans_get), \ SW_API_DEF(SW_API_QINQ_MODE_SET, shiva_qinq_mode_set), \ SW_API_DEF(SW_API_QINQ_MODE_GET, shiva_qinq_mode_get), \ SW_API_DEF(SW_API_PT_QINQ_ROLE_SET, shiva_port_qinq_role_set), \ SW_API_DEF(SW_API_PT_QINQ_ROLE_GET, shiva_port_qinq_role_get), \ SW_API_DEF(SW_API_PT_VLAN_TRANS_ITERATE, shiva_port_vlan_trans_iterate), #define PORTVLAN_API_PARAM \ SW_API_DESC(SW_API_PT_ING_MODE_GET) \ SW_API_DESC(SW_API_PT_ING_MODE_SET) \ SW_API_DESC(SW_API_PT_EG_MODE_GET) \ SW_API_DESC(SW_API_PT_EG_MODE_SET) \ SW_API_DESC(SW_API_PT_VLAN_MEM_ADD) \ SW_API_DESC(SW_API_PT_VLAN_MEM_DEL) \ SW_API_DESC(SW_API_PT_VLAN_MEM_UPDATE) \ SW_API_DESC(SW_API_PT_VLAN_MEM_GET) \ SW_API_DESC(SW_API_PT_FORCE_DEF_VID_SET) \ SW_API_DESC(SW_API_PT_FORCE_DEF_VID_GET) \ SW_API_DESC(SW_API_PT_FORCE_PORTVLAN_SET) \ SW_API_DESC(SW_API_PT_FORCE_PORTVLAN_GET) \ SW_API_DESC(SW_API_NESTVLAN_TPID_SET) \ SW_API_DESC(SW_API_NESTVLAN_TPID_GET) \ SW_API_DESC(SW_API_PT_IN_VLAN_MODE_SET) \ SW_API_DESC(SW_API_PT_IN_VLAN_MODE_GET) \ SW_API_DESC(SW_API_PT_TLS_SET) \ SW_API_DESC(SW_API_PT_TLS_GET) \ SW_API_DESC(SW_API_PT_PRI_PROPAGATION_SET) \ SW_API_DESC(SW_API_PT_PRI_PROPAGATION_GET) \ SW_API_DESC(SW_API_PT_DEF_SVID_SET) \ SW_API_DESC(SW_API_PT_DEF_SVID_GET) \ SW_API_DESC(SW_API_PT_DEF_CVID_SET) \ SW_API_DESC(SW_API_PT_DEF_CVID_GET) \ SW_API_DESC(SW_API_PT_VLAN_PROPAGATION_SET) \ SW_API_DESC(SW_API_PT_VLAN_PROPAGATION_GET) \ SW_API_DESC(SW_API_PT_VLAN_TRANS_ADD) \ SW_API_DESC(SW_API_PT_VLAN_TRANS_DEL) \ SW_API_DESC(SW_API_PT_VLAN_TRANS_GET) \ SW_API_DESC(SW_API_QINQ_MODE_SET) \ SW_API_DESC(SW_API_QINQ_MODE_GET) \ SW_API_DESC(SW_API_PT_QINQ_ROLE_SET) \ SW_API_DESC(SW_API_PT_QINQ_ROLE_GET) \ SW_API_DESC(SW_API_PT_VLAN_TRANS_ITERATE) #else #define PORTVLAN_API #define PORTVLAN_API_PARAM #endif #ifdef IN_FDB #define FDB_API \ SW_API_DEF(SW_API_FDB_ADD, shiva_fdb_add), \ SW_API_DEF(SW_API_FDB_DELALL, shiva_fdb_del_all), \ SW_API_DEF(SW_API_FDB_DELPORT,shiva_fdb_del_by_port), \ SW_API_DEF(SW_API_FDB_DELMAC, shiva_fdb_del_by_mac), \ SW_API_DEF(SW_API_FDB_FIRST, shiva_fdb_first), \ SW_API_DEF(SW_API_FDB_FIND, shiva_fdb_find), \ SW_API_DEF(SW_API_FDB_PT_LEARN_SET, shiva_fdb_port_learn_set), \ SW_API_DEF(SW_API_FDB_PT_LEARN_GET, shiva_fdb_port_learn_get), \ SW_API_DEF(SW_API_FDB_AGE_CTRL_SET, shiva_fdb_age_ctrl_set), \ SW_API_DEF(SW_API_FDB_AGE_CTRL_GET, shiva_fdb_age_ctrl_get), \ SW_API_DEF(SW_API_FDB_AGE_TIME_SET, shiva_fdb_age_time_set), \ SW_API_DEF(SW_API_FDB_AGE_TIME_GET, shiva_fdb_age_time_get), \ SW_API_DEF(SW_API_FDB_ITERATE, shiva_fdb_iterate), #define FDB_API_PARAM \ SW_API_DESC(SW_API_FDB_ADD) \ SW_API_DESC(SW_API_FDB_DELALL) \ SW_API_DESC(SW_API_FDB_DELPORT) \ SW_API_DESC(SW_API_FDB_DELMAC) \ SW_API_DESC(SW_API_FDB_FIRST) \ SW_API_DESC(SW_API_FDB_FIND) \ SW_API_DESC(SW_API_FDB_PT_LEARN_SET) \ SW_API_DESC(SW_API_FDB_PT_LEARN_GET) \ SW_API_DESC(SW_API_FDB_AGE_CTRL_SET) \ SW_API_DESC(SW_API_FDB_AGE_CTRL_GET) \ SW_API_DESC(SW_API_FDB_AGE_TIME_SET) \ SW_API_DESC(SW_API_FDB_AGE_TIME_GET) \ SW_API_DESC(SW_API_FDB_ITERATE) #else #define FDB_API #define FDB_API_PARAM #endif #ifdef IN_ACL #define ACL_API \ SW_API_DEF(SW_API_ACL_LIST_CREAT, shiva_acl_list_creat), \ SW_API_DEF(SW_API_ACL_LIST_DESTROY, shiva_acl_list_destroy), \ SW_API_DEF(SW_API_ACL_RULE_ADD, shiva_acl_rule_add), \ SW_API_DEF(SW_API_ACL_RULE_DELETE, shiva_acl_rule_delete), \ SW_API_DEF(SW_API_ACL_RULE_QUERY, shiva_acl_rule_query), \ SW_API_DEF(SW_API_ACL_LIST_BIND, shiva_acl_list_bind), \ SW_API_DEF(SW_API_ACL_LIST_UNBIND, shiva_acl_list_unbind), \ SW_API_DEF(SW_API_ACL_STATUS_SET, shiva_acl_status_set), \ SW_API_DEF(SW_API_ACL_STATUS_GET, shiva_acl_status_get), \ SW_API_DEF(SW_API_ACL_LIST_DUMP, shiva_acl_list_dump), \ SW_API_DEF(SW_API_ACL_RULE_DUMP, shiva_acl_rule_dump), #define ACL_API_PARAM \ SW_API_DESC(SW_API_ACL_LIST_CREAT) \ SW_API_DESC(SW_API_ACL_LIST_DESTROY) \ SW_API_DESC(SW_API_ACL_RULE_ADD) \ SW_API_DESC(SW_API_ACL_RULE_DELETE) \ SW_API_DESC(SW_API_ACL_RULE_QUERY) \ SW_API_DESC(SW_API_ACL_LIST_BIND) \ SW_API_DESC(SW_API_ACL_LIST_UNBIND) \ SW_API_DESC(SW_API_ACL_STATUS_SET) \ SW_API_DESC(SW_API_ACL_STATUS_GET) \ SW_API_DESC(SW_API_ACL_LIST_DUMP) \ SW_API_DESC(SW_API_ACL_RULE_DUMP) #else #define ACL_API #define ACL_API_PARAM #endif #ifdef IN_QOS #define QOS_API \ SW_API_DEF(SW_API_QOS_QU_TX_BUF_ST_SET, shiva_qos_queue_tx_buf_status_set), \ SW_API_DEF(SW_API_QOS_QU_TX_BUF_ST_GET, shiva_qos_queue_tx_buf_status_get), \ SW_API_DEF(SW_API_QOS_QU_TX_BUF_NR_SET, shiva_qos_queue_tx_buf_nr_set), \ SW_API_DEF(SW_API_QOS_QU_TX_BUF_NR_GET, shiva_qos_queue_tx_buf_nr_get), \ SW_API_DEF(SW_API_QOS_PT_TX_BUF_ST_SET, shiva_qos_port_tx_buf_status_set), \ SW_API_DEF(SW_API_QOS_PT_TX_BUF_ST_GET, shiva_qos_port_tx_buf_status_get), \ SW_API_DEF(SW_API_QOS_PT_TX_BUF_NR_SET, shiva_qos_port_tx_buf_nr_set), \ SW_API_DEF(SW_API_QOS_PT_TX_BUF_NR_GET, shiva_qos_port_tx_buf_nr_get), \ SW_API_DEF(SW_API_QOS_PT_RX_BUF_NR_SET, shiva_qos_port_rx_buf_nr_set), \ SW_API_DEF(SW_API_QOS_PT_RX_BUF_NR_GET, shiva_qos_port_rx_buf_nr_get), \ SW_API_DEF(SW_API_COSMAP_UP_QU_SET, shiva_cosmap_up_queue_set), \ SW_API_DEF(SW_API_COSMAP_UP_QU_GET, shiva_cosmap_up_queue_get), \ SW_API_DEF(SW_API_COSMAP_DSCP_QU_SET, shiva_cosmap_dscp_queue_set), \ SW_API_DEF(SW_API_COSMAP_DSCP_QU_GET, shiva_cosmap_dscp_queue_get), \ SW_API_DEF(SW_API_QOS_PT_MODE_SET, shiva_qos_port_mode_set), \ SW_API_DEF(SW_API_QOS_PT_MODE_GET, shiva_qos_port_mode_get), \ SW_API_DEF(SW_API_QOS_PT_MODE_PRI_SET, shiva_qos_port_mode_pri_set), \ SW_API_DEF(SW_API_QOS_PT_MODE_PRI_GET, shiva_qos_port_mode_pri_get), \ SW_API_DEF(SW_API_QOS_PORT_DEF_UP_SET, shiva_qos_port_default_up_set), \ SW_API_DEF(SW_API_QOS_PORT_DEF_UP_GET, shiva_qos_port_default_up_get), \ SW_API_DEF(SW_API_QOS_PORT_SCH_MODE_SET, shiva_qos_port_sch_mode_set), \ SW_API_DEF(SW_API_QOS_PORT_SCH_MODE_GET, shiva_qos_port_sch_mode_get), #define QOS_API_PARAM \ SW_API_DESC(SW_API_QOS_QU_TX_BUF_ST_SET) \ SW_API_DESC(SW_API_QOS_QU_TX_BUF_ST_GET) \ SW_API_DESC(SW_API_QOS_QU_TX_BUF_NR_SET) \ SW_API_DESC(SW_API_QOS_QU_TX_BUF_NR_GET) \ SW_API_DESC(SW_API_QOS_PT_TX_BUF_ST_SET) \ SW_API_DESC(SW_API_QOS_PT_TX_BUF_ST_GET) \ SW_API_DESC(SW_API_QOS_PT_TX_BUF_NR_SET) \ SW_API_DESC(SW_API_QOS_PT_TX_BUF_NR_GET) \ SW_API_DESC(SW_API_QOS_PT_RX_BUF_NR_SET) \ SW_API_DESC(SW_API_QOS_PT_RX_BUF_NR_GET) \ SW_API_DESC(SW_API_COSMAP_UP_QU_SET) \ SW_API_DESC(SW_API_COSMAP_UP_QU_GET) \ SW_API_DESC(SW_API_COSMAP_DSCP_QU_SET) \ SW_API_DESC(SW_API_COSMAP_DSCP_QU_GET) \ SW_API_DESC(SW_API_QOS_PT_MODE_SET) \ SW_API_DESC(SW_API_QOS_PT_MODE_GET) \ SW_API_DESC(SW_API_QOS_PT_MODE_PRI_SET) \ SW_API_DESC(SW_API_QOS_PT_MODE_PRI_GET) \ SW_API_DESC(SW_API_QOS_PORT_DEF_UP_SET) \ SW_API_DESC(SW_API_QOS_PORT_DEF_UP_GET) \ SW_API_DESC(SW_API_QOS_PORT_SCH_MODE_SET) \ SW_API_DESC(SW_API_QOS_PORT_SCH_MODE_GET) #else #define QOS_API #define QOS_API_PARAM #endif #ifdef IN_IGMP #define IGMP_API \ SW_API_DEF(SW_API_PT_IGMPS_MODE_SET, shiva_port_igmps_status_set), \ SW_API_DEF(SW_API_PT_IGMPS_MODE_GET, shiva_port_igmps_status_get), \ SW_API_DEF(SW_API_IGMP_MLD_CMD_SET, shiva_igmp_mld_cmd_set), \ SW_API_DEF(SW_API_IGMP_MLD_CMD_GET, shiva_igmp_mld_cmd_get), \ SW_API_DEF(SW_API_IGMP_PT_JOIN_SET, shiva_port_igmp_mld_join_set), \ SW_API_DEF(SW_API_IGMP_PT_JOIN_GET, shiva_port_igmp_mld_join_get), \ SW_API_DEF(SW_API_IGMP_PT_LEAVE_SET, shiva_port_igmp_mld_leave_set), \ SW_API_DEF(SW_API_IGMP_PT_LEAVE_GET, shiva_port_igmp_mld_leave_get), \ SW_API_DEF(SW_API_IGMP_RP_SET, shiva_igmp_mld_rp_set), \ SW_API_DEF(SW_API_IGMP_RP_GET, shiva_igmp_mld_rp_get), \ SW_API_DEF(SW_API_IGMP_ENTRY_CREAT_SET, shiva_igmp_mld_entry_creat_set), \ SW_API_DEF(SW_API_IGMP_ENTRY_CREAT_GET, shiva_igmp_mld_entry_creat_get), \ SW_API_DEF(SW_API_IGMP_ENTRY_STATIC_SET, shiva_igmp_mld_entry_static_set), \ SW_API_DEF(SW_API_IGMP_ENTRY_STATIC_GET, shiva_igmp_mld_entry_static_get), \ SW_API_DEF(SW_API_IGMP_ENTRY_LEAKY_SET, shiva_igmp_mld_entry_leaky_set), \ SW_API_DEF(SW_API_IGMP_ENTRY_LEAKY_GET, shiva_igmp_mld_entry_leaky_get), \ SW_API_DEF(SW_API_IGMP_ENTRY_V3_SET, shiva_igmp_mld_entry_v3_set), \ SW_API_DEF(SW_API_IGMP_ENTRY_V3_GET, shiva_igmp_mld_entry_v3_get), \ SW_API_DEF(SW_API_IGMP_ENTRY_QUEUE_SET, shiva_igmp_mld_entry_queue_set), \ SW_API_DEF(SW_API_IGMP_ENTRY_QUEUE_GET, shiva_igmp_mld_entry_queue_get), #define IGMP_API_PARAM \ SW_API_DESC(SW_API_PT_IGMPS_MODE_SET) \ SW_API_DESC(SW_API_PT_IGMPS_MODE_GET) \ SW_API_DESC(SW_API_IGMP_MLD_CMD_SET) \ SW_API_DESC(SW_API_IGMP_MLD_CMD_GET) \ SW_API_DESC(SW_API_IGMP_PT_JOIN_SET) \ SW_API_DESC(SW_API_IGMP_PT_JOIN_GET) \ SW_API_DESC(SW_API_IGMP_PT_LEAVE_SET) \ SW_API_DESC(SW_API_IGMP_PT_LEAVE_GET) \ SW_API_DESC(SW_API_IGMP_RP_SET) \ SW_API_DESC(SW_API_IGMP_RP_GET) \ SW_API_DESC(SW_API_IGMP_ENTRY_CREAT_SET) \ SW_API_DESC(SW_API_IGMP_ENTRY_CREAT_GET) \ SW_API_DESC(SW_API_IGMP_ENTRY_STATIC_SET) \ SW_API_DESC(SW_API_IGMP_ENTRY_STATIC_GET) \ SW_API_DESC(SW_API_IGMP_ENTRY_LEAKY_SET) \ SW_API_DESC(SW_API_IGMP_ENTRY_LEAKY_GET) \ SW_API_DESC(SW_API_IGMP_ENTRY_V3_SET) \ SW_API_DESC(SW_API_IGMP_ENTRY_V3_GET) \ SW_API_DESC(SW_API_IGMP_ENTRY_QUEUE_SET) \ SW_API_DESC(SW_API_IGMP_ENTRY_QUEUE_GET) #else #define IGMP_API #define IGMP_API_PARAM #endif #ifdef IN_LEAKY #define LEAKY_API \ SW_API_DEF(SW_API_UC_LEAKY_MODE_SET, shiva_uc_leaky_mode_set), \ SW_API_DEF(SW_API_UC_LEAKY_MODE_GET, shiva_uc_leaky_mode_get), \ SW_API_DEF(SW_API_MC_LEAKY_MODE_SET, shiva_mc_leaky_mode_set), \ SW_API_DEF(SW_API_MC_LEAKY_MODE_GET, shiva_mc_leaky_mode_get), \ SW_API_DEF(SW_API_ARP_LEAKY_MODE_SET, shiva_port_arp_leaky_set), \ SW_API_DEF(SW_API_ARP_LEAKY_MODE_GET, shiva_port_arp_leaky_get), \ SW_API_DEF(SW_API_PT_UC_LEAKY_MODE_SET, shiva_port_uc_leaky_set), \ SW_API_DEF(SW_API_PT_UC_LEAKY_MODE_GET, shiva_port_uc_leaky_get), \ SW_API_DEF(SW_API_PT_MC_LEAKY_MODE_SET, shiva_port_mc_leaky_set), \ SW_API_DEF(SW_API_PT_MC_LEAKY_MODE_GET, shiva_port_mc_leaky_get), #define LEAKY_API_PARAM \ SW_API_DESC(SW_API_UC_LEAKY_MODE_SET) \ SW_API_DESC(SW_API_UC_LEAKY_MODE_GET) \ SW_API_DESC(SW_API_MC_LEAKY_MODE_SET) \ SW_API_DESC(SW_API_MC_LEAKY_MODE_GET) \ SW_API_DESC(SW_API_ARP_LEAKY_MODE_SET) \ SW_API_DESC(SW_API_ARP_LEAKY_MODE_GET) \ SW_API_DESC(SW_API_PT_UC_LEAKY_MODE_SET) \ SW_API_DESC(SW_API_PT_UC_LEAKY_MODE_GET) \ SW_API_DESC(SW_API_PT_MC_LEAKY_MODE_SET) \ SW_API_DESC(SW_API_PT_MC_LEAKY_MODE_GET) #else #define LEAKY_API #define LEAKY_API_PARAM #endif #ifdef IN_MIRROR #define MIRROR_API \ SW_API_DEF(SW_API_MIRROR_ANALY_PT_SET, shiva_mirr_analysis_port_set), \ SW_API_DEF(SW_API_MIRROR_ANALY_PT_GET, shiva_mirr_analysis_port_get), \ SW_API_DEF(SW_API_MIRROR_IN_PT_SET, shiva_mirr_port_in_set), \ SW_API_DEF(SW_API_MIRROR_IN_PT_GET, shiva_mirr_port_in_get), \ SW_API_DEF(SW_API_MIRROR_EG_PT_SET, shiva_mirr_port_eg_set), \ SW_API_DEF(SW_API_MIRROR_EG_PT_GET, shiva_mirr_port_eg_get), #define MIRROR_API_PARAM \ SW_API_DESC(SW_API_MIRROR_ANALY_PT_SET) \ SW_API_DESC(SW_API_MIRROR_ANALY_PT_GET) \ SW_API_DESC(SW_API_MIRROR_IN_PT_SET) \ SW_API_DESC(SW_API_MIRROR_IN_PT_GET) \ SW_API_DESC(SW_API_MIRROR_EG_PT_SET) \ SW_API_DESC(SW_API_MIRROR_EG_PT_GET) #else #define MIRROR_API #define MIRROR_API_PARAM #endif #ifdef IN_RATE #define RATE_API \ SW_API_DEF(SW_API_RATE_QU_EGRL_SET, shiva_rate_queue_egrl_set), \ SW_API_DEF(SW_API_RATE_QU_EGRL_GET, shiva_rate_queue_egrl_get), \ SW_API_DEF(SW_API_RATE_PT_EGRL_SET, shiva_rate_port_egrl_set), \ SW_API_DEF(SW_API_RATE_PT_EGRL_GET, shiva_rate_port_egrl_get), \ SW_API_DEF(SW_API_RATE_PT_INRL_SET, shiva_rate_port_inrl_set), \ SW_API_DEF(SW_API_RATE_PT_INRL_GET, shiva_rate_port_inrl_get), \ SW_API_DEF(SW_API_STORM_CTRL_FRAME_SET, shiva_storm_ctrl_frame_set), \ SW_API_DEF(SW_API_STORM_CTRL_FRAME_GET, shiva_storm_ctrl_frame_get), \ SW_API_DEF(SW_API_STORM_CTRL_RATE_SET, shiva_storm_ctrl_rate_set), \ SW_API_DEF(SW_API_STORM_CTRL_RATE_GET, shiva_storm_ctrl_rate_get), #define RATE_API_PARAM \ SW_API_DESC(SW_API_RATE_QU_EGRL_SET) \ SW_API_DESC(SW_API_RATE_QU_EGRL_GET) \ SW_API_DESC(SW_API_RATE_PT_EGRL_SET) \ SW_API_DESC(SW_API_RATE_PT_EGRL_GET) \ SW_API_DESC(SW_API_RATE_PT_INRL_SET) \ SW_API_DESC(SW_API_RATE_PT_INRL_GET) \ SW_API_DESC(SW_API_STORM_CTRL_FRAME_SET) \ SW_API_DESC(SW_API_STORM_CTRL_FRAME_GET) \ SW_API_DESC(SW_API_STORM_CTRL_RATE_SET) \ SW_API_DESC(SW_API_STORM_CTRL_RATE_GET) #else #define RATE_API #define RATE_API_PARAM #endif #ifdef IN_STP #define STP_API \ SW_API_DEF(SW_API_STP_PT_STATE_SET, shiva_stp_port_state_set), \ SW_API_DEF(SW_API_STP_PT_STATE_GET, shiva_stp_port_state_get), #define STP_API_PARAM \ SW_API_DESC(SW_API_STP_PT_STATE_SET) \ SW_API_DESC(SW_API_STP_PT_STATE_GET) #else #define STP_API #define STP_API_PARAM #endif #ifdef IN_MIB #define MIB_API \ SW_API_DEF(SW_API_PT_MIB_GET, shiva_get_mib_info), \ SW_API_DEF(SW_API_MIB_STATUS_SET, shiva_mib_status_set), \ SW_API_DEF(SW_API_MIB_STATUS_GET, shiva_mib_status_get), #define MIB_API_PARAM \ SW_API_DESC(SW_API_PT_MIB_GET) \ SW_API_DESC(SW_API_MIB_STATUS_SET) \ SW_API_DESC(SW_API_MIB_STATUS_GET) #else #define MIB_API #define MIB_API_PARAM #endif #ifdef IN_MISC #define MISC_API \ SW_API_DEF(SW_API_ARP_STATUS_SET, shiva_arp_status_set), \ SW_API_DEF(SW_API_ARP_STATUS_GET, shiva_arp_status_get), \ SW_API_DEF(SW_API_FRAME_MAX_SIZE_SET, shiva_frame_max_size_set), \ SW_API_DEF(SW_API_FRAME_MAX_SIZE_GET, shiva_frame_max_size_get), \ SW_API_DEF(SW_API_PT_UNK_SA_CMD_SET, shiva_port_unk_sa_cmd_set), \ SW_API_DEF(SW_API_PT_UNK_SA_CMD_GET, shiva_port_unk_sa_cmd_get), \ SW_API_DEF(SW_API_PT_UNK_UC_FILTER_SET, shiva_port_unk_uc_filter_set), \ SW_API_DEF(SW_API_PT_UNK_UC_FILTER_GET, shiva_port_unk_uc_filter_get), \ SW_API_DEF(SW_API_PT_UNK_MC_FILTER_SET, shiva_port_unk_mc_filter_set), \ SW_API_DEF(SW_API_PT_UNK_MC_FILTER_GET, shiva_port_unk_mc_filter_get), \ SW_API_DEF(SW_API_PT_BC_FILTER_SET, shiva_port_bc_filter_set), \ SW_API_DEF(SW_API_PT_BC_FILTER_GET, shiva_port_bc_filter_get), \ SW_API_DEF(SW_API_CPU_PORT_STATUS_SET, shiva_cpu_port_status_set), \ SW_API_DEF(SW_API_CPU_PORT_STATUS_GET, shiva_cpu_port_status_get), \ SW_API_DEF(SW_API_PPPOE_CMD_SET, shiva_pppoe_cmd_set), \ SW_API_DEF(SW_API_PPPOE_CMD_GET, shiva_pppoe_cmd_get), \ SW_API_DEF(SW_API_PPPOE_STATUS_SET, shiva_pppoe_status_set), \ SW_API_DEF(SW_API_PPPOE_STATUS_GET, shiva_pppoe_status_get), \ SW_API_DEF(SW_API_PT_DHCP_SET, shiva_port_dhcp_set), \ SW_API_DEF(SW_API_PT_DHCP_GET, shiva_port_dhcp_get), \ SW_API_DEF(SW_API_ARP_CMD_SET, shiva_arp_cmd_set), \ SW_API_DEF(SW_API_ARP_CMD_GET, shiva_arp_cmd_get), \ SW_API_DEF(SW_API_EAPOL_CMD_SET, shiva_eapol_cmd_set), \ SW_API_DEF(SW_API_EAPOL_CMD_GET, shiva_eapol_cmd_get), \ SW_API_DEF(SW_API_PPPOE_SESSION_ADD, shiva_pppoe_session_add), \ SW_API_DEF(SW_API_PPPOE_SESSION_DEL, shiva_pppoe_session_del), \ SW_API_DEF(SW_API_PPPOE_SESSION_GET, shiva_pppoe_session_get), \ SW_API_DEF(SW_API_EAPOL_STATUS_SET, shiva_eapol_status_set), \ SW_API_DEF(SW_API_EAPOL_STATUS_GET, shiva_eapol_status_get), \ SW_API_DEF(SW_API_RIPV1_STATUS_SET, shiva_ripv1_status_set), \ SW_API_DEF(SW_API_RIPV1_STATUS_GET, shiva_ripv1_status_get), #define MISC_API_PARAM \ SW_API_DESC(SW_API_ARP_STATUS_SET) \ SW_API_DESC(SW_API_ARP_STATUS_GET) \ SW_API_DESC(SW_API_FRAME_MAX_SIZE_SET) \ SW_API_DESC(SW_API_FRAME_MAX_SIZE_GET) \ SW_API_DESC(SW_API_PT_UNK_SA_CMD_SET) \ SW_API_DESC(SW_API_PT_UNK_SA_CMD_GET) \ SW_API_DESC(SW_API_PT_UNK_UC_FILTER_SET) \ SW_API_DESC(SW_API_PT_UNK_UC_FILTER_GET) \ SW_API_DESC(SW_API_PT_UNK_MC_FILTER_SET) \ SW_API_DESC(SW_API_PT_UNK_MC_FILTER_GET) \ SW_API_DESC(SW_API_PT_BC_FILTER_SET) \ SW_API_DESC(SW_API_PT_BC_FILTER_GET) \ SW_API_DESC(SW_API_CPU_PORT_STATUS_SET) \ SW_API_DESC(SW_API_CPU_PORT_STATUS_GET) \ SW_API_DESC(SW_API_PPPOE_CMD_SET) \ SW_API_DESC(SW_API_PPPOE_CMD_GET) \ SW_API_DESC(SW_API_PPPOE_STATUS_SET) \ SW_API_DESC(SW_API_PPPOE_STATUS_GET) \ SW_API_DESC(SW_API_PT_DHCP_SET) \ SW_API_DESC(SW_API_PT_DHCP_GET) \ SW_API_DESC(SW_API_ARP_CMD_SET) \ SW_API_DESC(SW_API_ARP_CMD_GET) \ SW_API_DESC(SW_API_EAPOL_CMD_SET) \ SW_API_DESC(SW_API_EAPOL_CMD_GET) \ SW_API_DESC(SW_API_PPPOE_SESSION_ADD) \ SW_API_DESC(SW_API_PPPOE_SESSION_DEL) \ SW_API_DESC(SW_API_PPPOE_SESSION_GET) \ SW_API_DESC(SW_API_EAPOL_STATUS_SET) \ SW_API_DESC(SW_API_EAPOL_STATUS_GET) \ SW_API_DESC(SW_API_RIPV1_STATUS_SET) \ SW_API_DESC(SW_API_RIPV1_STATUS_GET) #else #define MISC_API #define MISC_API_PARAM #endif #ifdef IN_LED #define LED_API \ SW_API_DEF(SW_API_LED_PATTERN_SET, shiva_led_ctrl_pattern_set), \ SW_API_DEF(SW_API_LED_PATTERN_GET, shiva_led_ctrl_pattern_get), #define LED_API_PARAM \ SW_API_DESC(SW_API_LED_PATTERN_SET) \ SW_API_DESC(SW_API_LED_PATTERN_GET) #else #define LED_API #define LED_API_PARAM #endif #define REG_API \ SW_API_DEF(SW_API_PHY_GET, shiva_phy_get), \ SW_API_DEF(SW_API_PHY_SET, shiva_phy_set), \ SW_API_DEF(SW_API_REG_GET, shiva_reg_get), \ SW_API_DEF(SW_API_REG_SET, shiva_reg_set), \ SW_API_DEF(SW_API_REG_FIELD_GET, shiva_reg_field_get), \ SW_API_DEF(SW_API_REG_FIELD_SET, shiva_reg_field_set), #define REG_API_PARAM \ SW_API_DESC(SW_API_PHY_GET) \ SW_API_DESC(SW_API_PHY_SET) \ SW_API_DESC(SW_API_REG_GET) \ SW_API_DESC(SW_API_REG_SET) \ SW_API_DESC(SW_API_REG_FIELD_GET) \ SW_API_DESC(SW_API_REG_FIELD_SET) #define SSDK_API \ SW_API_DEF(SW_API_SWITCH_RESET, shiva_reset), \ SW_API_DEF(SW_API_SSDK_CFG, hsl_ssdk_cfg), \ PORTCONTROL_API \ VLAN_API \ PORTVLAN_API \ FDB_API \ ACL_API \ QOS_API \ IGMP_API \ LEAKY_API \ MIRROR_API \ RATE_API \ STP_API \ MIB_API \ MISC_API \ LED_API \ REG_API \ SW_API_DEF(SW_API_MAX, NULL), #define SSDK_PARAM \ SW_PARAM_DEF(SW_API_SWITCH_RESET, SW_UINT32, 4, SW_PARAM_IN, "Dev ID"), \ SW_PARAM_DEF(SW_API_SSDK_CFG, SW_UINT32, 4, SW_PARAM_IN, "Dev ID"), \ SW_PARAM_DEF(SW_API_SSDK_CFG, SW_SSDK_CFG, sizeof(ssdk_cfg_t), SW_PARAM_PTR|SW_PARAM_OUT, "ssdk configuration"), \ MIB_API_PARAM \ LEAKY_API_PARAM \ MISC_API_PARAM \ IGMP_API_PARAM \ MIRROR_API_PARAM \ PORTCONTROL_API_PARAM \ PORTVLAN_API_PARAM \ VLAN_API_PARAM \ FDB_API_PARAM \ QOS_API_PARAM \ RATE_API_PARAM \ STP_API_PARAM \ ACL_API_PARAM \ LED_API_PARAM \ REG_API_PARAM \ SW_PARAM_DEF(SW_API_MAX, SW_UINT32, 4, SW_PARAM_IN, "Dev ID"), #if (defined(USER_MODE) && defined(KERNEL_MODULE)) #undef SSDK_API #undef SSDK_PARAM #define SSDK_API \ REG_API \ SW_API_DEF(SW_API_MAX, NULL), #define SSDK_PARAM \ REG_API_PARAM \ SW_PARAM_DEF(SW_API_MAX, SW_UINT32, 4, SW_PARAM_IN, "Dev ID"), #endif #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _SHIVA_API_H_ */