Home
last modified time | relevance | path

Searched refs:SDBC_VALID_BITS (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c2160 SDBC_VALID_BITS(st_cblk_off, st_cblk_len, centry)) { in _sd_prefetch_buf()
2331 if (!SDBC_VALID_BITS(st_cblk_off, st_cblk_len, in _sd_prefetch_buf()
2353 if (!SDBC_VALID_BITS(st_cblk_off, st_cblk_len, centry)) in _sd_prefetch_buf()
2891 if (!SDBC_VALID_BITS(st_cblk_off, st_cblk_len,
2918 if (!SDBC_VALID_BITS(0, end_cblk_len,
5110 if (!SDBC_VALID_BITS(st_cblk_off, st_cblk_len, cc_ent))
5142 if (!SDBC_VALID_BITS(0, end_cblk_len, cc_ent))
H A Dsd_bcache.h826 #define SDBC_VALID_BITS(fba_off, fba_len, cc_entry) \ macro