cur_max_read_depth 1342 drivers/infiniband/hw/cxgb4/cm.c 			event.ord = cur_max_read_depth(ep->com.dev);
cur_max_read_depth 1343 drivers/infiniband/hw/cxgb4/cm.c 			event.ird = cur_max_read_depth(ep->com.dev);
cur_max_read_depth 1382 drivers/infiniband/hw/cxgb4/cm.c 		event.ord = cur_max_read_depth(ep->com.dev);
cur_max_read_depth 1383 drivers/infiniband/hw/cxgb4/cm.c 		event.ird = cur_max_read_depth(ep->com.dev);
cur_max_read_depth 1794 drivers/infiniband/hw/cxgb4/cm.c 					cur_max_read_depth(ep->com.dev));
cur_max_read_depth 1798 drivers/infiniband/hw/cxgb4/cm.c 					cur_max_read_depth(ep->com.dev));
cur_max_read_depth 3140 drivers/infiniband/hw/cxgb4/cm.c 	if ((conn_param->ord > cur_max_read_depth(ep->com.dev)) ||
cur_max_read_depth 3141 drivers/infiniband/hw/cxgb4/cm.c 	    (conn_param->ird > cur_max_read_depth(ep->com.dev))) {
cur_max_read_depth 3309 drivers/infiniband/hw/cxgb4/cm.c 	if ((conn_param->ord > cur_max_read_depth(dev)) ||
cur_max_read_depth 3310 drivers/infiniband/hw/cxgb4/cm.c 	    (conn_param->ird > cur_max_read_depth(dev))) {
cur_max_read_depth 1870 drivers/infiniband/hw/cxgb4/qp.c 			if (attrs->max_ird > cur_max_read_depth(rhp)) {