Home
last modified time | relevance | path

Searched defs:tc (Results 1 – 12 of 12) sorted by relevance

/subsys/usb/usb_c/
A Dusbc_tc_src_states.c37 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_src_run() local
74 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_entry() local
90 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_run() local
102 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_exit() local
126 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_entry() local
141 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_run() local
185 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_exit() local
230 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_entry() local
277 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_run() local
310 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_exit() local
[all …]
A Dusbc_tc_snk_states.c24 struct tc_sm_t *tc = data->tc; in sink_power_sub_states() local
83 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_entry() local
99 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_run() local
120 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_entry() local
138 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_run() local
195 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_exit() local
205 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_entry() local
241 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_run() local
265 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_exit() local
287 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_rd_entry() local
A Dusbc_tc_common.c25 struct tc_sm_t *tc = data->tc; in tc_subsys_init() local
41 struct tc_sm_t *tc = data->tc; in tc_run() local
126 struct tc_sm_t *tc = data->tc; in tc_init() local
185 struct tc_sm_t *tc = data->tc; in tc_set_state() local
245 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_open_entry() local
291 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_error_recovery_entry() local
304 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_error_recovery_run() local
A Dusbc_stack.h68 struct tc_sm_t *tc; member
/subsys/net/ip/
A Dnet_stats.h538 uint8_t tc, size_t bytes) in net_stats_update_tc_sent_bytes()
544 uint8_t tc, uint8_t priority) in net_stats_update_tc_sent_priority()
557 int tc = net_tx_priority2tc(priority); in net_stats_update_tc_tx_time() local
574 int tc = net_tx_priority2tc(priority); in net_stats_update_tc_tx_time_detail() local
599 int tc = net_rx_priority2tc(priority); in net_stats_update_tc_rx_time() local
616 int tc = net_rx_priority2tc(priority); in net_stats_update_tc_rx_time_detail() local
644 uint8_t tc, size_t bytes) in net_stats_update_tc_recv_bytes()
650 uint8_t tc, uint8_t priority) in net_stats_update_tc_recv_priority()
668 uint8_t tc, size_t bytes) in net_stats_update_tc_sent_bytes()
676 uint8_t tc, uint8_t priority) in net_stats_update_tc_sent_priority()
[all …]
A Dnet_tc.c68 enum net_verdict net_tc_try_submit_to_tx_queue(uint8_t tc, struct net_pkt *pkt, in net_tc_try_submit_to_tx_queue()
89 enum net_verdict net_tc_submit_to_rx_queue(uint8_t tc, struct net_pkt *pkt) in net_tc_submit_to_rx_queue()
174 static uint8_t tx_tc2thread(uint8_t tc) in tx_tc2thread()
223 static uint8_t rx_tc2thread(uint8_t tc) in rx_tc2thread()
A Dipv6.h531 static inline uint8_t net_ipv6_get_dscp(uint8_t tc) in net_ipv6_get_dscp()
542 static inline void net_ipv6_set_dscp(uint8_t *tc, uint8_t dscp) in net_ipv6_set_dscp()
565 static inline uint8_t net_ipv6_get_ecn(uint8_t tc) in net_ipv6_get_ecn()
576 static inline void net_ipv6_set_ecn(uint8_t *tc, uint8_t ecn) in net_ipv6_set_ecn()
A Dipv6.c66 uint8_t tc = 0; in net_ipv6_create() local
572 uint8_t tc = ((hdr->vtc << 4) & 0xF0) | ((hdr->tcflow >> 4) & 0x0F); in net_ipv6_input() local
A Dnet_core.c520 uint8_t tc = net_rx_priority2tc(prio); in net_queue_rx() local
A Dnet_if.c357 uint8_t tc = net_tx_priority2tc(prio); in net_if_try_queue_tx() local
/subsys/tracing/ctf/
A Dctf_top.c727 int tc; in sys_trace_net_rx_time() local
755 int tc; in sys_trace_net_tx_time() local
A Dctf_top.h687 uint32_t priority, uint32_t tc, uint32_t duration) in ctf_top_net_rx_time()
694 uint32_t priority, uint32_t tc, uint32_t duration) in ctf_top_net_tx_time()

Completed in 49 milliseconds