Home
last modified time | relevance | path

Searched refs:nslots (Results 1 – 10 of 10) sorted by relevance

/drivers/dma/ti/
Dedma.c781 int i, j, left, nslots; in edma_execute() local
796 nslots = min(MAX_NR_SG, left); in edma_execute()
800 for (i = 0; i < nslots; i++) { in edma_execute()
826 if (i != (nslots - 1)) in edma_execute()
830 edesc->processed += nslots; in edma_execute()
839 edma_link(ecc, echan->slot[nslots - 1], echan->slot[1]); in edma_execute()
841 edma_link(ecc, echan->slot[nslots - 1], in edma_execute()
1078 int i, nslots, ret; in edma_prep_slave_sg() local
1111 nslots = min_t(unsigned, MAX_NR_SG, sg_len); in edma_prep_slave_sg()
1113 for (i = 0; i < nslots; i++) { in edma_prep_slave_sg()
[all …]
/drivers/ide/
Dide-cd.c1292 static int ide_cdrom_register(ide_drive_t *drive, int nslots) in ide_cdrom_register() argument
1297 ide_debug_log(IDE_DBG_PROBE, "nslots: %d", nslots); in ide_cdrom_register()
1301 devinfo->capacity = nslots; in ide_cdrom_register()
1317 int nslots = 1; in ide_cdrom_probe_capabilities() local
1330 return nslots; in ide_cdrom_probe_capabilities()
1336 return nslots; in ide_cdrom_probe_capabilities()
1376 nslots = 3; in ide_cdrom_probe_capabilities()
1379 nslots = cdrom_number_of_slots(cdi); in ide_cdrom_probe_capabilities()
1380 if (nslots > 1) in ide_cdrom_probe_capabilities()
1405 printk(KERN_CONT " changer w/%d slots", nslots); in ide_cdrom_probe_capabilities()
[all …]
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c361 u8 nslots; in cxgb4_delete_knode() local
405 nslots = 0; in cxgb4_delete_knode()
407 nslots++; in cxgb4_delete_knode()
410 nslots += 2; in cxgb4_delete_knode()
413 filter_id += nslots; in cxgb4_delete_knode()
Dcxgb4_filter.c445 static bool cxgb4_filter_prio_in_range(struct tid_info *t, u32 idx, u8 nslots, in cxgb4_filter_prio_in_range() argument
535 prev_fe = &prev_tab[prev_ftid & ~(nslots - 1)]; in cxgb4_filter_prio_in_range()
/drivers/net/wireless/mediatek/mt76/
Dmt76x02_beacon.c16 for (i = 0; i < dev->beacon_ops->nslots; i++) { in mt76x02_set_beacon_offsets()
Dmt76x02.h64 unsigned int nslots; member
Dmt76x02_usb_core.c250 .nslots = N_BCN_SLOTS, in mt76x02u_init_beacon_config()
Dmt76x02_mmio.c87 .nslots = 8, in mt76x02e_init_beacon_config()
/drivers/cdrom/
Dcdrom.c1312 buf->hdr.nslots = 3; in cdrom_read_mech_status()
1363 int nslots = 1; in cdrom_number_of_slots() local
1375 nslots = info->hdr.nslots; in cdrom_number_of_slots()
1378 return nslots; in cdrom_number_of_slots()
/drivers/i3c/
Dmaster.c2299 unsigned int nslots = 0; in i3c_generic_ibi_free_pool() local
2305 nslots++; in i3c_generic_ibi_free_pool()
2312 WARN_ON(nslots != pool->num_slots); in i3c_generic_ibi_free_pool()