Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dmessage.c447 !test_bit(RDSV3_MSG_MAPPED, &rm->m_flags)); in rdsv3_message_wait()
453 clear_bit(RDSV3_MSG_MAPPED, &rm->m_flags); in rdsv3_message_unmapped()
H A Dsend.c332 set_bit(RDSV3_MSG_MAPPED, &rm->m_flags); in rdsv3_send_xmit()
/titanic_44/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h274 #define RDSV3_MSG_MAPPED 6 macro