Searched refs:user_priority (Results 1 – 10 of 10) sorted by relevance
74 struct user_priority * ld_priority_file ( char * path ) in ld_priority_file()80 static struct user_priority pri_tbl; in ld_priority_file()174 int add_user ( struct user_priority * ppri_tbl, char * user, int limit ) in add_user()243 int del_user ( struct user_priority * ppri_tbl, char * user ) in del_user()
46 print_tbl(struct user_priority * ppri_tbl) in print_tbl()69 output_tbl(int fd, struct user_priority *ppri_tbl) in output_tbl()
40 static struct user_priority *ppri_tbl;41 struct user_priority *ld_priority_file();
53 struct user_priority
57 struct user_priority struct
207 u8_t user_priority; /* 5 MSBs are always 0 */ member
63 struct user_priority *ppri_tbl, *ld_priority_file(); in main()
2578 if (tcp->tcp_cached.user_priority > 0x7) in _lm_tcp_init_xstorm_tcp_context()2580 DbgBreakIf(tcp->tcp_cached.user_priority > 0x7); in _lm_tcp_init_xstorm_tcp_context()2583 …xtcp_st->ethernet.vlan_params |= (tcp->tcp_cached.user_priority << XSTORM_ETH_CONTEXT_SECTION_PRI… in _lm_tcp_init_xstorm_tcp_context()3639 if (tcp->tcp_cached.user_priority != tcp_cached->user_priority) { in lm_tcp_set_tcp_cached()3641 tcp->cid, tcp->tcp_cached.user_priority, tcp_cached->user_priority); in lm_tcp_set_tcp_cached()3642 DbgBreakIf(tcp_cached->user_priority > 0x7); in lm_tcp_set_tcp_cached()3643 tcp->tcp_cached.user_priority = tcp_cached->user_priority; in lm_tcp_set_tcp_cached()3644 ctx->user_priority = tcp_cached->user_priority; in lm_tcp_set_tcp_cached()
365 static uint32_t user_priority[] = { variable384 #define UPRI(gld, band) ((band != 0) ? user_priority[(band)] : (gld)->gld_upri)
9843 u8_t user_priority /* Only 4 bits are used */; member