Searched refs:test_bit (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_atomic.h75 #define test_bit(b, p) \ macro
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h79 #define test_bit(b, p) \ macro
97 #define test_bit(b, p) \ macro
118 #define test_le_bit(b, p) test_bit(b ^ LE_BIT_XOR, p)
389 return (test_bit(flag, &sk->sk_flag));
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dmessage.c84 if (test_bit(RDSV3_MSG_PAGEVEC, &rm->m_flags))
447 !test_bit(RDSV3_MSG_MAPPED, &rm->m_flags));
H A Dsend.c288 test_bit(RDSV3_MSG_RETRANSMITTED, &rm->m_flags)) {
493 if (test_bit(RDSV3_MSG_ON_SOCK, &rm->m_flags) &&
622 if (!test_bit(RDSV3_MSG_ON_SOCK, &rm->m_flags))
769 if (!test_bit(RDSV3_MSG_ON_CONN, &rm->m_flags))
1118 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
1187 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
H A Dib_send.c431 test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags) ?
660 if (test_bit(RDSV3_MSG_ACK_REQUIRED, &rm->m_flags))
662 if (test_bit(RDSV3_MSG_RETRANSMITTED, &rm->m_flags))
H A Dib_recv.c539 if (!test_bit(IB_ACK_REQUESTED, &ic->i_ack_flags))
H A Dib_cm.c434 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c168 #define ECORE_TEST_BIT(bit, var) test_bit(bit, var)

Completed in 84 milliseconds