Home
last modified time | relevance | path

Searched refs:last_msg (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/net/core/
Dutils.c51 static unsigned long last_msg; in net_ratelimit() local
57 toks += now - last_msg; in net_ratelimit()
58 last_msg = now; in net_ratelimit()
/linux-2.4.37.9/arch/alpha/kernel/
Dsys_jensen.c181 static unsigned int last_msg = 0, last_cc = 0; in jensen_device_interrupt()
188 if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) || in jensen_device_interrupt()
193 last_msg = cc; in jensen_device_interrupt()
/linux-2.4.37.9/drivers/char/
Dn_r3964.c934 pClient->last_msg = NULL; in enable_signals()
1002 if(pClient->last_msg==NULL) in add_msg()
1004 pClient->first_msg=pClient->last_msg=pMsg; in add_msg()
1008 pClient->last_msg->next = pMsg; in add_msg()
1009 pClient->last_msg=pMsg; in add_msg()
1022 if((pClient->last_msg->msg_id == R3964_MSG_ACK) in add_msg()
1023 && (pClient->last_msg->error_code==R3964_OVERFLOW)) in add_msg()
1025 pClient->last_msg->arg++; in add_msg()
1060 pClient->last_msg = NULL; in remove_msg()
/linux-2.4.37.9/include/linux/
Dn_r3964.h112 struct r3964_message *last_msg; member
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c3422 u_int last_msg; in ahc_handle_msg_reject() local
3431 last_msg = ahc_inb(ahc, LAST_MSG); in ahc_handle_msg_reject()
3552 last_msg); in ahc_handle_msg_reject()
Daic79xx_core.c4236 u_int last_msg; in ahd_handle_msg_reject() local
4245 last_msg = ahd_inb(ahd, LAST_MSG); in ahd_handle_msg_reject()
4386 last_msg); in ahd_handle_msg_reject()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c4486 unsigned char last_msg; in aic7xxx_handle_seqint() local
4490 last_msg = aic_inb(p, LAST_MSG); in aic7xxx_handle_seqint()
4492 if ( (last_msg == MSG_IDENTIFYFLAG) && in aic7xxx_handle_seqint()