Searched refs:low_latency (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_flow.c | 54 bool low_latency = ((req0->nfr_flags & NXFLOWREQF_LOW_LATENCY) != 0); in fsw_flow_add() local 130 fo = flow_owner_find_by_pid(fob, pid, fo_context, low_latency); in fsw_flow_add() 242 (max_flowadv != 0), fsw, NULL, fo_context, low_latency); in fsw_flow_add() 349 bool low_latency = ((req->nfr_flags & NXFLOWREQF_LOW_LATENCY) != 0); in fsw_flow_del() local 375 fo = flow_owner_find_by_pid(fob, pid, fo_context, low_latency); in fsw_flow_del()
|
| /xnu-11417.121.6/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 | 159 bool low_latency) in flow_owner_find_by_pid() argument 162 .fo_low_latency = low_latency}; in flow_owner_find_by_pid() 164 ASSERT(low_latency == true || low_latency == false); in flow_owner_find_by_pid()
|
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skywalk_test_utils.h | 223 uint64_t event_ring, uint64_t low_latency); 286 nexus_port_t nx_port, bool enable_upp, bool enable_event_ring, bool low_latency);
|
| H A D | skywalk_test_utils.c | 262 uint64_t event_ring, uint64_t low_latency) in sktu_channel_create_extended() argument 322 if (low_latency != -1) { in sktu_channel_create_extended() 323 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_LOW_LATENCY, low_latency); in sktu_channel_create_extended() 395 assert(exclusive == -1 || low_latency == scratch); in sktu_channel_create_extended() 1642 bool low_latency) in sktu_channel_port_init() argument 1652 enable_event_ring ? 1 : -1, low_latency ? 1 : -1); in sktu_channel_port_init()
|
| H A D | skt_xfer.c | 2700 int max_frags, int event_test_id, bool low_latency, bool multi_llink, in skt_xfer_udp_common() argument 2744 nfr_flags |= (low_latency ? NXFLOWREQF_LOW_LATENCY : 0); in skt_xfer_udp_common() 2769 low_latency); in skt_xfer_udp_common() 4186 bool low_latency; in skt_xfer_udp_ping_pong_main() local 4193 low_latency = (test_id == SKT_FSW_PING_PONG_TEST_LOW_LATENCY); in skt_xfer_udp_ping_pong_main() 4197 -1, -1, SKT_FSW_EVENT_TEST_NONE, low_latency, multi_llink, in skt_xfer_udp_ping_pong_main()
|
| /xnu-11417.121.6/bsd/net/ |
| H A D | if_fake.c | 182 SYSCTL_INT(_net_link_fake, OID_AUTO, low_latency, CTLFLAG_RW | CTLFLAG_LOCKED,
|