Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c425 uint64_t notify = rs->rs_cong_notify; in rdsv3_notify_cong()
434 rs->rs_cong_notify &= ~notify; in rdsv3_notify_cong()
505 if (rs->rs_cong_notify) { in rdsv3_recvmsg()
522 !rs->rs_cong_notify && in rdsv3_recvmsg()
534 !rs->rs_cong_notify && in rdsv3_recvmsg()
H A Dcong.c276 rs->rs_cong_notify |= (rs->rs_cong_mask & portmask); in rdsv3_cong_map_updated()
279 if (rs->rs_cong_notify) in rdsv3_cong_map_updated()
H A Daf_rds.c236 if (rs->rs_cong_notify) in rdsv3_poll()
511 rs->rs_cong_notify = 0; in rdsv3_cong_monitor()
/titanic_44/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h444 uint64_t rs_cong_notify; member