Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 136) sorted by relevance

123456

/drivers/net/wireless/mediatek/mt76/mt7603/
A Ddebugfs.c76 int bound[3], i, range; in mt7603_ampdu_stat_show() local
79 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7603_ampdu_stat_show()
80 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7603_ampdu_stat_show()
82 seq_printf(file, "Length: %8d | ", bound[0]); in mt7603_ampdu_stat_show()
83 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7603_ampdu_stat_show()
85 bound[i], bound[i + 1]); in mt7603_ampdu_stat_show()
87 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7603_ampdu_stat_show()
/drivers/net/wireless/mediatek/mt76/
A Dmt792x_debugfs.c11 int bound[15], range[4], i; in mt792x_ampdu_stat_read_phy() local
22 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt792x_ampdu_stat_read_phy()
23 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt792x_ampdu_stat_read_phy()
27 seq_printf(file, "Length: %8d | ", bound[0]); in mt792x_ampdu_stat_read_phy()
28 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt792x_ampdu_stat_read_phy()
29 seq_printf(file, "%3d %3d | ", bound[i] + 1, bound[i + 1]); in mt792x_ampdu_stat_read_phy()
32 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt792x_ampdu_stat_read_phy()
/drivers/net/ethernet/meta/fbnic/
A Dfbnic_csr.c117 const struct fbnic_csr_bounds *bound; in fbnic_csr_get_regs() local
124 for (i = 0, bound = fbnic_csr_sects; in fbnic_csr_get_regs()
125 i < ARRAY_SIZE(fbnic_csr_sects) - 1; i++, ++bound) { in fbnic_csr_get_regs()
126 *(data++) = bound->start; in fbnic_csr_get_regs()
127 *(data++) = bound->end - 1; in fbnic_csr_get_regs()
128 for (j = bound->start; j < bound->end; j++) in fbnic_csr_get_regs()
/drivers/base/
A Dcomponent.c58 bool bound; member
68 bool bound; member
93 dev_name(m->parent), m->bound ? "bound" : "not bound"); in component_devices_show()
258 adev->bound = true; in try_to_bring_up_aggregate_device()
268 if (!adev->bound) { in try_to_bring_up_masters()
280 if (adev->bound) { in take_down_aggregate_device()
283 adev->bound = false; in take_down_aggregate_device()
582 return adev->bound; in component_master_is_bound()
589 if (WARN_ON(!component->bound)) in component_unbind()
597 component->bound = false; in component_unbind()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7615/
A Ddebugfs.c281 int bound[7], i, range; in mt7615_ampdu_stat_read_phy() local
288 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
292 bound[i + 4] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7615_ampdu_stat_read_phy()
296 seq_printf(file, "Length: %8d | ", bound[0]); in mt7615_ampdu_stat_read_phy()
297 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7615_ampdu_stat_read_phy()
299 bound[i], bound[i + 1]); in mt7615_ampdu_stat_read_phy()
302 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7615_ampdu_stat_read_phy()
/drivers/net/ethernet/marvell/prestera/
A Dprestera_matchall.c47 if (!block->mall.bound) in prestera_mall_prio_get()
107 block->mall.bound = true; in prestera_mall_replace()
126 block->mall.bound = false; in prestera_mall_destroy()
A Dprestera_flow.h28 bool bound; member
/drivers/gpu/drm/i915/
A Di915_vma.c942 unsigned int bound; in try_qad_pin() local
944 bound = atomic_read(&vma->flags); in try_qad_pin()
949 return (flags & bound) == flags; in try_qad_pin()
955 if (unlikely(flags & ~bound)) in try_qad_pin()
962 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin()
1439 unsigned int bound; in i915_vma_pin_ww() local
1536 bound = atomic_read(&vma->flags); in i915_vma_pin_ww()
1537 if (unlikely(bound & I915_VMA_ERROR)) { in i915_vma_pin_ww()
1542 if (unlikely(!((bound + 1) & I915_VMA_PIN_MASK))) { in i915_vma_pin_ww()
1557 if (!(bound & I915_VMA_BIND_MASK)) { in i915_vma_pin_ww()
[all …]
/drivers/infiniband/core/
A Dumem_odp.c433 u64 bound) in ib_umem_odp_unmap_dma_pages() argument
441 bound = min_t(u64, bound, ib_umem_end(umem_odp)); in ib_umem_odp_unmap_dma_pages()
442 for (addr = virt; addr < bound; addr += BIT(umem_odp->page_shift)) { in ib_umem_odp_unmap_dma_pages()
/drivers/net/wireless/mediatek/mt76/mt7996/
A Ddebugfs.c464 int bound[15], range[8], i; in mt7996_ampdu_stat_read_phy() local
471 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy()
472 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 2], i % 2) + 1; in mt7996_ampdu_stat_read_phy()
477 seq_printf(file, "Length: %8d | ", bound[0]); in mt7996_ampdu_stat_read_phy()
478 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7996_ampdu_stat_read_phy()
480 bound[i] + 1, bound[i + 1]); in mt7996_ampdu_stat_read_phy()
483 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7996_ampdu_stat_read_phy()
/drivers/usb/gadget/legacy/
A Dether.c373 eem_opts->bound = true; in eth_bind()
375 ecm_opts->bound = true; in eth_bind()
377 geth_opts->bound = true; in eth_bind()
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_ttm_buffer.c283 if (vmw_be->bound) in vmw_ttm_bind()
316 vmw_be->bound = true; in vmw_ttm_bind()
326 if (!vmw_be->bound) in vmw_ttm_unbind()
344 vmw_be->bound = false; in vmw_ttm_unbind()
/drivers/gpu/drm/radeon/
A Dradeon_ttm.c319 bool bound; member
417 return (gtt->bound); in radeon_ttm_backend_is_bound()
430 if (gtt->bound) in radeon_ttm_backend_bind()
452 gtt->bound = true; in radeon_ttm_backend_bind()
464 if (!gtt->bound) in radeon_ttm_backend_unbind()
469 gtt->bound = false; in radeon_ttm_backend_unbind()
/drivers/gpu/drm/i915/pxp/
A Dintel_pxp.c285 bool bound = false; in pxp_component_bound() local
289 bound = true; in pxp_component_bound()
292 return bound; in pxp_component_bound()
/drivers/infiniband/hw/hfi1/
A Dfault.c113 unsigned long bound = 1U << BITS_PER_BYTE; in fault_opcodes_write() local
140 if (range_start >= bound || range_end >= bound) in fault_opcodes_write()
/drivers/usb/gadget/function/
A Df_subset.c311 if (!gether_opts->bound) { in geth_bind()
318 gether_opts->bound = true; in geth_bind()
420 if (opts->bound) in geth_free_inst()
A Du_ecm.h21 bool bound; member
A Du_eem.h21 bool bound; member
A Du_gether.h21 bool bound; member
A Du_ncm.h21 bool bound; member
A Du_phonet.h16 bool bound; member
A Du_rndis.h23 bool bound; member
A Df_rndis.c691 if (!rndis_opts->bound) { in rndis_bind()
696 rndis_opts->bound = true; in rndis_bind()
827 if (opts->bound) in rndis_borrow_net()
831 opts->borrowed_net = opts->bound = true; in rndis_borrow_net()
889 if (opts->bound) in rndis_free_inst()
/drivers/net/wireless/mediatek/mt76/mt7915/
A Ddebugfs.c708 int bound[15], range[4], i; in mt7915_ampdu_stat_read_phy() local
715 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
716 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt7915_ampdu_stat_read_phy()
720 seq_printf(file, "Length: %8d | ", bound[0]); in mt7915_ampdu_stat_read_phy()
721 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7915_ampdu_stat_read_phy()
723 bound[i] + 1, bound[i + 1]); in mt7915_ampdu_stat_read_phy()
726 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7915_ampdu_stat_read_phy()
/drivers/net/wireless/mediatek/mt76/mt76x0/
A Dphy.c708 u8 bound[7]; in mt76x0_phy_get_delta_power() local
711 err = mt76x02_eeprom_copy(dev, MT_EE_TSSI_BOUND1, bound, in mt76x0_phy_get_delta_power()
712 sizeof(bound)); in mt76x0_phy_get_delta_power()
716 for (i = 0; i < ARRAY_SIZE(bound); i++) { in mt76x0_phy_get_delta_power()
717 if (chan->hw_value <= bound[i] || !bound[i]) in mt76x0_phy_get_delta_power()

Completed in 45 milliseconds

123456