Searched refs:arc_cdb_size (Results 1 – 2 of 2) sorted by relevance
1893 ccb->arc_cdb_size = arccdbsize; in arcmsr_build_ccb()1935 uint32_t ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1937 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1938 ccb_post_stamp = (cdb_phyaddr | ((arc_cdb_size - 1) >> 6) | 1); in arcmsr_post_ccb()1955 pinbound_srb->length = ccb->arc_cdb_size >> 2; in arcmsr_post_ccb()1968 u32 ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1970 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1971 ccb_post_stamp = (ccb->smid | ((arc_cdb_size - 1) >> 6)); in arcmsr_post_ccb()1978 u32 ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1980 if (ccb->arc_cdb_size <= 0x300) in arcmsr_post_ccb()[all …]
989 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/ member