Searched refs:test_bit (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3_impl.h | 79 #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)); in rdsv3_sk_sock_flag()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | send.c | 288 test_bit(RDSV3_MSG_RETRANSMITTED, &rm->m_flags)) { in rdsv3_send_xmit() 493 if (test_bit(RDSV3_MSG_ON_SOCK, &rm->m_flags) && in rdsv3_rdma_send_complete() 622 if (!test_bit(RDSV3_MSG_ON_SOCK, &rm->m_flags)) in rdsv3_send_remove_from_sock() 769 if (!test_bit(RDSV3_MSG_ON_CONN, &rm->m_flags)) in rdsv3_send_drop_to() 1118 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags)) in rdsv3_sendmsg() 1187 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags)) in rdsv3_send_pong()
|
H A D | message.c | 84 if (test_bit(RDSV3_MSG_PAGEVEC, &rm->m_flags)) in rdsv3_message_purge() 447 !test_bit(RDSV3_MSG_MAPPED, &rm->m_flags)); in rdsv3_message_wait()
|
H A D | ib_send.c | 431 test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags) ? in rdsv3_ib_send_add_credits() 660 if (test_bit(RDSV3_MSG_ACK_REQUIRED, &rm->m_flags)) in rdsv3_ib_xmit() 662 if (test_bit(RDSV3_MSG_RETRANSMITTED, &rm->m_flags)) in rdsv3_ib_xmit()
|
H A D | ib_recv.c | 539 if (!test_bit(IB_ACK_REQUESTED, &ic->i_ack_flags)) in rdsv3_ib_attempt_ack()
|
H A D | ib_cm.c | 434 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags)) in rdsv3_ib_tasklet_fn()
|
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | drm_atomic.h | 75 #define test_bit(b, p) \ macro
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 168 #define ECORE_TEST_BIT(bit, var) test_bit(bit, var)
|