Home
last modified time | relevance | path

Searched refs:current_slot (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43legacy/
Ddma.c182 slot = next_slot(ring, ring->current_slot); in request_slot()
183 ring->current_slot = slot; in request_slot()
719 ring->current_slot = -1; in b43legacy_setup_dmaring()
1034 old_top_slot = ring->current_slot; in dma_tx_fragment()
1048 ring->current_slot = old_top_slot; in dma_tx_fragment()
1057 ring->current_slot = old_top_slot; in dma_tx_fragment()
1077 ring->current_slot = old_top_slot; in dma_tx_fragment()
1095 ring->current_slot = old_top_slot; in dma_tx_fragment()
1211 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus()
1414 int current_slot; in b43legacy_dma_rx() local
[all …]
Ddma.h138 int current_slot; member
/linux-3.4.99/drivers/net/wireless/b43/
Ddma.c321 slot = next_slot(ring, ring->current_slot); in request_slot()
322 ring->current_slot = slot; in request_slot()
897 ring->current_slot = -1; in b43_setup_dmaring()
1279 old_top_slot = ring->current_slot; in dma_tx_fragment()
1292 ring->current_slot = old_top_slot; in dma_tx_fragment()
1300 ring->current_slot = old_top_slot; in dma_tx_fragment()
1322 ring->current_slot = old_top_slot; in dma_tx_fragment()
1332 ring->current_slot = old_top_slot; in dma_tx_fragment()
1505 firstused = ring->current_slot - ring->used_slots + 1; in b43_dma_handle_txstatus()
1738 int current_slot, previous_slot; in b43_dma_handle_rx_overflow() local
[all …]
Ddma.h244 int current_slot; member
/linux-3.4.99/drivers/mmc/host/
Domap.c164 struct mmc_omap_slot *current_slot; member
220 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot()
221 mmc_omap_fclk_offdelay(host->current_slot); in mmc_omap_select_slot()
223 if (host->current_slot != slot) { in mmc_omap_select_slot()
227 host->current_slot = slot; in mmc_omap_select_slot()
289 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot()
381 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) in mmc_omap_start_command()
427 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work()
456 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_xfer_done()
468 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_abort()
[all …]
/linux-3.4.99/fs/ocfs2/cluster/
Dheartbeat.c401 unsigned int *current_slot, in o2hb_setup_one_bio() argument
408 unsigned int cs = *current_slot; in o2hb_setup_one_bio()
448 *current_slot = cs; in o2hb_setup_one_bio()
455 unsigned int current_slot=0; in o2hb_read_slots() local
462 while(current_slot < max_slots) { in o2hb_read_slots()
463 bio = o2hb_setup_one_bio(reg, &wc, &current_slot, max_slots); in o2hb_read_slots()
/linux-3.4.99/drivers/net/tokenring/
Dsmctr.c482 int current_slot; in smctr_chk_mca() local
485 current_slot = mca_find_unused_adapter(smctr_posid, 0); in smctr_chk_mca()
486 if(current_slot == MCA_NOTFOUND) in smctr_chk_mca()
489 mca_set_adapter_name(current_slot, smctr_name); in smctr_chk_mca()
490 mca_mark_as_used(current_slot); in smctr_chk_mca()
491 tp->slot_num = current_slot; in smctr_chk_mca()