Home
last modified time | relevance | path

Searched refs:posted (Results 1 – 3 of 3) sorted by relevance

/net/rds/
A Dib_send.c358 unsigned int avail, posted, got = 0, advertise; in rds_ib_send_grab_credits() local
368 posted = IB_GET_POST_CREDITS(oldval); in rds_ib_send_grab_credits()
372 wanted, avail, posted); in rds_ib_send_grab_credits()
375 if (avail && !posted) in rds_ib_send_grab_credits()
395 if (posted && (got || need_posted)) { in rds_ib_send_grab_credits()
396 advertise = min_t(unsigned int, posted, max_posted); in rds_ib_send_grab_credits()
433 if (posted == 0) in rds_ib_advertise_credits()
436 atomic_add(IB_SET_POST_CREDITS(posted), &ic->i_credits); in rds_ib_advertise_credits()
498 u32 posted; in rds_ib_xmit() local
534 adv_credits += posted; in rds_ib_xmit()
[all …]
A Dib_recv.c387 unsigned int posted = 0; in rds_ib_recv_refill() local
429 posted++; in rds_ib_recv_refill()
431 if ((posted > 128 && need_resched()) || posted > 8192) { in rds_ib_recv_refill()
438 if (ic->i_flowctl && posted) in rds_ib_recv_refill()
439 rds_ib_advertise_credits(conn, posted); in rds_ib_recv_refill()
A Dib.h431 void rds_ib_advertise_credits(struct rds_connection *conn, unsigned int posted);

Completed in 12 milliseconds