Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c209 uint8_t target_iomap_size; member
325 int target_iomap_size; member
613 rs->target_iomap_size = inherited_rs->target_iomap_size; in rs_alloc()
623 rs->target_iomap_size = def_iomap_size; in rs_alloc()
722 sizeof(*rs->target_iomap) * rs->target_iomap_size; in rs_init_bufs()
733 if (rs->target_iomap_size) in rs_init_bufs()
1048 conn->target_iomap_size = (uint8_t) rs_value_to_scale(rs->target_iomap_size, 8); in rs_format_conn_data()
1072 rs->remote_iomap.length = rs_scale_to_value(conn->target_iomap_size, 8); in rs_save_conn_data()
3514 rs->target_iomap_size = (uint16_t) rs_scale_to_value( in rsetsockopt()
3666 *((int *) optval) = rs->target_iomap_size; in rgetsockopt()
[all …]