Home
last modified time | relevance | path

Searched refs:slot_idx (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/mvsas/
H A Dmv_sas.c863 u32 slot_idx = rx_desc & RXQ_SLOT_MASK; in mvs_slot_free() local
864 mvs_tag_free(mvi, slot_idx); in mvs_slot_free()
868 struct mvs_slot_info *slot, u32 slot_idx) in mvs_slot_task_free() argument
904 mvs_slot_free(mvi, slot_idx); in mvs_slot_task_free()
1387 u32 slot_idx = (u32)(slot - mvi->slot_info); in mvs_abort_task() local
1390 mvi, task, slot, slot_idx); in mvs_abort_task()
1392 mvs_slot_task_free(mvi, task, slot, slot_idx); in mvs_abort_task()
1405 u32 slot_idx, int err) in mvs_sata_done() argument
1479 u32 slot_idx) in mvs_slot_err() argument
1481 struct mvs_slot_info *slot = &mvi->slot_info[slot_idx]; in mvs_slot_err()
[all …]
H A Dmv_64xx.c467 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()
H A Dmv_94xx.c651 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()
H A Dmv_sas.h117 void (*command_active)(struct mvs_info *mvi, u32 slot_idx);
/linux/block/
H A Dblk-crypto-profile.c253 int slot_idx; in blk_crypto_get_keyslot() local
293 slot_idx = blk_crypto_keyslot_index(slot); in blk_crypto_get_keyslot()
295 err = profile->ll_ops.keyslot_program(profile, key, slot_idx); in blk_crypto_get_keyslot()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c155 static void hisi_sas_slot_index_clear(struct hisi_hba *hisi_hba, int slot_idx) in hisi_sas_slot_index_clear() argument
159 __clear_bit(slot_idx, bitmap); in hisi_sas_slot_index_clear()
162 static void hisi_sas_slot_index_free(struct hisi_hba *hisi_hba, int slot_idx) in hisi_sas_slot_index_free() argument
165 slot_idx < HISI_SAS_RESERVED_IPTT) { in hisi_sas_slot_index_free()
167 hisi_sas_slot_index_clear(hisi_hba, slot_idx); in hisi_sas_slot_index_free()
172 static void hisi_sas_slot_index_set(struct hisi_hba *hisi_hba, int slot_idx) in hisi_sas_slot_index_set() argument
176 __set_bit(slot_idx, bitmap); in hisi_sas_slot_index_set()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h124 u32 slot_idx; member
H A Dqplib_fp.c1711 start_idx = swq->slot_idx; in bnxt_qplib_fill_msn_search()
1748 psns_ext->start_slot_idx = cpu_to_le16(swq->slot_idx); in bnxt_qplib_fill_psn_search()
1854 tail = swq->slot_idx / sq->dbinfo.max_slot; in bnxt_qplib_pull_psn_buff()
1915 swq->slot_idx = hwq->prod; in bnxt_qplib_post_send()
2598 if (swq->slot_idx == cqe_slot) { in bnxt_qplib_get_cqe_sq_cons()