Searched refs:RDS_FRAG_SIZE (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_sysctl.c43 unsigned long rds_ib_sysctl_max_recv_allocation = (128 * 1024 * 1024) / RDS_FRAG_SIZE;
H A Diw_sysctl.c43 unsigned long rds_iw_sysctl_max_recv_allocation = (128 * 1024 * 1024) / RDS_FRAG_SIZE;
H A Dib_recv.c78 RDS_FRAG_SIZE, DMA_FROM_DEVICE);
100 sge->length = RDS_FRAG_SIZE;
179 RDS_FRAG_SIZE,
195 sge->length = RDS_FRAG_SIZE;
204 ic->i_frag.f_offset += RDS_FRAG_SIZE;
323 if (frag_off == RDS_FRAG_SIZE) {
333 to_copy = min(iov->iov_len - iov_off, RDS_FRAG_SIZE - frag_off);
576 if (conn->c_version > RDS_PROTOCOL_3_0 || data_len == RDS_FRAG_SIZE)
579 if (data_len <= (RDS_FRAG_SIZE - sizeof(struct rds_header))) {
588 misplaced_hdr_bytes = (sizeof(struct rds_header) - (RDS_FRAG_SIZE
[all...]
H A Diw_recv.c78 RDS_FRAG_SIZE, DMA_FROM_DEVICE);
100 sge->length = RDS_FRAG_SIZE;
179 RDS_FRAG_SIZE,
195 sge->length = RDS_FRAG_SIZE;
204 ic->i_frag.f_offset += RDS_FRAG_SIZE;
323 if (frag_off == RDS_FRAG_SIZE) {
333 to_copy = min(iov->iov_len - iov_off, RDS_FRAG_SIZE - frag_off);
596 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off);
620 if (frag_off == RDS_FRAG_SIZE) {
734 if (ic->i_recv_data_rem > RDS_FRAG_SIZE)
[all...]
H A Dib.h25 * IB posts RDS_FRAG_SIZE fragments of pages to the receive queues to
30 #define RDS_PAGE_LAST_OFF (((PAGE_SIZE / RDS_FRAG_SIZE) - 1) * RDS_FRAG_SIZE)
H A Diw.h23 * IB posts RDS_FRAG_SIZE fragments of pages to the receive queues to
28 #define RDS_PAGE_LAST_OFF (((PAGE_SIZE / RDS_FRAG_SIZE) - 1) * RDS_FRAG_SIZE)
H A Dib_send.c486 BUG_ON(off % RDS_FRAG_SIZE);
499 i = ceil(be32_to_cpu(rm->m_inc.i_hdr.h_len), RDS_FRAG_SIZE);
626 len = min(RDS_FRAG_SIZE, ib_sg_dma_len(dev, scat) - off);
H A Diw_send.c518 BUG_ON(off % RDS_FRAG_SIZE);
530 i = ceil(be32_to_cpu(rm->m_inc.i_hdr.h_len), RDS_FRAG_SIZE);
657 len = min(RDS_FRAG_SIZE, ib_sg_dma_len(dev, scat) - off);
H A Drds.h43 #define RDS_FRAG_SIZE ((unsigned int)(1 << RDS_FRAG_SHIFT)) macro

Completed in 62 milliseconds