Searched refs:arc_cdb_size (Results 1 – 2 of 2) sorted by relevance
1839 ccb->arc_cdb_size = arccdbsize; in arcmsr_build_ccb()1883 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1914 u32 ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1916 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1924 u32 ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1926 if (ccb->arc_cdb_size <= 0x300) in arcmsr_post_ccb()1927 arc_cdb_size = (ccb->arc_cdb_size - 1) >> 6 | 1; in arcmsr_post_ccb()1929 arc_cdb_size = ((ccb->arc_cdb_size + 0xff) >> 8) + 2; in arcmsr_post_ccb()1930 if (arc_cdb_size > 0xF) in arcmsr_post_ccb()1931 arc_cdb_size = 0xF; in arcmsr_post_ccb()[all …]
961 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/ member
Completed in 19 milliseconds