Lines Matching defs:resp
130 void *xfer, *resp, *ibi_status, *ibi_data;
186 if (rh->resp)
189 rh->resp, rh->resp_dma);
256 rh->resp = dma_alloc_coherent(&hci->master.dev, resps_sz,
262 if (!rh->xfer || !rh->resp || !rh->src_xfers)
497 u32 op1_val, op2_val, resp, *ring_resp;
506 ring_resp = rh->resp + rh->resp_struct_sz * done_ptr;
507 resp = *ring_resp;
508 tid = RESP_TID(resp);
509 DBG("resp = 0x%08x", resp);
517 xfer->response = resp;