Symbol: test_and_clear_bit
sys/dev/bnxt/bnxt_en/if_bnxt.c
2079
if (test_and_clear_bit(BNXT_STATE_FW_RESET_DET, &bp->state)) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
2281
if (test_and_clear_bit(BNXT_FW_RESET_NOTIFY_SP_EVENT, &bp->sp_event)) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
2289
if (test_and_clear_bit(BNXT_FW_EXCEPTION_SP_EVENT, &bp->sp_event)) {
sys/dev/bnxt/bnxt_re/main.c
3047
if (test_and_clear_bit(BNXT_RE_FLAG_STATS_CTX_ALLOC, &rdev->flags)) {
sys/dev/bnxt/bnxt_re/main.c
3055
test_and_clear_bit(BNXT_RE_FLAG_STATS_CTX2_ALLOC, &rdev->flags);
sys/dev/bnxt/bnxt_re/main.c
3464
if (test_and_clear_bit(BNXT_RE_FLAG_DEV_LIST_INITIALIZED,
sys/dev/bnxt/bnxt_re/main.c
3481
if (test_and_clear_bit(BNXT_RE_FLAG_WORKER_REG, &rdev->flags)) {
sys/dev/bnxt/bnxt_re/main.c
3507
if (test_and_clear_bit(BNXT_RE_FLAG_SETUP_NQ, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3511
if (test_and_clear_bit(BNXT_RE_FLAG_TBLS_ALLOCINIT, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3513
if (test_and_clear_bit(BNXT_RE_FLAG_RCFW_CHANNEL_INIT, &rdev->flags)) {
sys/dev/bnxt/bnxt_re/main.c
3522
if (test_and_clear_bit(BNXT_RE_FLAG_ALLOC_CTX, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3526
if (test_and_clear_bit(BNXT_RE_FLAG_RCFW_CHANNEL_EN, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3534
if (test_and_clear_bit(BNXT_RE_FLAG_NET_RING_ALLOC, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3537
if (test_and_clear_bit(BNXT_RE_FLAG_ALLOC_RCFW, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3540
if (test_and_clear_bit(BNXT_RE_FLAG_GOT_MSIX, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3547
if (test_and_clear_bit(BNXT_RE_FLAG_NETDEV_REGISTERED,
sys/dev/cxgb/cxgb_sge.c
1848
test_and_clear_bit(qid, &qs->txq_stopped))
sys/dev/cxgb/cxgb_sge.c
1958
test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped))
sys/dev/cxgb/cxgb_sge.c
2324
test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped))
sys/dev/cxgb/cxgb_sge.c
2383
test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) {
sys/dev/cxgb/cxgb_sge.c
2390
test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) {
sys/dev/cxgbe/iw_cxgbe/t4.h
576
return test_and_clear_bit(CQ_ARMED, &cq->flags);
sys/dev/qlnx/qlnxe/bcm_osal.h
455
return (test_and_clear_bit(bit, var));
sys/dev/qlnx/qlnxe/bcm_osal.h
461
#define OSAL_TEST_AND_CLEAR_BIT test_and_clear_bit
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
1147
if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
1185
if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
724
if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
269
status = test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
391
status = test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
610
if (test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags))
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
613
if (test_and_clear_bit(IPOIB_MCAST_FLAG_ATTACHED, &mcast->flags)) {