Home
last modified time | relevance | path

Searched refs:packet_size (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp60 ((packet_size == (sizeof(s) - 1)) && (strcmp((packet_cstr), (s)) == 0)) in GetServerPacketType()
62 ((packet_size >= (sizeof(s) - 1)) && \ in GetServerPacketType()
69 const size_t packet_size = m_packet.size(); in GetServerPacketType() local
77 if (packet_size == 1) in GetServerPacketType()
82 if (packet_size == 1) in GetServerPacketType()
87 if (packet_size == 1) in GetServerPacketType()
188 if (packet_size == 2) in GetServerPacketType()
401 if (packet_size == 1) in GetServerPacketType()
427 if (packet_size == 1) in GetServerPacketType()
444 if (packet_size == 1) in GetServerPacketType()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c261 uint32_t packet_size; in switch_congestion_setting() local
284 if ((errstr = parseint(argv[4], &packet_size, 0))) in switch_congestion_setting()
319 &packet_size); in switch_congestion_setting()
349 uint32_t packet_size; in switch_port_congestion_setting() local
371 if ((errstr = parseint(argv[4], &packet_size, 0))) in switch_port_congestion_setting()
411 &packet_size); in switch_port_congestion_setting()
H A Dibmirror.c128 static int set_mtx, set_mrx, packet_size = 0xfff; variable
180 packet_size = packet_size / 4 + 1; in port_mirror_route()
181 mad_set_field(buf, 0, IB_PMR_MAX_MIRROR_LEN_F, packet_size); in port_mirror_route()
396 packet_size = strtoul(optarg, NULL, 0); in process_opt()
/freebsd/sys/dev/mlx5/
H A Dqp.h456 u32 packet_size;
470 u32 packet_size;
447 u32 packet_size; global() member
461 u32 packet_size; global() member
/freebsd/sys/dev/ena/
H A Dena_netmap.c486 uint16_t packet_size = 0; in ena_netmap_packet_len() local
490 packet_size += nm_slot->len; in ena_netmap_packet_len()
494 return packet_size; in ena_netmap_packet_len()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c146 p_cc->sw_cong_setting.packet_size = p_opt->cc_sw_cong_setting_packet_size; in cc_setup_mad_data()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h11746 uint8_t packet_size; member
11808 uint8_t packet_size; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5540 const char *packet_size = command.GetArgumentAtIndex(0); in DoExecute() local
5542 uint64_t user_specified_max = strtoul(packet_size, nullptr, 10); in DoExecute()