/linux/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 863 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 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()
|
H A 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()
|
H A D | mv_sas.h | 117 void (*command_active)(struct mvs_info *mvi, u32 slot_idx);
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 813 int slot_idx = req - efx->rps_slot; in efx_filter_rfs_work() local 890 clear_bit(slot_idx, &efx->rps_slot_map); in efx_filter_rfs_work() 901 int slot_idx; in efx_siena_filter_rfs() local 906 for (slot_idx = 0; slot_idx < EFX_RPS_MAX_IN_FLIGHT; slot_idx++) in efx_siena_filter_rfs() 907 if (!test_and_set_bit(slot_idx, &efx->rps_slot_map)) in efx_siena_filter_rfs() 909 if (slot_idx >= EFX_RPS_MAX_IN_FLIGHT) in efx_siena_filter_rfs() 931 req = efx->rps_slot + slot_idx; in efx_siena_filter_rfs() 992 clear_bit(slot_idx, &efx->rps_slot_map); in efx_siena_filter_rfs()
|
/linux/block/ |
H A D | blk-crypto-profile.c | 253 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/net/wireless/realtek/rtw89/ |
H A D | chan.c | 1627 struct rtw89_fw_mrc_add_arg *arg, u8 slot_idx) in __mrc_fw_add_role() argument 1635 slot_arg = &arg->slots[slot_idx]; in __mrc_fw_add_role() 1636 role->slot_idx = slot_idx; in __mrc_fw_add_role() 1679 struct rtw89_fw_mrc_add_arg *arg, u8 slot_idx) in __mrc_fw_add_bt_role() argument 1683 struct rtw89_fw_mrc_add_slot_arg *slot_arg = &arg->slots[slot_idx]; in __mrc_fw_add_bt_role() 1792 slot_arg_src = &arg->slots[ref->slot_idx]; in __mrc_fw_add_courtesy() 1793 slot_idx_tgt = aux->slot_idx; in __mrc_fw_add_courtesy() 1795 slot_arg_src = &arg->slots[aux->slot_idx]; in __mrc_fw_add_courtesy() 1796 slot_idx_tgt = ref->slot_idx; in __mrc_fw_add_courtesy() 1953 .slot_idx = ref->slot_idx, in __mrc_fw_set_duration_no_bt() [all …]
|
H A D | fw.h | 3447 u8 slot_idx; member 4690 int rtw89_fw_h2c_mrc_del(struct rtw89_dev *rtwdev, u8 sch_idx, u8 slot_idx);
|
H A D | fw.c | 7952 int rtw89_fw_h2c_mrc_del(struct rtw89_dev *rtwdev, u8 sch_idx, u8 slot_idx) in rtw89_fw_h2c_mrc_del() argument 7970 le32_encode_bits(slot_idx, RTW89_H2C_MRC_DEL_W0_STOP_SLOT_IDX); in rtw89_fw_h2c_mrc_del() 8145 le32_encode_bits(arg->slots[i].slot_idx, in rtw89_fw_h2c_mrc_upd_duration()
|
H A D | core.h | 5461 u8 slot_idx; member
|
/linux/drivers/hid/ |
H A D | hid-input.c | 711 (0xff - field->slot_idx) << 16; in hidinput_configure_usage() 2203 unsigned int slot_idx = 0; in hidinput_configure_usages() local 2230 field->slot_idx = slot_idx; in hidinput_configure_usages() 2238 slot_idx++; in hidinput_configure_usages() 2245 report->field[k]->slot_idx = slot_idx; in hidinput_configure_usages()
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.h | 124 u32 slot_idx; member
|
H A D | qplib_fp.c | 1711 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()
|
/linux/include/linux/ |
H A D | hid.h | 515 unsigned int slot_idx; /* slot index in a report */ member
|