Searched refs:rds_ib_send_add_credits (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_send.c | 333 * credits (see rds_ib_send_add_credits below). 409 void rds_ib_send_add_credits(struct rds_connection *conn, unsigned int credits) in rds_ib_send_add_credits() function 731 rds_ib_send_add_credits(conn, credit_alloc - i); in rds_ib_xmit()
|
H A D | ib.h | 434 void rds_ib_send_add_credits(struct rds_connection *conn, unsigned int credits);
|
H A D | ib_recv.c | 892 rds_ib_send_add_credits(conn, ihdr->h_credit); in rds_ib_process_recv()
|
H A D | ib_cm.c | 64 rds_ib_send_add_credits(conn, credits); in rds_ib_set_flow_control()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_send.c | 332 * credits (see rds_ib_send_add_credits below). 408 void rds_ib_send_add_credits(struct rds_connection *conn, unsigned int credits) in rds_ib_send_add_credits() function 730 rds_ib_send_add_credits(conn, credit_alloc - i); in rds_ib_xmit()
|
H A D | ib.h | 434 void rds_ib_send_add_credits(struct rds_connection *conn, unsigned int credits);
|
H A D | ib_recv.c | 893 rds_ib_send_add_credits(conn, ihdr->h_credit); in rds_ib_process_recv()
|
H A D | ib_cm.c | 64 rds_ib_send_add_credits(conn, credits); in rds_ib_set_flow_control()
|
Completed in 11 milliseconds