Lines Matching refs:RDS_FRAG_SIZE
78 RDS_FRAG_SIZE, DMA_FROM_DEVICE); in rds_iw_recv_unmap_page()
100 sge->length = RDS_FRAG_SIZE; in rds_iw_recv_init_ring()
179 RDS_FRAG_SIZE, in rds_iw_recv_refill_one()
195 sge->length = RDS_FRAG_SIZE; in rds_iw_recv_refill_one()
204 ic->i_frag.f_offset += RDS_FRAG_SIZE; in rds_iw_recv_refill_one()
321 if (frag_off == RDS_FRAG_SIZE) { in rds_iw_inc_copy_to_user()
327 RDS_FRAG_SIZE - frag_off); in rds_iw_inc_copy_to_user()
583 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rds_iw_cong_recv()
607 if (frag_off == RDS_FRAG_SIZE) { in rds_iw_cong_recv()
732 if (ic->i_recv_data_rem > RDS_FRAG_SIZE) in rds_iw_process_recv()
733 ic->i_recv_data_rem -= RDS_FRAG_SIZE; in rds_iw_process_recv()
881 rds_iw_sysctl_max_recv_allocation = si.totalram / 3 * PAGE_SIZE / RDS_FRAG_SIZE; in rds_iw_recv_init()