Searched refs:last_msg (Results 1 – 7 of 7) sorted by relevance
51 static unsigned long last_msg; in net_ratelimit() local57 toks += now - last_msg; in net_ratelimit()58 last_msg = now; in net_ratelimit()
181 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()
934 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()
112 struct r3964_message *last_msg; member
3422 u_int last_msg; in ahc_handle_msg_reject() local3431 last_msg = ahc_inb(ahc, LAST_MSG); in ahc_handle_msg_reject()3552 last_msg); in ahc_handle_msg_reject()
4236 u_int last_msg; in ahd_handle_msg_reject() local4245 last_msg = ahd_inb(ahd, LAST_MSG); in ahd_handle_msg_reject()4386 last_msg); in ahd_handle_msg_reject()
4486 unsigned char last_msg; in aic7xxx_handle_seqint() local4490 last_msg = aic_inb(p, LAST_MSG); in aic7xxx_handle_seqint()4492 if ( (last_msg == MSG_IDENTIFYFLAG) && in aic7xxx_handle_seqint()