Home
last modified time | relevance | path

Searched refs:ntargets (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/carl9170/
H A Dphy.c1434 int ntargets; in carl9170_set_power_cal() local
1453 ntargets = AR5416_NUM_5G_TARGET_PWRS; in carl9170_set_power_cal()
1458 ntargets = AR5416_NUM_2G_CCK_TARGET_PWRS; in carl9170_set_power_cal()
1463 ntargets = AR5416_NUM_2G_OFDM_TARGET_PWRS; in carl9170_set_power_cal()
1470 for (n = 0; n < ntargets; n++) { in carl9170_set_power_cal()
1475 ntargets = n; in carl9170_set_power_cal()
1476 idx = carl9170_find_freq_idx(ntargets, pwr_freqs, f); in carl9170_set_power_cal()
1488 ntargets = AR5416_NUM_5G_TARGET_PWRS; in carl9170_set_power_cal()
1493 ntargets = AR5416_NUM_5G_TARGET_PWRS; in carl9170_set_power_cal()
1498 ntargets = AR5416_NUM_2G_OFDM_TARGET_PWRS; in carl9170_set_power_cal()
[all …]
/linux/drivers/block/aoe/
H A Daoedev.c221 te = tt + d->ntargets; in aoedev_downdev()
296 e = t + d->ntargets; in freedev()
483 d->ntargets = NTARGETS; in aoedev_by_aoeaddr()
H A Daoecmd.c264 if (tt >= &d->targets[d->ntargets] || !*tt) in newframe()
724 for (i = good = 0; i < d->ntargets && d->targets[i]; ++i) in count_targets()
1017 e = t + d->ntargets; in gettgt()
1432 oldn = d->ntargets; in grow_targets()
1441 d->ntargets = newn; in grow_targets()
1452 te = tt + d->ntargets; in addtgt()
1485 e = t + d->ntargets; in setdbcnt()
1629 te = t + d->ntargets; in aoecmd_cleanslate()
H A Daoe.h191 ulong ntargets; /* number of allocated aoetgt pointers */ member
/linux/include/net/nfc/
H A Dnfc.h282 struct nfc_target *targets, int ntargets);
/linux/drivers/scsi/
H A Dips.c2431 ha->ntargets = IPS_MAX_TARGETS + 1; in ips_hainit()
6666 sh->max_id = ha->ntargets; in ips_register_scsi()