Searched refs:current_slot (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Ddma.c182 slot = next_slot(ring, ring->current_slot); request_slot()
183 ring->current_slot = slot; request_slot()
714 ring->current_slot = -1; b43legacy_setup_dmaring()
1026 old_top_slot = ring->current_slot; dma_tx_fragment()
1040 ring->current_slot = old_top_slot; dma_tx_fragment()
1049 ring->current_slot = old_top_slot; dma_tx_fragment()
1069 ring->current_slot = old_top_slot; dma_tx_fragment()
1087 ring->current_slot = old_top_slot; dma_tx_fragment()
1203 firstused = ring->current_slot - ring->used_slots + 1; b43legacy_dma_handle_txstatus()
1406 int current_slot; b43legacy_dma_rx() local
1410 current_slot = op32_get_current_rxslot(ring); b43legacy_dma_rx()
1411 B43legacy_WARN_ON(!(current_slot >= 0 && current_slot < b43legacy_dma_rx()
1414 slot = ring->current_slot; b43legacy_dma_rx()
1415 for (; slot != current_slot; slot = next_slot(ring, slot)) { b43legacy_dma_rx()
1420 ring->current_slot = slot; b43legacy_dma_rx()
H A Ddma.h138 int current_slot; member in struct:b43legacy_dmaring
/linux-4.1.27/drivers/net/wireless/b43/
H A Ddma.c321 slot = next_slot(ring, ring->current_slot); request_slot()
322 ring->current_slot = slot; request_slot()
892 ring->current_slot = -1; b43_setup_dmaring()
1271 old_top_slot = ring->current_slot; dma_tx_fragment()
1284 ring->current_slot = old_top_slot; dma_tx_fragment()
1292 ring->current_slot = old_top_slot; dma_tx_fragment()
1314 ring->current_slot = old_top_slot; dma_tx_fragment()
1324 ring->current_slot = old_top_slot; dma_tx_fragment()
1497 firstused = ring->current_slot - ring->used_slots + 1; b43_dma_handle_txstatus()
1730 int current_slot, previous_slot; b43_dma_handle_rx_overflow() local
1742 current_slot = ring->ops->get_current_rxslot(ring); b43_dma_handle_rx_overflow()
1743 previous_slot = prev_slot(ring, current_slot); b43_dma_handle_rx_overflow()
1750 int slot, current_slot; b43_dma_rx() local
1754 current_slot = ops->get_current_rxslot(ring); b43_dma_rx()
1755 B43_WARN_ON(!(current_slot >= 0 && current_slot < ring->nr_slots)); b43_dma_rx()
1757 slot = ring->current_slot; b43_dma_rx()
1758 for (; slot != current_slot; slot = next_slot(ring, slot)) { b43_dma_rx()
1764 ring->current_slot = slot; b43_dma_rx()
H A Ddma.h244 int current_slot; member in struct:b43_dmaring
/linux-4.1.27/drivers/mmc/host/
H A Domap.c161 struct mmc_omap_slot *current_slot; member in struct:mmc_omap_host
217 if (host->current_slot != slot || !claimed) mmc_omap_select_slot()
218 mmc_omap_fclk_offdelay(host->current_slot); mmc_omap_select_slot()
220 if (host->current_slot != slot) { mmc_omap_select_slot()
224 host->current_slot = slot; mmc_omap_select_slot()
286 BUG_ON(new_slot == host->current_slot); mmc_omap_release_slot()
379 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) mmc_omap_start_command()
434 struct mmc_omap_slot *slot = host->current_slot; mmc_omap_send_stop_work()
463 mmc_omap_release_slot(host->current_slot, 1); mmc_omap_xfer_done()
475 struct mmc_omap_slot *slot = host->current_slot; mmc_omap_send_abort()
588 mmc_omap_release_slot(host->current_slot, 1); mmc_omap_cmd_done()
619 mmc_omap_release_slot(host->current_slot, 1); mmc_omap_abort_command()
794 host->current_slot; mmc_omap_irq()
931 cycle_ns = 1000000000 / host->current_slot->fclk_freq; set_data_timeout()
/linux-4.1.27/fs/ocfs2/cluster/
H A Dheartbeat.c393 unsigned int *current_slot, o2hb_setup_one_bio()
400 unsigned int cs = *current_slot; o2hb_setup_one_bio()
440 *current_slot = cs; o2hb_setup_one_bio()
447 unsigned int current_slot=0; o2hb_read_slots() local
454 while(current_slot < max_slots) { o2hb_read_slots()
455 bio = o2hb_setup_one_bio(reg, &wc, &current_slot, max_slots); o2hb_read_slots()
391 o2hb_setup_one_bio(struct o2hb_region *reg, struct o2hb_bio_wait_ctxt *wc, unsigned int *current_slot, unsigned int max_slots) o2hb_setup_one_bio() argument

Completed in 343 milliseconds