Symbol: test_and_clear_bit
sys/dev/bnxt/bnxt_en/if_bnxt.c
2278
if (test_and_clear_bit(BNXT_STATE_FW_RESET_DET, &bp->state)) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
2485
if (test_and_clear_bit(BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT, &bp->sp_event))
sys/dev/bnxt/bnxt_en/if_bnxt.c
2489
if (test_and_clear_bit(BNXT_FW_RESET_NOTIFY_SP_EVENT, &bp->sp_event)) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
2497
if (test_and_clear_bit(BNXT_FW_EXCEPTION_SP_EVENT, &bp->sp_event)) {
sys/dev/bnxt/bnxt_re/main.c
3091
if (test_and_clear_bit(BNXT_RE_FLAG_STATS_CTX_ALLOC, &rdev->flags)) {
sys/dev/bnxt/bnxt_re/main.c
3099
test_and_clear_bit(BNXT_RE_FLAG_STATS_CTX2_ALLOC, &rdev->flags);
sys/dev/bnxt/bnxt_re/main.c
3508
if (test_and_clear_bit(BNXT_RE_FLAG_DEV_LIST_INITIALIZED,
sys/dev/bnxt/bnxt_re/main.c
3524
if (test_and_clear_bit(BNXT_RE_FLAG_WORKER_REG, &rdev->flags)) {
sys/dev/bnxt/bnxt_re/main.c
3550
if (test_and_clear_bit(BNXT_RE_FLAG_SETUP_NQ, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3554
if (test_and_clear_bit(BNXT_RE_FLAG_TBLS_ALLOCINIT, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3556
if (test_and_clear_bit(BNXT_RE_FLAG_RCFW_CHANNEL_INIT, &rdev->flags)) {
sys/dev/bnxt/bnxt_re/main.c
3565
if (test_and_clear_bit(BNXT_RE_FLAG_ALLOC_CTX, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3569
if (test_and_clear_bit(BNXT_RE_FLAG_RCFW_CHANNEL_EN, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3577
if (test_and_clear_bit(BNXT_RE_FLAG_NET_RING_ALLOC, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3580
if (test_and_clear_bit(BNXT_RE_FLAG_ALLOC_RCFW, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3583
if (test_and_clear_bit(BNXT_RE_FLAG_GOT_MSIX, &rdev->flags))
sys/dev/bnxt/bnxt_re/main.c
3590
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
1141
if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
1179
if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
719
if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
267
status = test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
389
status = test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
608
if (test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags))
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
611
if (test_and_clear_bit(IPOIB_MCAST_FLAG_ATTACHED, &mcast->flags)) {