Lines Matching defs:s_sba
70 struct s_sba { struct
72 struct s_sba_node_vars node[MAX_NODES] ; argument
73 struct s_sba_sessions session[MAX_SESSIONS] ; argument
75 struct s_sba_sessions *free_session ; /* points to the first */ argument
78 struct timer_cell *tail_timer ; /* points to the last timer cell */
83 long total_payload ; /* Total Payload */
84 long total_overhead ; /* Total Overhead */
85 long sba_allocatable ; /* allocatable sync bandwidth */
90 long msg_path_index ; /* Path Type */
91 long msg_sba_pl_req ; /* Payload Request */
92 long msg_sba_ov_req ; /* Overhead Request */
93 long msg_mib_pl ; /* Current Payload for this Path */
94 long msg_mib_ov ; /* Current Overhead for this Path*/
95 long msg_category ; /* Category of the Allocation */
96 u_long msg_max_t_neg ; /* longest T_Neg acceptable */
97 u_long msg_min_seg_siz ; /* minimum segement size */
98 struct smt_header *sm ; /* points to the rec message */
99 struct fddi_addr *msg_alloc_addr ; /* Allocation Address */
104 u_long sba_t_neg ; /* holds the last T_NEG */
105 long sba_max_alloc ; /* the parsed value of SBAAvailable */
110 short sba_next_state ; /* the next state of the SBA */
111 char sba_command ; /* holds the execuded SBA cmd */
112 u_char sba_available ; /* parsed value after possible check */