ep_timeout_secs    71 drivers/infiniband/hw/cxgb3/iwch_cm.c static int ep_timeout_secs = 60;
ep_timeout_secs    72 drivers/infiniband/hw/cxgb3/iwch_cm.c module_param(ep_timeout_secs, int, 0644);
ep_timeout_secs    73 drivers/infiniband/hw/cxgb3/iwch_cm.c MODULE_PARM_DESC(ep_timeout_secs, "CM Endpoint operation timeout "
ep_timeout_secs   121 drivers/infiniband/hw/cxgb3/iwch_cm.c 	ep->timer.expires = jiffies + ep_timeout_secs * HZ;
ep_timeout_secs   111 drivers/infiniband/hw/cxgb4/cm.c static int ep_timeout_secs = 60;
ep_timeout_secs   112 drivers/infiniband/hw/cxgb4/cm.c module_param(ep_timeout_secs, int, 0644);
ep_timeout_secs   113 drivers/infiniband/hw/cxgb4/cm.c MODULE_PARM_DESC(ep_timeout_secs, "CM Endpoint operation timeout "
ep_timeout_secs   187 drivers/infiniband/hw/cxgb4/cm.c 	ep->timer.expires = jiffies + ep_timeout_secs * HZ;