Home
last modified time | relevance | path

Searched refs:up_cnt (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinuxver.h595 int up_cnt; member
611 if (tsk->up_cnt == 1) in binary_sema_down()
612 tsk->up_cnt--; in binary_sema_down()
614 DBG_THR(("dhd_dpc_thread: Unexpected up_cnt %d\n", tsk->up_cnt)); in binary_sema_down()
628 if (tsk->up_cnt == 0) { in binary_sema_up()
629 tsk->up_cnt++; in binary_sema_up()
631 } else if (tsk->up_cnt == 1) { in binary_sema_up()
634 DBG_THR(("dhd_sched_dpc: unexpected up cnt %d!\n", tsk->up_cnt)); in binary_sema_up()
659 (tsk_ctl)->up_cnt = 0; \
693 (tsk_ctl)->up_cnt = 0; \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinuxver.h595 int up_cnt; member
611 if (tsk->up_cnt == 1) in binary_sema_down()
612 tsk->up_cnt--; in binary_sema_down()
614 DBG_THR(("dhd_dpc_thread: Unexpected up_cnt %d\n", tsk->up_cnt)); in binary_sema_down()
628 if (tsk->up_cnt == 0) { in binary_sema_up()
629 tsk->up_cnt++; in binary_sema_up()
631 } else if (tsk->up_cnt == 1) { in binary_sema_up()
634 DBG_THR(("dhd_sched_dpc: unexpected up cnt %d!\n", tsk->up_cnt)); in binary_sema_up()
661 (tsk_ctl)->up_cnt = 0; \
695 (tsk_ctl)->up_cnt = 0; \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinuxver.h595 int up_cnt; member
611 if (tsk->up_cnt == 1) in binary_sema_down()
612 tsk->up_cnt--; in binary_sema_down()
614 DBG_THR(("dhd_dpc_thread: Unexpected up_cnt %d\n", tsk->up_cnt)); in binary_sema_down()
628 if (tsk->up_cnt == 0) { in binary_sema_up()
629 tsk->up_cnt++; in binary_sema_up()
631 } else if (tsk->up_cnt == 1) { in binary_sema_up()
634 DBG_THR(("dhd_sched_dpc: unexpected up cnt %d!\n", tsk->up_cnt)); in binary_sema_up()
661 (tsk_ctl)->up_cnt = 0; \
695 (tsk_ctl)->up_cnt = 0; \
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinuxver.h620 int up_cnt; member
662 if (tsk->up_cnt == 1) in binary_sema_down()
663 tsk->up_cnt--; in binary_sema_down()
665 DBG_THR(("dhd_dpc_thread: Unexpected up_cnt %d\n", tsk->up_cnt)); in binary_sema_down()
679 if (tsk->up_cnt == 0) { in binary_sema_up()
680 tsk->up_cnt++; in binary_sema_up()
682 } else if (tsk->up_cnt == 1) { in binary_sema_up()
685 DBG_THR(("dhd_sched_dpc: unexpected up cnt %d!\n", tsk->up_cnt)); in binary_sema_up()
712 (tsk_ctl)->up_cnt = 0; \
746 (tsk_ctl)->up_cnt = 0; \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dlinuxver.h589 int up_cnt; member
606 if (tsk->up_cnt == 1) in binary_sema_down()
607 tsk->up_cnt--; in binary_sema_down()
609 DBG_THR(("dhd_dpc_thread: Unexpected up_cnt %d\n", tsk->up_cnt)); in binary_sema_down()
623 if (tsk->up_cnt == 0) { in binary_sema_up()
624 tsk->up_cnt++; in binary_sema_up()
626 } else if (tsk->up_cnt == 1) { in binary_sema_up()
629 DBG_THR(("dhd_sched_dpc: unexpected up cnt %d!\n", tsk->up_cnt)); in binary_sema_up()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinuxver.h620 int up_cnt; member
662 if (tsk->up_cnt == 1) in binary_sema_down()
663 tsk->up_cnt--; in binary_sema_down()
665 DBG_THR(("dhd_dpc_thread: Unexpected up_cnt %d\n", tsk->up_cnt)); in binary_sema_down()
679 if (tsk->up_cnt == 0) { in binary_sema_up()
680 tsk->up_cnt++; in binary_sema_up()
682 } else if (tsk->up_cnt == 1) { in binary_sema_up()
685 DBG_THR(("dhd_sched_dpc: unexpected up cnt %d!\n", tsk->up_cnt)); in binary_sema_up()
712 (tsk_ctl)->up_cnt = 0; \
746 (tsk_ctl)->up_cnt = 0; \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/
H A Ds2io.c3403 unsigned long long up_cnt, down_cnt, up_time, down_time, reset_cnt; in s2io_reset() local
3465 up_cnt = swstats->link_up_cnt; in s2io_reset()
3477 swstats->link_up_cnt = up_cnt; in s2io_reset()