[go: nahoru, domu]

Searched refs:resp_buf (Results 1 - 16 of 16) sorted by relevance

/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c121 void *resp_buf; local
149 resp_buf = mp_req->resp_buf;
163 memcpy(buf + hdr_len, resp_buf, resp_len);
265 void *resp_buf; local
319 resp_buf = mp_req->resp_buf;
328 memcpy(buf + hdr_len, resp_buf, resp_len);
380 void *resp_buf; local
443 acc = resp_buf
[all...]
H A Dbnx2fc_io.c605 if (mp_req->resp_buf) {
607 mp_req->resp_buf,
609 mp_req->resp_buf = NULL;
637 mp_req->resp_buf = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE,
640 if (!mp_req->resp_buf) {
646 memset(mp_req->resp_buf, 0, CNIC_PAGE_SIZE);
1553 rsp_buf = tm_req->resp_buf;
H A Dbnx2fc.h397 void *resp_buf; member in struct:bnx2fc_mp_req
/drivers/net/wireless/libertas/
H A Ddev.h135 u8 resp_buf[2][LBS_UPLD_SIZE]; member in struct:lbs_private
H A Dif_cs.c554 if_cs_receive_cmdres(priv, priv->resp_buf[i],
H A Dif_sdio.c228 memcpy(priv->resp_buf[i], buffer, size);
H A Dif_spi.c731 memcpy(priv->resp_buf[i], card->cmd_buffer, len);
H A Dif_usb.c644 memcpy(priv->resp_buf[i], recvbuff + MESSAGE_HEADER_LEN,
H A Dmain.c537 priv->resp_buf[resp_idx],
/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c953 if (bnx2i_conn->gen_pdu.resp_buf) {
956 bnx2i_conn->gen_pdu.resp_buf,
958 bnx2i_conn->gen_pdu.resp_buf = NULL;
992 bnx2i_conn->gen_pdu.resp_buf =
997 if (bnx2i_conn->gen_pdu.resp_buf == NULL)
1001 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf;
1026 bnx2i_conn->gen_pdu.resp_buf,
1028 bnx2i_conn->gen_pdu.resp_buf = NULL;
H A Dbnx2i_hwi.c1487 bnx2i_conn->gen_pdu.resp_buf + pld_len;
1502 bnx2i_conn->gen_pdu.resp_buf,
1503 bnx2i_conn->gen_pdu.resp_wr_ptr - bnx2i_conn->gen_pdu.resp_buf);
1548 bnx2i_conn->gen_pdu.resp_wr_ptr = bnx2i_conn->gen_pdu.resp_buf +
1562 bnx2i_conn->gen_pdu.resp_buf,
1564 bnx2i_conn->gen_pdu.resp_buf);
H A Dbnx2i.h182 * @resp_buf: buffer to stage login response payload
201 char *resp_buf; member in struct:generic_pdu_resc
/drivers/net/wireless/ath/ath6kl/
H A Dusb.c919 u8 resp_val, u8 *resp_buf, u32 *resp_len)
930 if (resp_buf == NULL) {
937 resp_buf, *resp_len);
917 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/be2iscsi/
H A Dbe_mgmt.c841 * @resp_buf: Buffer to copy the MBX cmd response
846 struct be_dma_mem *nonemb_cmd, void *resp_buf,
877 if (resp_buf)
878 memcpy(resp_buf, nonemb_cmd->va, resp_buf_len);
845 mgmt_exec_nonemb_cmd(struct beiscsi_hba *phba, struct be_dma_mem *nonemb_cmd, void *resp_buf, int resp_buf_len) argument
/drivers/scsi/isci/
H A Drequest.c980 void *resp_buf; local
987 resp_buf = &isci_tmf->resp.resp_iu;
993 memcpy(resp_buf, ssp_response->resp_data, len);
/drivers/scsi/lpfc/
H A Dlpfc_sli.c3751 uint32_t __iomem *resp_buf; local
3768 resp_buf = phba->MBslimaddr;
3789 writel(BARRIER_TEST_PATTERN, (resp_buf + 1));
3794 if (lpfc_readl((resp_buf + 1), &resp_data))
3802 if (lpfc_readl((resp_buf + 1), &resp_data))
3815 if (lpfc_readl(resp_buf, &resp_data))

Completed in 230 milliseconds