Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Ddma.c182 slot = next_slot(ring, ring->current_slot); in request_slot()
183 ring->current_slot = slot; in request_slot()
714 ring->current_slot = -1; in b43legacy_setup_dmaring()
1026 old_top_slot = ring->current_slot; in dma_tx_fragment()
1040 ring->current_slot = old_top_slot; in dma_tx_fragment()
1049 ring->current_slot = old_top_slot; in dma_tx_fragment()
1069 ring->current_slot = old_top_slot; in dma_tx_fragment()
1087 ring->current_slot = old_top_slot; in dma_tx_fragment()
1203 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus()
1406 int current_slot; in b43legacy_dma_rx() local
[all …]
Ddma.h139 int current_slot; member
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Ddma.c321 slot = next_slot(ring, ring->current_slot); in request_slot()
322 ring->current_slot = slot; in request_slot()
892 ring->current_slot = -1; in b43_setup_dmaring()
1271 old_top_slot = ring->current_slot; in dma_tx_fragment()
1284 ring->current_slot = old_top_slot; in dma_tx_fragment()
1292 ring->current_slot = old_top_slot; in dma_tx_fragment()
1314 ring->current_slot = old_top_slot; in dma_tx_fragment()
1324 ring->current_slot = old_top_slot; in dma_tx_fragment()
1497 firstused = ring->current_slot - ring->used_slots + 1; in b43_dma_handle_txstatus()
1732 int current_slot, previous_slot; in b43_dma_handle_rx_overflow() local
[all …]
Ddma.h245 int current_slot; member
/Linux-v4.19/drivers/mmc/host/
Domap.c160 struct mmc_omap_slot *current_slot; member
216 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot()
217 mmc_omap_fclk_offdelay(host->current_slot); in mmc_omap_select_slot()
219 if (host->current_slot != slot) { in mmc_omap_select_slot()
223 host->current_slot = slot; in mmc_omap_select_slot()
285 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot()
378 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) in mmc_omap_start_command()
433 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work()
462 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_xfer_done()
474 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_abort()
[all …]
/Linux-v4.19/fs/ocfs2/cluster/
Dheartbeat.c531 unsigned int *current_slot, in o2hb_setup_one_bio() argument
539 unsigned int cs = *current_slot; in o2hb_setup_one_bio()
580 *current_slot = cs; in o2hb_setup_one_bio()
587 unsigned int current_slot=0; in o2hb_read_slots() local
594 while(current_slot < max_slots) { in o2hb_read_slots()
595 bio = o2hb_setup_one_bio(reg, &wc, &current_slot, max_slots, in o2hb_read_slots()
/Linux-v4.19/drivers/md/
Dmd-cluster.c1114 int current_slot = md_cluster_ops->slot_number(mddev); in cluster_check_sync_size() local
1124 if (i == current_slot) in cluster_check_sync_size()