Searched refs:arc_cdb_size (Results 1 – 2 of 2) sorted by relevance
1775 ccb->arc_cdb_size = arccdbsize; in arcmsr_build_ccb()1817 uint32_t ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1819 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1820 ccb_post_stamp = (cdb_phyaddr | ((arc_cdb_size - 1) >> 6) | 1); in arcmsr_post_ccb()1837 pinbound_srb->length = ccb->arc_cdb_size >> 2; in arcmsr_post_ccb()1850 u32 ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1852 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1853 ccb_post_stamp = (ccb->smid | ((arc_cdb_size - 1) >> 6)); in arcmsr_post_ccb()
864 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/ member