Searched refs:dpm (Results 1 – 2 of 2) sorted by relevance
42 DualPortMemory *dpm; in receivemessage() local63 dpm = (DualPortMemory *) adapter[card]->rambase; in receivemessage()64 memcpy_fromio(rspmsg, &(dpm->rsp_queue[dpm->rsp_tail]), in receivemessage()66 dpm->rsp_tail = (dpm->rsp_tail+1) % MAX_MESSAGES; in receivemessage()105 DualPortMemory *dpm; in sendmessage() local160 dpm = (DualPortMemory *) adapter[card]->rambase; /* Fix me */ in sendmessage()161 memcpy_toio(&(dpm->req_queue[dpm->req_head]),&sndmsg,MSG_LEN); in sendmessage()162 dpm->req_head = (dpm->req_head+1) % MAX_MESSAGES; in sendmessage()
470 DualPortMemory *dpm; in identify_board() local541 dpm = (DualPortMemory *) rambase; in identify_board()548 memcpy_toio(&(dpm->req_queue[dpm->req_head++]), &sndmsg, MSG_LEN); in identify_board()565 memcpy_fromio(&rcvmsg, &(dpm->rsp_queue[dpm->rsp_tail]), MSG_LEN); in identify_board()