/Linux-v5.15/drivers/scsi/mvsas/ |
D | mv_64xx.c | 467 static void mvs_64xx_command_active(struct mvs_info *mvi, u32 slot_idx) in mvs_64xx_command_active() argument 470 mvs_cw32(mvi, 0x40 + (slot_idx >> 3), 1 << (slot_idx % 32)); in mvs_64xx_command_active() 471 mvs_cw32(mvi, 0x00 + (slot_idx >> 3), 1 << (slot_idx % 32)); in mvs_64xx_command_active() 473 tmp = mvs_cr32(mvi, 0x00 + (slot_idx >> 3)); in mvs_64xx_command_active() 474 } while (tmp & 1 << (slot_idx % 32)); in mvs_64xx_command_active() 476 tmp = mvs_cr32(mvi, 0x40 + (slot_idx >> 3)); in mvs_64xx_command_active() 477 } while (tmp & 1 << (slot_idx % 32)); in mvs_64xx_command_active()
|
D | mv_sas.c | 869 u32 slot_idx = rx_desc & RXQ_SLOT_MASK; in mvs_slot_free() local 870 mvs_tag_clear(mvi, slot_idx); in mvs_slot_free() 874 struct mvs_slot_info *slot, u32 slot_idx) in mvs_slot_task_free() argument 910 mvs_slot_free(mvi, slot_idx); in mvs_slot_task_free() 1523 u32 slot_idx = (u32)(slot - mvi->slot_info); in mvs_abort_task() local 1526 mvi, task, slot, slot_idx); in mvs_abort_task() 1528 mvs_slot_task_free(mvi, task, slot, slot_idx); in mvs_abort_task() 1574 u32 slot_idx, int err) in mvs_sata_done() argument 1648 u32 slot_idx) in mvs_slot_err() argument 1650 struct mvs_slot_info *slot = &mvi->slot_info[slot_idx]; in mvs_slot_err() [all …]
|
D | mv_94xx.c | 651 static void mvs_94xx_command_active(struct mvs_info *mvi, u32 slot_idx) in mvs_94xx_command_active() argument 654 tmp = mvs_cr32(mvi, MVS_COMMAND_ACTIVE+(slot_idx >> 3)); in mvs_94xx_command_active() 655 if (tmp & 1 << (slot_idx % 32)) { in mvs_94xx_command_active() 656 mv_printk("command active %08X, slot [%x].\n", tmp, slot_idx); in mvs_94xx_command_active() 657 mvs_cw32(mvi, MVS_COMMAND_ACTIVE + (slot_idx >> 3), in mvs_94xx_command_active() 658 1 << (slot_idx % 32)); in mvs_94xx_command_active() 661 MVS_COMMAND_ACTIVE + (slot_idx >> 3)); in mvs_94xx_command_active() 662 } while (tmp & 1 << (slot_idx % 32)); in mvs_94xx_command_active()
|
D | mv_sas.h | 117 void (*command_active)(struct mvs_info *mvi, u32 slot_idx);
|
/Linux-v5.15/drivers/net/ethernet/sfc/ |
D | rx_common.c | 867 int slot_idx = req - efx->rps_slot; in efx_filter_rfs_work() local 943 clear_bit(slot_idx, &efx->rps_slot_map); in efx_filter_rfs_work() 954 int slot_idx; in efx_filter_rfs() local 959 for (slot_idx = 0; slot_idx < EFX_RPS_MAX_IN_FLIGHT; slot_idx++) in efx_filter_rfs() 960 if (!test_and_set_bit(slot_idx, &efx->rps_slot_map)) in efx_filter_rfs() 962 if (slot_idx >= EFX_RPS_MAX_IN_FLIGHT) in efx_filter_rfs() 984 req = efx->rps_slot + slot_idx; in efx_filter_rfs() 1045 clear_bit(slot_idx, &efx->rps_slot_map); in efx_filter_rfs()
|
/Linux-v5.15/block/ |
D | keyslot-manager.c | 238 int slot_idx; in blk_ksm_get_slot_for_key() local 274 slot_idx = blk_ksm_get_slot_idx(slot); in blk_ksm_get_slot_for_key() 276 err = ksm->ksm_ll_ops.keyslot_program(ksm, key, slot_idx); in blk_ksm_get_slot_for_key()
|
/Linux-v5.15/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 157 static void hisi_sas_slot_index_clear(struct hisi_hba *hisi_hba, int slot_idx) in hisi_sas_slot_index_clear() argument 161 clear_bit(slot_idx, bitmap); in hisi_sas_slot_index_clear() 164 static void hisi_sas_slot_index_free(struct hisi_hba *hisi_hba, int slot_idx) in hisi_sas_slot_index_free() argument 167 slot_idx >= HISI_SAS_UNRESERVED_IPTT) { in hisi_sas_slot_index_free() 169 hisi_sas_slot_index_clear(hisi_hba, slot_idx); in hisi_sas_slot_index_free() 174 static void hisi_sas_slot_index_set(struct hisi_hba *hisi_hba, int slot_idx) in hisi_sas_slot_index_set() argument 178 set_bit(slot_idx, bitmap); in hisi_sas_slot_index_set() 419 int dlvry_queue_slot, dlvry_queue, rc, slot_idx; in hisi_sas_task_prep() local 492 slot_idx = rc; in hisi_sas_task_prep() 493 slot = &hisi_hba->slot_info[slot_idx]; in hisi_sas_task_prep() [all …]
|
/Linux-v5.15/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 249 int slot_idx = ring->start % BGMAC_TX_RING_SLOTS; in bgmac_dma_tx_free() local 250 struct bgmac_slot_info *slot = &ring->slots[slot_idx]; in bgmac_dma_tx_free() 254 if (slot_idx == empty_slot) in bgmac_dma_tx_free() 257 ctl0 = le32_to_cpu(ring->cpu_base[slot_idx].ctl0); in bgmac_dma_tx_free() 258 ctl1 = le32_to_cpu(ring->cpu_base[slot_idx].ctl1); in bgmac_dma_tx_free()
|
/Linux-v5.15/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.h | 124 u32 slot_idx; member
|
D | qplib_fp.c | 1575 psns_ext->start_slot_idx = cpu_to_le16(swq->slot_idx); in bnxt_qplib_fill_psn_search() 1683 tail = swq->slot_idx / sq->dbinfo.max_slot; in bnxt_qplib_pull_psn_buff() 1738 swq->slot_idx = hwq->prod; in bnxt_qplib_post_send()
|