| /trueos/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib_multicast.c | 174 if (!test_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags)) { in ipoib_mcast_join_finish() 280 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) { in ipoib_mcast_sendonly_join() 354 if (test_bit(IPOIB_MCAST_RUN, &priv->flags)) in ipoib_mcast_join_complete() 388 if (test_bit(IPOIB_MCAST_RUN, &priv->flags)) in ipoib_mcast_join_complete() 456 if (test_bit(IPOIB_MCAST_RUN, &priv->flags)) in ipoib_mcast_join() 472 if (!test_bit(IPOIB_MCAST_RUN, &priv->flags)) in ipoib_mcast_join_task() 492 if (!test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) in ipoib_mcast_join_task() 499 if (test_bit(IPOIB_MCAST_RUN, &priv->flags)) in ipoib_mcast_join_task() 516 !test_bit(IPOIB_MCAST_FLAG_ATTACHED, &priv->broadcast->flags)) { in ipoib_mcast_join_task() 518 !test_bit(IPOIB_MCAST_FLAG_BUSY, &priv->broadcast->flags)) in ipoib_mcast_join_task() [all …]
|
| HD | ipoib_ib.c | 260 if (test_bit(IPOIB_FLAG_CSUM, &priv->flags) && likely(wc->csum_ok)) in ipoib_ib_handle_rx_wc() 354 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) in ipoib_ib_handle_tx_wc() 579 if (!test_bit(IPOIB_STOP_REAPER, &priv->flags)) in ipoib_reap_ah() 659 if (!test_bit(IPOIB_PKEY_ASSIGNED, &priv->flags)) { in ipoib_ib_dev_up() 678 if (!test_bit(IPOIB_PKEY_ASSIGNED, &priv->flags)) { in ipoib_ib_dev_down() 860 if (!test_bit(IPOIB_FLAG_INITIALIZED, &priv->flags)) { in __ipoib_ib_dev_flush() 865 if (!test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) { in __ipoib_ib_dev_flush() 905 if (test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) { in __ipoib_ib_dev_flush() 965 if (test_bit(IPOIB_PKEY_ASSIGNED, &priv->flags)) in ipoib_pkey_poll() 969 if (!test_bit(IPOIB_PKEY_STOP, &priv->flags)) in ipoib_pkey_poll() [all …]
|
| HD | ipoib_ethtool.c | 47 return test_bit(IPOIB_FLAG_CSUM, &priv->flags) && in ipoib_get_rx_csum() 48 !test_bit(IPOIB_FLAG_ADMIN_CM, &priv->flags); in ipoib_get_rx_csum()
|
| HD | ipoib_verbs.c | 80 if (!test_bit(IPOIB_PKEY_ASSIGNED, &priv->flags)) in ipoib_init_qp()
|
| HD | ipoib_main.c | 157 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_open() 209 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_stop() 796 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_detach()
|
| HD | ipoib.h | 561 return test_bit(IPOIB_FLAG_OPER_UP, &path->cm->flags); in ipoib_cm_up()
|
| HD | ipoib_cm.c | 691 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) in ipoib_cm_handle_tx_wc() 1085 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) in ipoib_cm_tx_destroy()
|
| /trueos/sys/netpfil/ipfw/ |
| HD | dn_sched_prio.c | 52 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro 84 if (test_bit(prio, &si->bitmap) == 0) { in prio_enqueue() 169 if (test_bit(prio, &si->bitmap) == 0) { in prio_new_queue()
|
| HD | dn_sched_qfq.c | 83 int test_bit(int ix, bitmap *p) in test_bit() function 103 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro 747 if (test_bit(grp->index, &q->bitmaps[ER]) &&
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | iwcm.c | 184 test_bit(IWCM_F_CALLBACK_DESTROY, &cm_id_priv->flags)) { in rem_ref() 269 !test_bit(IWCM_F_CONNECT_WAIT, &cm_id_priv->flags)); in iw_cm_disconnect() 338 !test_bit(IWCM_F_CONNECT_WAIT, &cm_id_priv->flags)); in destroy_cm_id() 398 BUG_ON(test_bit(IWCM_F_CALLBACK_DESTROY, &cm_id_priv->flags)); in iw_destroy_cm_id() 868 destroy_id = test_bit(IWCM_F_CALLBACK_DESTROY, &cm_id_priv->flags); in cm_work_handler()
|
| /trueos/sys/amd64/include/xen/ |
| HD | xen-os.h | 89 #define test_bit(nr,addr) \ macro
|
| /trueos/sys/dev/drm/ |
| HD | drm_atomic.h | 70 test_bit(int b, volatile void *p) in test_bit() function
|
| HD | mga_drv.h | 253 if ( test_bit( 0, &dev_priv->prim.wrapped ) ) { \ 267 if ( test_bit( 0, &dev_priv->prim.wrapped ) ) { \ 326 if ( !test_bit( 0, &dev_priv->prim.wrapped ) ) { \
|
| /trueos/sys/ofed/drivers/net/mlx4/ |
| HD | alloc.c | 87 while ((start < nbits) && (test_bit(start, bitmap) || in find_aligned_range() 99 if (test_bit(i, bitmap) || ((u32)i & skip_mask)) { in find_aligned_range() 393 if (db->order == 0 && test_bit(i ^ 1, db->u.pgdir->order0)) { in mlx4_db_free()
|
| HD | en_port.c | 64 if (test_bit(index, priv->active_vlans)) in mlx4_SET_VLAN_FLTR()
|
| /trueos/sys/dev/drm2/i915/ |
| HD | i915_gem_tiling.c | 488 if ((new_bit_17 & 0x1) != (test_bit(m->pindex, obj->bit_17) != 0)) { in i915_gem_object_do_bit_17_swizzle_page() 506 (test_bit(i, obj->bit_17) != 0)) { in i915_gem_object_do_bit_17_swizzle()
|
| /trueos/sys/dev/drm2/ |
| HD | drm_atomic.h | 74 #define test_bit(b, p) \ macro
|
| /trueos/sys/i386/include/xen/ |
| HD | xen-os.h | 225 #define test_bit(nr,addr) \ macro
|
| /trueos/sys/xen/evtchn/ |
| HD | evtchn_dev.c | 205 if ( test_bit(kbuf[i], &bound_ports[0]) ) in evtchn_write()
|
| /trueos/sys/gnu/fs/reiserfs/ |
| HD | reiserfs_fs.h | 860 #define test_bit(bit, name) bit_test((bitstr_t *)name, bit) macro 864 #define test_bit_unaligned(bit, name) test_bit(bit, name) 1287 #define reiserfs_test_le_bit test_bit
|
| /trueos/sys/dev/ntb/if_ntb/ |
| HD | if_ntb.c | 69 #define test_bit(pos, bitmap_addr) (*(bitmap_addr) & 1UL << (pos)) macro 510 if (!test_bit(i, &nt->qp_bitmap)) in ntb_transport_free() 1216 if (!test_bit(i, &nt->qp_bitmap)) in ntb_transport_link_cleanup()
|
| /trueos/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | alias_GUID.c | 88 if (test_bit(i + 4, (unsigned long *)&guid_indexes)) { in mlx4_ib_update_cache_on_guid_change() 152 if (!(test_bit(i + 4, (unsigned long *)&guid_indexes))) in mlx4_ib_notify_slaves_on_guid_change()
|
| /trueos/sys/ofed/include/linux/ |
| HD | bitops.h | 307 #define test_bit(i, a) \ macro
|
| /trueos/sys/dev/drm2/ttm/ |
| HD | ttm_bo_vm.c | 159 if (test_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags)) { in ttm_bo_vm_fault()
|
| /trueos/sys/dev/xen/pcifront/ |
| HD | pcifront.c | 383 while (test_bit in do_pci_op()
|