Searched refs:wait_type (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dtyphoon.c342 typhoon_reset(void __iomem *ioaddr, int wait_type) argument
347 if(wait_type == WaitNoSleep)
360 if(wait_type != NoWait) {
366 if(wait_type == WaitSleep)
389 if(wait_type == WaitSleep)
1865 typhoon_wakeup(struct typhoon *tp, int wait_type) argument
1880 return typhoon_reset(ioaddr, wait_type);
1980 typhoon_stop_runtime(struct typhoon *tp, int wait_type) argument
2026 if(typhoon_reset(ioaddr, wait_type) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dtyphoon.c342 typhoon_reset(void __iomem *ioaddr, int wait_type) argument
347 if(wait_type == WaitNoSleep)
360 if(wait_type != NoWait) {
366 if(wait_type == WaitSleep)
389 if(wait_type == WaitSleep)
1865 typhoon_wakeup(struct typhoon *tp, int wait_type) argument
1880 return typhoon_reset(ioaddr, wait_type);
1980 typhoon_stop_runtime(struct typhoon *tp, int wait_type) argument
2026 if(typhoon_reset(ioaddr, wait_type) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/dlm/
H A Dlock.c163 " status %d rqmode %d grmode %d wait_type %d ast_type %d\n",
891 log_debug(ls, "remwait %x cancel_reply wait_type %d",
923 log_error(ls, "remwait error %x reply %d flags %x no wait_type",
930 log_error(ls, "remwait error %x reply %d wait_type %d overlap",
4028 int wait_type, stub_unlock_result, stub_cancel_result; local
4047 wait_type = lkb->lkb_wait_type;
4051 /* Main reply may have been received leaving a zero wait_type,
4056 if (!wait_type) {
4058 wait_type = DLM_MSG_CANCEL;
4063 wait_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/dlm/
H A Dlock.c163 " status %d rqmode %d grmode %d wait_type %d ast_type %d\n",
891 log_debug(ls, "remwait %x cancel_reply wait_type %d",
923 log_error(ls, "remwait error %x reply %d flags %x no wait_type",
930 log_error(ls, "remwait error %x reply %d wait_type %d overlap",
4028 int wait_type, stub_unlock_result, stub_cancel_result; local
4047 wait_type = lkb->lkb_wait_type;
4051 /* Main reply may have been received leaving a zero wait_type,
4056 if (!wait_type) {
4058 wait_type = DLM_MSG_CANCEL;
4063 wait_type
[all...]

Completed in 126 milliseconds