Searched refs:slot_idx (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/mvsas/
H A Dmv_64xx.c488 static void mvs_64xx_command_active(struct mvs_info *mvi, u32 slot_idx) argument
491 mvs_cw32(mvi, 0x40 + (slot_idx >> 3), 1 << (slot_idx % 32));
492 mvs_cw32(mvi, 0x00 + (slot_idx >> 3), 1 << (slot_idx % 32));
494 tmp = mvs_cr32(mvi, 0x00 + (slot_idx >> 3));
495 } while (tmp & 1 << (slot_idx % 32));
497 tmp = mvs_cr32(mvi, 0x40 + (slot_idx >> 3));
498 } while (tmp & 1 << (slot_idx % 32));
H A Dmv_sas.c1034 u32 slot_idx = rx_desc & RXQ_SLOT_MASK; local
1035 mvs_tag_clear(mvi, slot_idx);
1039 struct mvs_slot_info *slot, u32 slot_idx)
1068 mvs_slot_free(mvi, slot_idx);
1690 u32 slot_idx = (u32)(slot - mvi->slot_info); local
1693 "slot=%p slot_idx=x%x\n",
1694 mvi, task, slot, slot_idx);
1700 mvs_slot_task_free(mvi, task, slot, slot_idx);
1747 u32 slot_idx, int err)
1771 u32 slot_idx)
1038 mvs_slot_task_free(struct mvs_info *mvi, struct sas_task *task, struct mvs_slot_info *slot, u32 slot_idx) argument
1746 mvs_sata_done(struct mvs_info *mvi, struct sas_task *task, u32 slot_idx, int err) argument
1770 mvs_slot_err(struct mvs_info *mvi, struct sas_task *task, u32 slot_idx) argument
1813 u32 slot_idx = rx_desc & RXQ_SLOT_MASK; local
1937 u32 slot_idx; local
[all...]
H A Dmv_94xx.c344 static void mvs_94xx_command_active(struct mvs_info *mvi, u32 slot_idx) argument
347 mvs_cw32(mvi, 0x300 + (slot_idx >> 3), 1 << (slot_idx % 32));
349 tmp = mvs_cr32(mvi, 0x300 + (slot_idx >> 3));
350 } while (tmp & 1 << (slot_idx % 32));
H A Dmv_sas.h132 void (*command_active)(struct mvs_info *mvi, u32 slot_idx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_64xx.c488 static void mvs_64xx_command_active(struct mvs_info *mvi, u32 slot_idx) argument
491 mvs_cw32(mvi, 0x40 + (slot_idx >> 3), 1 << (slot_idx % 32));
492 mvs_cw32(mvi, 0x00 + (slot_idx >> 3), 1 << (slot_idx % 32));
494 tmp = mvs_cr32(mvi, 0x00 + (slot_idx >> 3));
495 } while (tmp & 1 << (slot_idx % 32));
497 tmp = mvs_cr32(mvi, 0x40 + (slot_idx >> 3));
498 } while (tmp & 1 << (slot_idx % 32));
H A Dmv_sas.c1034 u32 slot_idx = rx_desc & RXQ_SLOT_MASK; local
1035 mvs_tag_clear(mvi, slot_idx);
1039 struct mvs_slot_info *slot, u32 slot_idx)
1068 mvs_slot_free(mvi, slot_idx);
1690 u32 slot_idx = (u32)(slot - mvi->slot_info); local
1693 "slot=%p slot_idx=x%x\n",
1694 mvi, task, slot, slot_idx);
1700 mvs_slot_task_free(mvi, task, slot, slot_idx);
1747 u32 slot_idx, int err)
1771 u32 slot_idx)
1038 mvs_slot_task_free(struct mvs_info *mvi, struct sas_task *task, struct mvs_slot_info *slot, u32 slot_idx) argument
1746 mvs_sata_done(struct mvs_info *mvi, struct sas_task *task, u32 slot_idx, int err) argument
1770 mvs_slot_err(struct mvs_info *mvi, struct sas_task *task, u32 slot_idx) argument
1813 u32 slot_idx = rx_desc & RXQ_SLOT_MASK; local
1937 u32 slot_idx; local
[all...]
H A Dmv_94xx.c344 static void mvs_94xx_command_active(struct mvs_info *mvi, u32 slot_idx) argument
347 mvs_cw32(mvi, 0x300 + (slot_idx >> 3), 1 << (slot_idx % 32));
349 tmp = mvs_cr32(mvi, 0x300 + (slot_idx >> 3));
350 } while (tmp & 1 << (slot_idx % 32));
H A Dmv_sas.h132 void (*command_active)(struct mvs_info *mvi, u32 slot_idx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dnfs_fs_sb.h197 static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dnfs_fs_sb.h197 static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp) function

Completed in 199 milliseconds