Searched defs:resp_buf (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dusb.c190 u8 resp_val, u8 *resp_buf, u32 *resp_len)
201 if (resp_buf == NULL) {
208 resp_buf, *resp_len);
188 ath6kl_usb_ctrl_msg_exchange(struct ath6kl_usb *ar_usb, u8 req_val, u8 *req_buf, u32 req_len, u8 resp_val, u8 *resp_buf, u32 *resp_len) argument
/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c120 void *resp_buf; local
148 resp_buf = mp_req->resp_buf;
162 memcpy(buf + hdr_len, resp_buf, resp_len);
264 void *resp_buf; local
318 resp_buf = mp_req->resp_buf;
327 memcpy(buf + hdr_len, resp_buf, resp_len);
379 void *resp_buf; local
442 acc = resp_buf
[all...]
H A Dbnx2fc.h361 void *resp_buf; member in struct:bnx2fc_mp_req
/drivers/net/wireless/libertas/
H A Ddev.h132 u8 resp_buf[2][LBS_UPLD_SIZE]; member in struct:lbs_private
/drivers/scsi/isci/
H A Drequest.c978 void *resp_buf; local
985 resp_buf = &isci_tmf->resp.resp_iu;
991 memcpy(resp_buf, ssp_response->resp_data, len);
/drivers/scsi/bnx2i/
H A Dbnx2i.h141 * @resp_buf: buffer to stage login response payload
160 char *resp_buf; member in struct:generic_pdu_resc
/drivers/scsi/lpfc/
H A Dlpfc_sli.c3609 uint32_t __iomem *resp_buf; local
3626 resp_buf = phba->MBslimaddr;
3647 writel(BARRIER_TEST_PATTERN, (resp_buf + 1));
3652 if (lpfc_readl((resp_buf + 1), &resp_data))
3660 if (lpfc_readl((resp_buf + 1), &resp_data))
3673 if (lpfc_readl(resp_buf, &resp_data))

Completed in 294 milliseconds