Home
last modified time | relevance | path

Searched refs:req_head (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/isdn/sc/
Dmessage.c147 memcpy_toio(&(dpm->req_queue[dpm->req_head]), &sndmsg, MSG_LEN); in sendmessage()
148 dpm->req_head = (dpm->req_head + 1) % MAX_MESSAGES; in sendmessage()
Dmessage.h236 volatile unsigned char req_head; member
Dinit.c516 memcpy_toio(&(dpm->req_queue[dpm->req_head++]), &sndmsg, MSG_LEN); in identify_board()
/linux-4.1.27/drivers/scsi/
Dstex.c307 u32 req_head; member
396 struct req_msg *req = hba->dma_mem + hba->req_head * hba->rq_size; in stex_alloc_req()
398 ++hba->req_head; in stex_alloc_req()
399 hba->req_head %= hba->rq_count+1; in stex_alloc_req()
407 hba->req_head * hba->rq_size + sizeof(struct st_msg_header)); in stex_ss_alloc_req()
510 writel(hba->req_head, hba->mmio_base + IMR0); in stex_send_cmd()
533 addr = hba->dma_handle + hba->req_head * hba->rq_size; in stex_ss_send_cmd()
537 ++hba->req_head; in stex_ss_send_cmd()
538 hba->req_head %= hba->rq_count+1; in stex_ss_send_cmd()
1123 hba->req_head = 0; in stex_handshake()
/linux-4.1.27/drivers/video/fbdev/omap/
Dhwa742.c425 list_add_tail(&req->entry, req_head); \
429 struct list_head *req_head) in create_req_list() argument