Searched refs:low_latency (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_flow.c | 55 bool low_latency = ((req0->nfr_flags & NXFLOWREQF_LOW_LATENCY) != 0); in fsw_flow_add() local 132 fo = flow_owner_find_by_pid(fob, pid, fo_context, low_latency); in fsw_flow_add() 244 (max_flowadv != 0), fsw, NULL, fo_context, low_latency); in fsw_flow_add() 391 bool low_latency = ((req->nfr_flags & NXFLOWREQF_LOW_LATENCY) != 0); in fsw_flow_del() local 417 fo = flow_owner_find_by_pid(fob, pid, fo_context, low_latency); in fsw_flow_del()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 351 void *context, bool low_latency) in flow_owner_alloc() argument 358 ASSERT(low_latency == true || low_latency == false); in flow_owner_alloc() 363 ASSERT(flow_owner_find_by_pid(fob, pid, context, low_latency) == NULL); in flow_owner_alloc() 410 fo->fo_low_latency = low_latency; in flow_owner_alloc()
|
| H A D | flow_entry.c | 162 bool low_latency) in flow_owner_find_by_pid() argument 165 .fo_low_latency = low_latency}; in flow_owner_find_by_pid() 167 ASSERT(low_latency == true || low_latency == false); in flow_owner_find_by_pid()
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skywalk_test_utils.h | 221 uint64_t defunctok, uint64_t event_ring, uint64_t low_latency); 284 nexus_port_t nx_port, bool enable_upp, bool enable_event_ring, bool low_latency);
|
| H A D | skywalk_test_utils.c | 259 uint64_t defunctok, uint64_t event_ring, uint64_t low_latency) in sktu_channel_create_extended() argument 314 if (low_latency != -1) { in sktu_channel_create_extended() 315 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_LOW_LATENCY, low_latency); in sktu_channel_create_extended() 381 assert(exclusive == -1 || low_latency == scratch); in sktu_channel_create_extended() 1621 bool low_latency) in sktu_channel_port_init() argument 1631 enable_event_ring ? 1 : -1, low_latency ? 1 : -1); in sktu_channel_port_init()
|
| H A D | skt_xfer.c | 2701 int max_frags, int event_test_id, bool low_latency, bool multi_llink, in skt_xfer_udp_common() argument 2745 nfr_flags |= (low_latency ? NXFLOWREQF_LOW_LATENCY : 0); in skt_xfer_udp_common() 2770 low_latency); in skt_xfer_udp_common() 4286 bool low_latency; in skt_xfer_udp_ping_pong_main() local 4293 low_latency = (test_id == SKT_FSW_PING_PONG_TEST_LOW_LATENCY); in skt_xfer_udp_ping_pong_main() 4297 -1, -1, SKT_FSW_EVENT_TEST_NONE, low_latency, multi_llink, in skt_xfer_udp_ping_pong_main()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_fake.c | 182 SYSCTL_INT(_net_link_fake, OID_AUTO, low_latency, CTLFLAG_RW | CTLFLAG_LOCKED,
|