Home
last modified time | relevance | path

Searched defs:seg_no (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/drivers/staging/rts_pstor/
Dms.c2059 int size, i, seg_no, retval; in ms_init_l2p_tbl() local
2119 static u16 ms_get_l2p_tbl(struct rtsx_chip *chip, int seg_no, u16 log_off) in ms_get_l2p_tbl()
2135 static void ms_set_l2p_tbl(struct rtsx_chip *chip, int seg_no, u16 log_off, u16 phy_blk) in ms_set_l2p_tbl()
2153 int seg_no; in ms_set_unused_block() local
2165 static u16 ms_get_unused_block(struct rtsx_chip *chip, int seg_no) in ms_get_unused_block()
2193 int seg_no; in ms_arbitrate_l2p() local
2231 static int ms_build_l2p_tbl(struct rtsx_chip *chip, int seg_no) in ms_build_l2p_tbl()
3265 int retval, seg_no; in ms_finish_write() local
3344 int retval, seg_no; in ms_rw_multi_sector() local
Drtsx_chip.h235 unsigned char seg_no; /* segment No. */ member
/linux-3.3/drivers/staging/rts5139/
Dms.c2207 int size, i, seg_no, retval; local
2265 static u16 ms_get_l2p_tbl(struct rts51x_chip *chip, int seg_no, u16 log_off)
2281 static void ms_set_l2p_tbl(struct rts51x_chip *chip, int seg_no, u16 log_off,
2299 int seg_no; local
2310 static u16 ms_get_unused_block(struct rts51x_chip *chip, int seg_no)
2340 int seg_no; local
2374 static int ms_build_l2p_tbl(struct rts51x_chip *chip, int seg_no)
3756 int retval, seg_no; local
3844 int retval, seg_no; local
Drts51x_chip.h296 unsigned char seg_no; /* segment No. */ member
/linux-3.3/drivers/scsi/bfa/
Dbfa_core.c1294 bfa_iocfc_set_snsbase(struct bfa_s *bfa, int seg_no, u64 snsbase_pa) in bfa_iocfc_set_snsbase()
/linux-3.3/fs/logfs/
Dlogfs.h673 static inline u32 seg_no(struct super_block *sb, u64 ofs) in seg_no() function