Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dcong.c114 static struct rdsv3_cong_map *
117 struct rdsv3_cong_map *map; in rdsv3_cong_tree_walk()
127 struct rdsv3_cong_map map1; in rdsv3_cong_tree_walk()
140 static struct rdsv3_cong_map *
143 struct rdsv3_cong_map *map; in rdsv3_cong_from_addr()
144 struct rdsv3_cong_map *ret = NULL; in rdsv3_cong_from_addr()
234 rdsv3_cong_queue_updates(struct rdsv3_cong_map *map) in rdsv3_cong_queue_updates()
365 struct rdsv3_cong_map *map; in rdsv3_cong_remove_socket()
446 struct rdsv3_cong_map *map; in rdsv3_cong_exit()
469 struct rdsv3_cong_map *map = conn->c_lcong; in rdsv3_cong_update_alloc()
[all …]
H A Dloop.c117 struct rdsv3_cong_map *map, in rdsv3_loop_xmit_cong_map()
H A Drds_recv.c86 struct rdsv3_cong_map *map, in rdsv3_recv_rcvbuf_delta()
H A Dib_recv.c599 struct rdsv3_cong_map *map; in rdsv3_ib_cong_recv()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h87 struct rdsv3_cong_map { struct
121 struct rdsv3_cong_map *c_lcong;
122 struct rdsv3_cong_map *c_fcong;
369 struct rdsv3_cong_map *map, unsigned long offset);
637 void rdsv3_cong_set_bit(struct rdsv3_cong_map *map, uint16_be_t port);
638 void rdsv3_cong_clear_bit(struct rdsv3_cong_map *map, uint16_be_t port);
639 int rdsv3_cong_wait(struct rdsv3_cong_map *map, uint16_be_t port, int nonblock,
641 void rdsv3_cong_queue_updates(struct rdsv3_cong_map *map);
642 void rdsv3_cong_map_updated(struct rdsv3_cong_map *map, uint64_t);