Searched refs:timed_out (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_mlc.c393 #define EXPECT(comp, to, got, got_wrong, timed_out) \
394 { HILSE_EXPECT, { packet: comp }, to, got, got_wrong, timed_out },
395 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \
396 { HILSE_EXPECT_LAST, { packet: comp }, to, got, got_wrong, timed_out },
397 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \
398 { HILSE_EXPECT_DISC, { packet: comp }, to, got, got_wrong, timed_out },
399 #define IN(to, got, got_error, timed_out) \
400 { HILSE_IN, { packet: 0 }, to, got, got_error, timed_out },
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dnamequery.c344 *timed_out is set if we failed by timing out
350 BOOL *timed_out)
366 if (timed_out) {
367 *timed_out = False;
519 /* only set timed_out if we didn't fund what we where looking for*/
521 if ( !found && timed_out ) {
522 *timed_out = True;
773 BOOL timed_out; local
796 &timed_out);
805 if (timed_out) {
347 name_query(int fd,const char *name,int name_type, BOOL bcast,BOOL recurse, struct in_addr to_ip, int *count, int *flags, BOOL *timed_out) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dsock.c144 int timed_out; local
154 timed_out = !schedule_timeout(timeout);
165 if (timed_out) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_error.c1280 int timed_out; local
1367 timed_out = 0;
1382 timed_out++;
1392 numfailed, timed_out, devices_failed));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Darcnet.c681 lp->timed_out = 1;
785 if ((status & lp->intmask & TXFREEflag) || lp->timed_out) {
790 if (lp->cur_tx != -1 && !(status & TXACKflag) && !lp->timed_out) {
808 lp->timed_out = 0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Darcdevice.h249 int timed_out; /* need to process TX timeout and drop packet */ member in struct:arcnet_local
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Darcdevice.h249 int timed_out; /* need to process TX timeout and drop packet */ member in struct:arcnet_local
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dwaveartist.c238 unsigned int timed_out = 0; local
264 for (i = 0; !timed_out && i < nr_cmd; i++) {
272 timed_out = 1;
277 for (i = 0; !timed_out && i < nr_resp; i++) {
285 timed_out = 1;
291 if (!timed_out) {
302 return timed_out ? 1 : 0;
H A Dmaestro3.c1344 int timed_out; local
1363 timed_out = interruptible_sleep_on_timeout(&s->dma_adc.wait, HZ) == 0;
1366 if(timed_out) {
1425 int timed_out; local
1449 timed_out = interruptible_sleep_on_timeout(&s->dma_dac.wait, HZ) == 0;
1451 if(timed_out) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dcm206.c279 char timed_out; member in struct:cm206_struct
441 cd->timed_out = 1;
450 cd->timed_out = 0;
457 if (cd->timed_out) {
458 cd->timed_out = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h1160 int sym_abort_scsiio(hcb_p np, cam_ccb_p ccb, int timed_out);
1161 int sym_abort_ccb(hcb_p np, ccb_p cp, int timed_out);
1175 int sym_abort_ccb(hcb_p np, ccb_p cp, int timed_out);
H A Dsym_glue.c321 int timed_out; member in struct:sym_eh_wait
1048 static void __sym_eh_done(Scsi_Cmnd *cmd, int timed_out) argument
1055 if (!timed_out) {
1056 ep->timed_out = 0;
1181 ep->timed_out = 1; /* Be pessimistic for once :) */
1186 if (ep->timed_out)
H A Dsym_hipd.c5340 int sym_abort_ccb(hcb_p np, ccb_p cp, int timed_out) argument
5360 cp->to_abort = timed_out ? 2 : 1;
5370 int sym_abort_scsiio(hcb_p np, cam_ccb_p ccb, int timed_out) argument
5387 return sym_abort_ccb(np, cp, timed_out);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dns83820.c1535 int timed_out = 0; local
1555 timed_out = 1;
1565 else if (timed_out)

Completed in 205 milliseconds