Searched refs:rx_iovec_count (Results 1 – 2 of 2) sorted by relevance
310 unsigned int rx_iovec_count) { in sync_ipc_send_msg() argument326 if (rx_iovecs == NULL || rx_iovec_count == 0) { in sync_ipc_send_msg()327 assert(rx_iovec_count == 0); in sync_ipc_send_msg()348 for (size_t i = 0; i < rx_iovec_count; ++i) { in sync_ipc_send_msg()359 rc = read_response(session, inf.id, rx_iovecs, rx_iovec_count); in sync_ipc_send_msg()
113 unsigned int rx_iovec_count);