Searched refs:cur_max_read_depth (Results 1 – 3 of 3) sorted by relevance
1234 event.ord = cur_max_read_depth(ep->com.dev); in connect_reply_upcall()1235 event.ird = cur_max_read_depth(ep->com.dev); in connect_reply_upcall()1276 event.ord = cur_max_read_depth(ep->com.dev); in connect_request_upcall()1277 event.ird = cur_max_read_depth(ep->com.dev); in connect_request_upcall()2935 if ((conn_param->ord > cur_max_read_depth(ep->com.dev)) || in c4iw_accept_cr()2936 (conn_param->ird > cur_max_read_depth(ep->com.dev))) { in c4iw_accept_cr()3101 if ((conn_param->ord > cur_max_read_depth(dev)) || in c4iw_connect()3102 (conn_param->ird > cur_max_read_depth(dev))) { in c4iw_connect()
349 static inline int cur_max_read_depth(struct c4iw_dev *dev) in cur_max_read_depth() function
1386 if (attrs->max_ird > cur_max_read_depth(rhp)) { in c4iw_modify_qp()