Searched defs:crq (Results 1 - 12 of 12) sorted by relevance

/drivers/scsi/ibmvscsi/
H A Drpa_vscsi.c47 * rpavscsi_handle_event: - Interrupt handler for crq events
69 * the crq with the hypervisor.
99 struct viosrp_crq *crq; local
103 crq = &queue->msgs[queue->cur];
104 if (crq->valid & 0x80) {
108 crq = NULL;
111 return crq;
136 struct viosrp_crq *crq; local
141 while ((crq = crq_queue_next_crq(&hostdata->queue)) != NULL) {
142 ibmvscsi_handle_crq(crq, hostdat
[all...]
H A Dibmvscsi.h69 struct viosrp_crq crq; member in struct:srp_event_struct
111 void ibmvscsi_handle_crq(struct viosrp_crq *crq,
H A Dibmvscsi.c154 memset(&evt->crq, 0x00, sizeof(evt->crq));
156 evt->crq.valid = 0x80;
157 evt->crq.IU_length = sizeof(*evt->xfer_iu);
158 evt->crq.IU_data_ptr = pool->iu_token +
280 evt_struct->crq.format = format;
281 evt_struct->crq.timeout = timeout;
542 u64 *crq_as_u64 = (u64 *) &evt_struct->crq;
553 if (evt_struct->crq.format == VIOSRP_SRP_FORMAT) {
755 indirect->table_desc.va = evt_struct->crq
1423 ibmvscsi_handle_crq(struct viosrp_crq *crq, struct ibmvscsi_host_data *hostdata) argument
[all...]
H A Dibmvstgt.c106 } crq; local
115 crq.cooked.valid = 0x80;
116 crq.cooked.format = format;
117 crq.cooked.reserved = 0x00;
118 crq.cooked.timeout = 0x00;
119 crq.cooked.IU_length = length;
120 crq.cooked.IU_data_ptr = vio_iu(iue)->srp.rsp.tag;
123 crq.cooked.status = 0x99; /* Just needs to be non-zero */
125 crq.cooked.status = 0x00;
127 rc1 = h_send_crq(vport->dma_dev->unit_address, crq
511 process_iu(struct viosrp_crq *crq, struct srp_target *target) argument
637 process_crq(struct viosrp_crq *crq, struct srp_target *target) argument
683 struct viosrp_crq *crq; local
702 struct viosrp_crq *crq; local
[all...]
H A Dibmvfc.c163 entry->fmt = evt->crq.format;
196 entry->fmt = evt->crq.format;
648 * the crq with the hypervisor.
654 struct ibmvfc_crq_queue *crq = &vhost->crq; local
667 dma_unmap_single(vhost->dev, crq->msg_token, PAGE_SIZE, DMA_BIDIRECTIONAL);
668 free_page((unsigned long)crq->msgs);
697 * ibmvfc_reset_crq - resets a crq after a failure
708 struct ibmvfc_crq_queue *crq = &vhost->crq; local
2563 ibmvfc_handle_async(struct ibmvfc_async_crq *crq, struct ibmvfc_host *vhost) argument
2650 ibmvfc_handle_crq(struct ibmvfc_crq *crq, struct ibmvfc_host *vhost) argument
3074 struct ibmvfc_async_crq *crq; local
3097 struct ibmvfc_crq *crq; local
3141 struct ibmvfc_crq *crq; local
4471 struct ibmvfc_crq_queue *crq = &vhost->crq; local
[all...]
H A Dibmvfc.h640 struct ibmvfc_crq crq; member in struct:ibmvfc_event
703 struct ibmvfc_crq_queue crq; member in struct:ibmvfc_host
/drivers/isdn/mISDN/
H A Ddsp_core.c1047 dspcreate(struct channel_req *crq) argument
1052 if (crq->protocol != ISDN_P_B_L2DSP
1053 && crq->protocol != ISDN_P_B_L2DSPHDLC)
1068 ndsp->up = crq->ch;
1069 crq->ch = &ndsp->ch;
1070 if (crq->protocol == ISDN_P_B_L2DSP) {
1071 crq->protocol = ISDN_P_B_RAW;
1074 crq->protocol = ISDN_P_B_HDLC;
H A Dtei.c979 create_teimgr(struct manager *mgr, struct channel_req *crq) argument
989 crq->protocol, crq->adr.dev, crq->adr.channel,
990 crq->adr.sapi, crq->adr.tei);
991 if (crq->adr.tei > GROUP_TEI)
993 if (crq->adr.tei < 64)
995 if (crq->adr.tei == 0)
998 if (crq
[all...]
H A Dlayer2.c2181 x75create(struct channel_req *crq) argument
2185 if (crq->protocol != ISDN_P_B_X75SLP)
2187 l2 = create_l2(crq->ch, crq->protocol, 0, 0, 0);
2190 crq->ch = &l2->ch;
2191 crq->protocol = ISDN_P_B_HDLC;
/drivers/usb/gadget/
H A Datmel_usba_udc.c1216 static inline bool feature_is_dev_remote_wakeup(struct usb_ctrlrequest *crq) argument
1218 if (crq->wValue == cpu_to_le16(USB_DEVICE_REMOTE_WAKEUP))
1223 static inline bool feature_is_dev_test_mode(struct usb_ctrlrequest *crq) argument
1225 if (crq->wValue == cpu_to_le16(USB_DEVICE_TEST_MODE))
1230 static inline bool feature_is_ep_halt(struct usb_ctrlrequest *crq) argument
1232 if (crq->wValue == cpu_to_le16(USB_ENDPOINT_HALT))
1238 struct usb_ctrlrequest *crq)
1242 switch (crq->bRequest) {
1246 if (crq->bRequestType == (USB_DIR_IN | USB_RECIP_DEVICE)) {
1248 } else if (crq
1237 handle_ep0_setup(struct usba_udc *udc, struct usba_ep *ep, struct usb_ctrlrequest *crq) argument
1465 struct usb_ctrlrequest crq; member in union:__anon5688
1467 } crq; local
[all...]
H A Ds3c2410_udc.c543 static int s3c2410_udc_read_fifo_crq(struct usb_ctrlrequest *crq) argument
545 unsigned char *outbuf = (unsigned char*)crq;
560 bytes_read, crq->bRequest, crq->bRequestType,
561 crq->wValue, crq->wIndex, crq->wLength);
567 struct usb_ctrlrequest *crq)
570 u8 ep_num = crq->wIndex & 0x7F;
571 u8 is_in = crq
566 s3c2410_udc_get_status(struct s3c2410_udc *dev, struct usb_ctrlrequest *crq) argument
618 s3c2410_udc_handle_ep0_idle(struct s3c2410_udc *dev, struct s3c2410_ep *ep, struct usb_ctrlrequest *crq, u32 ep0csr) argument
764 struct usb_ctrlrequest crq; local
[all...]
/drivers/block/
H A Dsx8.c480 struct carm_request *crq)
483 u32 msg = (u32) carm_ref_msg_dma(host, crq->tag);
484 u32 cm_bucket = crq->msg_bucket;
518 struct carm_request *crq = &host->req[i]; local
519 crq->port = NULL;
520 crq->n_elem = 0;
526 sg_init_table(crq->sg, CARM_MAX_REQ_SG);
527 return crq;
534 static int carm_put_request(struct carm_host *host, struct carm_request *crq) argument
536 assert(crq
479 carm_send_msg(struct carm_host *host, struct carm_request *crq) argument
553 struct carm_request *crq = NULL; local
588 struct carm_request *crq; local
640 struct carm_request *crq; local
749 carm_end_request_queued(struct carm_host *host, struct carm_request *crq, int error) argument
796 carm_end_rq(struct carm_host *host, struct carm_request *crq, int error) argument
811 struct carm_request *crq; local
842 struct carm_request *crq; local
941 carm_handle_array_info(struct carm_host *host, struct carm_request *crq, u8 *mem, int error) argument
1001 carm_handle_scan_chan(struct carm_host *host, struct carm_request *crq, u8 *mem, int error) argument
1034 carm_handle_generic(struct carm_host *host, struct carm_request *crq, int error, int cur_state, int next_state) argument
1050 carm_handle_rw(struct carm_host *host, struct carm_request *crq, int error) argument
1072 struct carm_request *crq; local
[all...]

Completed in 138 milliseconds