Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/sc/
Dmessage.c64 memcpy_fromio(rspmsg, &(dpm->rsp_queue[dpm->rsp_tail]), in receivemessage()
66 dpm->rsp_tail = (dpm->rsp_tail+1) % MAX_MESSAGES; in receivemessage()
Dmessage.h239 volatile unsigned char rsp_tail; member
Dinit.c565 memcpy_fromio(&rcvmsg, &(dpm->rsp_queue[dpm->rsp_tail]), MSG_LEN); in identify_board()