Home
last modified time | relevance | path

Searched refs:stall_to (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c240 int stall_to; variable
535 stall_to = strtol(c, NULL, 0); in cxgb4_driver_init()
536 if (errno || stall_to < 0) in cxgb4_driver_init()
537 stall_to = 0; in cxgb4_driver_init()
H A Dlibcxgb4.h264 extern int stall_to;
H A Dcq.c574 if (ret == -ENODATA && stall_to && !chp->dumped) { in c4iw_poll_cq_one()
578 if ((t.tv_sec - chp->time.tv_sec) > stall_to) { in c4iw_poll_cq_one()