Home
last modified time | relevance | path

Searched refs:send_len (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dnetconsole.c267 int send_len = min(len, (int)sizeof(input_buffer)); in nc_stdio_puts() local
268 nc_send_packet(s, send_len); in nc_stdio_puts()
269 len -= send_len; in nc_stdio_puts()
270 s += send_len; in nc_stdio_puts()
/openbmc/qemu/hw/i2c/
H A Dsmbus_master.c144 int len, bool send_len) in smbus_write_block() argument
156 if (send_len) { in smbus_write_block()
/openbmc/libpldm/tests/fuzz/
H A Dfd-fuzz.cpp401 uint32_t send_len = 0; in LLVMFuzzerTestOneInput() local
402 rc = pldm_msgbuf_extract_uint32(fuzzctrl, send_len); in LLVMFuzzerTestOneInput()
407 send_len %= (MAX_SEND + 1); in LLVMFuzzerTestOneInput()
408 std::vector<uint8_t> send_buf(send_len); in LLVMFuzzerTestOneInput()
/openbmc/qemu/include/hw/i2c/
H A Dsmbus_master.h53 int len, bool send_len);