Searched refs:arc_cdb_size (Results 1 – 2 of 2) sorted by relevance
1704 ccb->arc_cdb_size = arccdbsize; in arcmsr_build_ccb()1746 uint32_t ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1748 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1749 ccb_post_stamp = (cdb_phyaddr | ((arc_cdb_size - 1) >> 6) | 1); in arcmsr_post_ccb()1770 pinbound_srb->length = ccb->arc_cdb_size >> 2; in arcmsr_post_ccb()1783 u32 ccb_post_stamp, arc_cdb_size; in arcmsr_post_ccb() local1785 arc_cdb_size = (ccb->arc_cdb_size > 0x300) ? 0x300 : ccb->arc_cdb_size; in arcmsr_post_ccb()1786 ccb_post_stamp = (ccb->smid | ((arc_cdb_size - 1) >> 6)); in arcmsr_post_ccb()
863 uint32_t arc_cdb_size; /*x32:4byte,x64:4byte*/ member