Searched defs:slot_idx (Results 1 – 4 of 4) sorted by relevance
980 u32 slot_idx = rx_desc & RXQ_SLOT_MASK; in mvs_slot_free() local985 struct mvs_slot_info *slot, u32 slot_idx) in mvs_slot_task_free()1628 u32 slot_idx = (u32)(slot - mvi->slot_info); in mvs_abort_task() local1679 u32 slot_idx, int err) in mvs_sata_done()1753 u32 slot_idx) in mvs_slot_err()1805 u32 slot_idx = rx_desc & RXQ_SLOT_MASK; in mvs_slot_complete() local1928 u32 slot_idx; in mvs_do_release_task() local
482 static void mvs_64xx_command_active(struct mvs_info *mvi, u32 slot_idx) in mvs_64xx_command_active()
621 static void mvs_94xx_command_active(struct mvs_info *mvi, u32 slot_idx) in mvs_94xx_command_active()
219 static inline int slot_idx(struct nfs4_slot_table *tbl, struct nfs4_slot *sp) in slot_idx() function