Searched refs:arc_cdb_size (Results 1 – 2 of 2) sorted by relevance
1894 ccb->arc_cdb_size = arccdbsize; in arcmsr_build_ccb()1938 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1969 u32 ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1971 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1979 u32 ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1981 if (ccb->arc_cdb_size <= 0x300) in arcmsr_post_ccb()1982 arc_cdb_size = (ccb->arc_cdb_size - 1) >> 6 | 1; in arcmsr_post_ccb()1984 arc_cdb_size = ((ccb->arc_cdb_size + 0xff) >> 8) + 2; in arcmsr_post_ccb()1985 if (arc_cdb_size > 0xF) in arcmsr_post_ccb()1986 arc_cdb_size = 0xF; in arcmsr_post_ccb()[all …]
989 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/ member