Searched refs:i_send_ring (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Diw_send.c133 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) {
176 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) {
241 oldest = rds_iw_ring_oldest(&ic->i_send_ring);
243 completed = rds_iw_ring_completed(&ic->i_send_ring, wc.wr_id, oldest);
286 oldest = (oldest + 1) % ic->i_send_ring.w_nr;
289 rds_iw_ring_free(&ic->i_send_ring, completed);
532 work_alloc = rds_iw_ring_alloc(&ic->i_send_ring, i, &pos);
545 rds_iw_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc);
571 rds_iw_ring_unalloc(&ic->i_send_ring, work_alloc);
721 pos = (pos + 1) % ic->i_send_ring
[all...]
H A Dib_cm.c239 if (rds_ibdev->max_wrs < ic->i_send_ring.w_nr + 1)
240 rds_ib_ring_resize(&ic->i_send_ring, rds_ibdev->max_wrs - 1);
250 ic->i_send_ring.w_nr + 1, 0);
284 attr.cap.max_send_wr = ic->i_send_ring.w_nr + 1;
300 ic->i_send_ring.w_nr *
327 ic->i_sends = vmalloc(ic->i_send_ring.w_nr * sizeof(struct rds_ib_send_work));
333 memset(ic->i_sends, 0, ic->i_send_ring.w_nr * sizeof(struct rds_ib_send_work));
598 rds_ib_ring_empty(&ic->i_send_ring) &&
603 ic->i_send_ring.w_nr *
668 rds_ib_ring_init(&ic->i_send_ring, rds_ib_sysctl_max_send_w
[all...]
H A Dib_send.c133 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) {
161 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) {
207 oldest = rds_ib_ring_oldest(&ic->i_send_ring);
209 completed = rds_ib_ring_completed(&ic->i_send_ring, wc.wr_id, oldest);
254 oldest = (oldest + 1) % ic->i_send_ring.w_nr;
257 rds_ib_ring_free(&ic->i_send_ring, completed);
501 work_alloc = rds_ib_ring_alloc(&ic->i_send_ring, i, &pos);
514 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc);
540 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc);
690 pos = (pos + 1) % ic->i_send_ring
[all...]
H A Diw_cm.c271 &ic->i_send_ring, rds_iw_send_cq_comp_handler,
287 ic->i_send_ring.w_nr *
314 ic->i_sends = vmalloc(ic->i_send_ring.w_nr * sizeof(struct rds_iw_send_work));
598 rds_iw_ring_empty(&ic->i_send_ring) &&
603 ic->i_send_ring.w_nr *
671 rds_iw_ring_init(&ic->i_send_ring, rds_iw_sysctl_max_send_wr);
707 rds_iw_ring_init(&ic->i_send_ring, rds_iw_sysctl_max_send_wr);
H A Dib.c190 iinfo->max_send_wr = ic->i_send_ring.w_nr;
H A Diw.c192 iinfo->max_send_wr = ic->i_send_ring.w_nr;
H A Dib.h94 struct rds_ib_work_ring i_send_ring; member in struct:rds_ib_connection
H A Diw.h115 struct rds_iw_work_ring i_send_ring; member in struct:rds_iw_connection

Completed in 189 milliseconds