Searched refs:cur_max_read_depth (Results 1 – 3 of 3) sorted by relevance
1219 event.ord = cur_max_read_depth(ep->com.dev); in connect_request_upcall()1220 event.ird = cur_max_read_depth(ep->com.dev); in connect_request_upcall()2836 if ((conn_param->ord > cur_max_read_depth(ep->com.dev)) || in c4iw_accept_cr()2837 (conn_param->ird > cur_max_read_depth(ep->com.dev))) { in c4iw_accept_cr()3002 if ((conn_param->ord > cur_max_read_depth(dev)) || in c4iw_connect()3003 (conn_param->ird > cur_max_read_depth(dev))) { in c4iw_connect()
351 static inline int cur_max_read_depth(struct c4iw_dev *dev) in cur_max_read_depth() function
1373 if (attrs->max_ird > cur_max_read_depth(rhp)) { in c4iw_modify_qp()