Home
last modified time | relevance | path

Searched refs:max_posted (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/rds/
H A Dib.h437 u32 *adv_credits, int need_posted, int max_posted);
H A Dib_send.c356 u32 wanted, u32 *adv_credits, int need_posted, int max_posted) in rds_ib_send_grab_credits() argument
396 advertise = min_t(unsigned int, posted, max_posted); in rds_ib_send_grab_credits()