Searched refs:idx_mask (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/alpha/kernel/ |
D | perf_event.c | 50 unsigned long idx_mask; member 409 cpuc->idx_mask = 0; in maybe_change_configuration() 421 cpuc->idx_mask |= (1<<cpuc->current_idx[j]); in maybe_change_configuration() 512 cpuc->idx_mask &= ~(1UL<<idx); in alpha_pmu_del() 537 cpuc->idx_mask &= ~(1UL<<hwc->idx); in alpha_pmu_stop() 566 cpuc->idx_mask |= 1UL<<hwc->idx; in alpha_pmu_start() 742 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_pmu_enable() 761 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_pmu_disable() 825 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler() 832 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler() [all …]
|
/linux-4.1.27/net/mac80211/ |
D | mesh.h | 190 u32 idx_mask; member
|
D | mesh.c | 179 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init() 229 idx = le32_to_cpu(mesh_hdr->seqnum) & rmc->idx_mask; in mesh_rmc_check()
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 139 unsigned int idx_mask; member
|
D | libcxgbi.c | 1464 idx = (tag >> PPOD_IDX_SHIFT) & ddp->idx_mask; in ddp_tag_release() 1652 ddp->idx_mask = (1 << bits) - 1; in cxgbi_ddp_init()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1255 uinfo.tagmask = ddp->idx_mask << PPOD_IDX_SHIFT; in cxgb3i_ddp_init() 1277 tdev, ddp->nppods, ddp->idx_bits, ddp->idx_mask, in cxgb3i_ddp_init()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1711 tagmask = ddp->idx_mask << PPOD_IDX_SHIFT; in cxgb4i_ddp_init() 1725 cdev, ddp->nppods, ddp->idx_bits, ddp->idx_mask, in cxgb4i_ddp_init()
|