Searched defs:lacp_timer (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_ctl.c47 aggr_lacp_timer_t lacp_timer; local
69 lacp_timer = modify_arg->lu_lacp_timer;
73 mac_fixed, mac_addr, lacp_mode, lacp_timer));
92 aggr_lacp_timer_t lacp_timer; local
101 lacp_timer = create_arg->lc_lacp_timer;
117 ports, policy, mac_fixed, force, mac_addr, lacp_mode, lacp_timer,
143 uint32_t nports, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer)
159 grp.lg_lacp_timer = lacp_timer;
141 aggr_ioc_info_new_grp(void *arg, datalink_id_t linkid, uint32_t key, uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy, uint32_t nports, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer) argument
H A Daggr_grp.c1159 aggr_lacp_timer_t lacp_timer)
1207 aggr_lacp_update_timer(grp, lacp_timer);
1224 aggr_lacp_timer_t lacp_timer)
1246 mac_addr, lacp_mode, lacp_timer);
1260 uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer,
1393 aggr_lacp_set_mode(grp, lacp_mode, lacp_timer);
1157 aggr_grp_modify_common(aggr_grp_t *grp, uint8_t update_mask, uint32_t policy, boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer) argument
1222 aggr_grp_modify(datalink_id_t linkid, uint8_t update_mask, uint32_t policy, boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer) argument
1258 aggr_grp_create(datalink_id_t linkid, uint32_t key, uint_t nports, laioc_port_t *ports, uint32_t policy, boolean_t mac_fixed, boolean_t force, uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, cred_t *credp) argument
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c634 aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, boolean_t force)
651 iocp->lc_lacp_timer = lacp_timer;
943 dladm_aggr_str2lacptimer(const char *str, aggr_lacp_timer_t *lacp_timer) argument
952 *lacp_timer = timer->lt_id;
1013 aggr_lacp_timer_t lacp_timer, boolean_t force)
1094 u64 = lacp_timer;
1118 aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, uint32_t flags)
1152 lacp_timer, force)) != DLADM_STATUS_OK) {
1160 policy, mac_addr_fixed, mac_addr, lacp_mode, lacp_timer, force);
1291 aggr_lacp_timer_t lacp_timer, uint32_
631 i_dladm_aggr_create_sys(dladm_handle_t handle, datalink_id_t linkid, uint16_t key, uint32_t nports, dladm_aggr_port_attr_db_t *ports, uint32_t policy, boolean_t mac_addr_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, boolean_t force) argument
1009 dladm_aggr_persist_aggr_conf(dladm_handle_t handle, const char *link, datalink_id_t linkid, uint16_t key, uint32_t nports, dladm_aggr_port_attr_db_t *ports, uint32_t policy, boolean_t mac_addr_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, boolean_t force) argument
1115 dladm_aggr_create(dladm_handle_t handle, const char *name, uint16_t key, uint32_t nports, dladm_aggr_port_attr_db_t *ports, uint32_t policy, boolean_t mac_addr_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, uint32_t flags) argument
1288 dladm_aggr_modify(dladm_handle_t handle, datalink_id_t linkid, uint32_t modify_mask, uint32_t policy, boolean_t mac_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, uint32_t flags) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_lacp.h135 typedef struct lacp_timer { struct
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c1791 aggr_lacp_timer_t lacp_timer = AGGR_LACP_TIMER_SHORT; local
1867 if (!dladm_aggr_str2lacptimer(optarg, &lacp_timer))
1931 lacp_timer, flags);
2219 aggr_lacp_timer_t lacp_timer = AGGR_LACP_TIMER_SHORT; local
2267 if (!dladm_aggr_str2lacptimer(optarg, &lacp_timer))
2297 mac_addr_fixed, (const uchar_t *)mac_addr, lacp_mode, lacp_timer,

Completed in 116 milliseconds