Searched refs:rsp (Results 126 - 150 of 415) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/rts5208/
H A Dsd.c113 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len)
254 if (rsp && rsp_len)
255 memcpy(rsp, ptr, rsp_len);
399 u8 rsp[16]; local
408 SD_RSP_TYPE_R2, rsp, 16);
416 memcpy(sd_card->raw_csd, rsp + 1, 15);
421 csd_ver = (rsp[1] & 0xc0) >> 6;
424 trans_speed = rsp[4];
469 blk_size = rsp[6] & 0x0F;
470 c_size = ((u16)(rsp[
112 sd_send_cmd_get_rsp(struct rtsx_chip *chip, u8 cmd_idx, u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) argument
491 dev_dbg(rtsx_dev(chip), "CSD WP Status: 0x%x\\n", rsp[15]); local
644 u8 rsp[5]; local
671 u8 rsp[5]; local
2293 u8 rsp[16]; local
2717 u8 rsp[5]; local
2734 u8 rsp[5]; local
2818 u8 rsp[5]; local
2876 u8 rsp[16]; local
3575 ext_sd_send_cmd_get_rsp(struct rtsx_chip *chip, u8 cmd_idx, u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, bool special_check) argument
3699 ext_sd_get_rsp(struct rtsx_chip *chip, int len, u8 *rsp, u8 rsp_type) argument
3735 rsp[0], rsp[1], rsp[2], rsp[3]); local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c360 mbx_out = cmd.rsp.arg[1];
431 struct qlcnic_dcb_param rsp; local
468 memset(&rsp, 0, sizeof(struct qlcnic_dcb_param));
469 rsp.hdr_prio_pfc_map[0] = le32_to_cpu(prsp_le->hdr_prio_pfc_map[0]);
470 rsp.hdr_prio_pfc_map[1] = le32_to_cpu(prsp_le->hdr_prio_pfc_map[1]);
471 rsp.prio_pg_map[0] = le32_to_cpu(prsp_le->prio_pg_map[0]);
472 rsp.prio_pg_map[1] = le32_to_cpu(prsp_le->prio_pg_map[1]);
473 rsp.pg_bw_map[0] = le32_to_cpu(prsp_le->pg_bw_map[0]);
474 rsp.pg_bw_map[1] = le32_to_cpu(prsp_le->pg_bw_map[1]);
475 rsp
[all...]
H A Dqlcnic_83xx_hw.c457 for (i = 0; i < cmd->rsp.num; i++)
458 cmd->rsp.arg[i] = readl(QLCNIC_MBX_FW(adapter->ahw, i));
814 "FW MBX regs(%d)\n", cmd->rsp.num);
815 for (i = 0; i < cmd->rsp.num; i++) {
818 pr_info("%08x ", cmd->rsp.arg[i]);
909 mbx->rsp.num = mbx_tbl[i].out_args;
914 mbx->rsp.arg = kcalloc(mbx->rsp.num, sizeof(u32),
916 if (!mbx->rsp.arg) {
1123 mbx_out = (struct qlcnic_add_rings_mbx_out *)&cmd.rsp
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c81 u32 npc_field_hash_calc(u64 *ldata, struct npc_get_field_hash_info_rsp rsp, argument
88 hash_key[0] = rsp.secret_key[1] << 31;
89 hash_key[0] |= rsp.secret_key[2];
90 hash_key[1] = rsp.secret_key[1] >> 33;
91 hash_key[1] |= rsp.secret_key[0] << 31;
92 hash_key[2] = rsp.secret_key[0] >> 33;
94 data_padded[0] = rsp.hash_mask[intf][hash_idx][0] & ldata[0];
95 data_padded[1] = rsp.hash_mask[intf][hash_idx][1] & ldata[1];
98 field_hash &= FIELD_GET(GENMASK(63, 32), rsp.hash_ctrl[intf][hash_idx]);
99 field_hash += FIELD_GET(GENMASK(31, 0), rsp
286 struct npc_get_field_hash_info_rsp rsp; local
359 rvu_mbox_handler_npc_get_field_hash_info(struct rvu *rvu, struct npc_get_field_hash_info_req *req, struct npc_get_field_hash_info_rsp *rsp) argument
1560 rvu_npc_exact_mac_addr_reset(struct rvu *rvu, struct cgx_mac_addr_reset_req *req, struct msg_rsp *rsp) argument
1592 rvu_npc_exact_mac_addr_update(struct rvu *rvu, struct cgx_mac_addr_update_req *req, struct cgx_mac_addr_update_rsp *rsp) argument
1674 rvu_npc_exact_mac_addr_add(struct rvu *rvu, struct cgx_mac_addr_add_req *req, struct cgx_mac_addr_add_rsp *rsp) argument
1710 rvu_npc_exact_mac_addr_del(struct rvu *rvu, struct cgx_mac_addr_del_req *req, struct msg_rsp *rsp) argument
1736 rvu_npc_exact_mac_addr_set(struct rvu *rvu, struct cgx_mac_addr_set_or_get *req, struct cgx_mac_addr_set_or_get *rsp) argument
[all...]
H A Drvu.c1237 struct ready_msg_rsp *rsp)
1240 rsp->rclk_freq = rvu->fwdata->rclk;
1241 rsp->sclk_freq = rvu->fwdata->sclk;
1473 struct msg_rsp *rsp)
1715 struct msg_rsp *rsp)
1842 struct msix_offset_rsp *rsp)
1855 rsp->npa_msixoff = rvu_get_msix_offset(rvu, pfvf, BLKADDR_NPA, lf);
1860 rsp->nix_msixoff = MSIX_VECTOR_INVALID;
1863 rsp->nix_msixoff = rvu_get_msix_offset(rvu, pfvf, blkaddr, lf);
1866 rsp
1236 rvu_mbox_handler_ready(struct rvu *rvu, struct msg_req *req, struct ready_msg_rsp *rsp) argument
1471 rvu_mbox_handler_detach_resources(struct rvu *rvu, struct rsrc_detach *detach, struct msg_rsp *rsp) argument
1713 rvu_mbox_handler_attach_resources(struct rvu *rvu, struct rsrc_attach *attach, struct msg_rsp *rsp) argument
1841 rvu_mbox_handler_msix_offset(struct rvu *rvu, struct msg_req *req, struct msix_offset_rsp *rsp) argument
1904 rvu_mbox_handler_free_rsrc_cnt(struct rvu *rvu, struct msg_req *req, struct free_rsrcs_rsp *rsp) argument
1997 rvu_mbox_handler_vf_flr(struct rvu *rvu, struct msg_req *req, struct msg_rsp *rsp) argument
2017 rvu_mbox_handler_get_hw_cap(struct rvu *rvu, struct msg_req *req, struct get_hw_cap_rsp *rsp) argument
2029 rvu_mbox_handler_set_vf_perm(struct rvu *rvu, struct set_vf_perm *req, struct msg_rsp *rsp) argument
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_attr.c421 struct fw_fcoe_vnp_cmd *rsp; local
465 rsp = (struct fw_fcoe_vnp_cmd *)(mbp->mb);
466 if (FW_CMD_RETVAL_G(ntohl(rsp->alloc_to_len16)) != FW_SUCCESS) {
468 FW_CMD_RETVAL_G(ntohl(rsp->alloc_to_len16)));
474 ntohl(rsp->gen_wwn_to_vnpi));
475 memcpy(csio_ln_wwnn(ln), rsp->vnport_wwnn, 8);
476 memcpy(csio_ln_wwpn(ln), rsp->vnport_wwpn, 8);
501 struct fw_fcoe_vnp_cmd *rsp; local
537 rsp = (struct fw_fcoe_vnp_cmd *)(mbp->mb);
538 if (FW_CMD_RETVAL_G(ntohl(rsp
[all...]
H A Dcsio_lnode.c618 struct fw_fcoe_vnp_cmd *rsp = (struct fw_fcoe_vnp_cmd *)(mbp->mb); local
624 retval = FW_CMD_RETVAL_G(ntohl(rsp->alloc_to_len16));
633 memcpy(ln->mac, rsp->vnport_mac, sizeof(ln->mac));
634 memcpy(&nport_id, &rsp->vnport_mac[3], sizeof(uint8_t)*3);
644 memcpy(csio_ln_wwnn(ln), rsp->vnport_wwnn, 8);
645 memcpy(csio_ln_wwpn(ln), rsp->vnport_wwpn, 8);
648 csp = (struct fc_els_csp *)rsp->cmn_srv_parms;
658 clsp = (struct fc_els_cssp *)rsp->clsp_word_0_1;
787 struct fw_fcoe_fcf_cmd *rsp = local
791 retval = FW_CMD_RETVAL_G(ntohl(rsp
[all...]
/linux-master/drivers/firewire/
H A Dcore-cdev.c176 } rsp; member in struct:outbound_transaction_event
561 switch (e->rsp.without_tstamp.type) {
564 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp; local
566 if (length < rsp->length)
567 rsp->length = length;
569 memcpy(rsp->data, payload, rsp->length);
571 rsp->rcode = rcode;
573 // In the case that sizeof(*rsp) does
587 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp; local
633 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp; local
640 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp; local
[all...]
/linux-master/arch/x86/crypto/
H A Dsha256-avx2-asm.S161 addl \disp(%rsp, SRND), h # h = k + w + h # --
209 addl offset(%rsp, SRND), h # h = k + w + h # --
260 addl offset(%rsp, SRND), h # h = k + w + h # --
310 addl offset(%rsp, SRND), h # h = k + w + h # --
376 addl \disp(%rsp, SRND), h # h = k + w + h # --
415 addl offset(%rsp, SRND), h # h = k + w + h # --
455 addl offset(%rsp, SRND), h # h = k + w + h # --
495 addl offset(%rsp, SRND), h # h = k + w + h # --
535 mov %rsp, %rbp
537 subq $STACK_SIZE, %rsp
[all...]
H A Dpoly1305-x86_64-cryptogams.pl354 mov 0(%rsp),$ctx
361 mov 8(%rsp),%r15
363 mov 16(%rsp),%r14
365 mov 24(%rsp),%r13
367 mov 32(%rsp),%r12
369 mov 40(%rsp),%rbx
371 lea 48(%rsp),%rsp
438 mov %rsp,%rbp
623 mov %rsp,
[all...]
H A Dsm3-avx-asm_64.S225 (STACK_W + ((round) / 4) * 64 + (offs) + ((widx) * 4))(%rsp)
229 (STACK_W + ((((round) / 3) - 4) % 2) * 64 + (offs) + ((widx) * 4))(%rsp)
340 movq %rsp, %rbp;
344 subq $STACK_SIZE, %rsp;
345 andq $(~63), %rsp;
347 movq %rbx, (STACK_REG_SAVE + 0 * 8)(%rsp);
348 movq %r15, (STACK_REG_SAVE + 1 * 8)(%rsp);
349 movq %r14, (STACK_REG_SAVE + 2 * 8)(%rsp);
350 movq %r13, (STACK_REG_SAVE + 3 * 8)(%rsp);
351 movq %r12, (STACK_REG_SAVE + 4 * 8)(%rsp);
[all...]
H A Dsha512-avx2-asm.S185 add frame_XFER(%rsp),h # h = k + w + h # --
247 add 1*8+frame_XFER(%rsp), h # h = k + w + h # --
304 add 2*8+frame_XFER(%rsp), h # h = k + w + h # --
362 add 3*8+frame_XFER(%rsp), h # h = k + w + h # --
423 add frame_XFER(%rsp), h # h = k + w + h # --
461 add 8*1+frame_XFER(%rsp), h # h = k + w + h # --
499 add 8*2+frame_XFER(%rsp), h # h = k + w + h # --
537 add 8*3+frame_XFER(%rsp), h # h = k + w + h # --
579 mov %rsp, %rbp
580 sub $frame_size, %rsp
[all...]
/linux-master/drivers/nfc/s3fwrn5/
H A Dfirmware.h88 struct sk_buff *rsp; member in struct:s3fwrn5_fw_info
/linux-master/include/xen/interface/hvm/
H A Dhvm_vcpu.h79 uint64_t rsp; member in struct:vcpu_hvm_x86_64
/linux-master/include/xen/interface/io/
H A Dxs_wire.h94 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */ member in struct:xenstore_domain_interface
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan_cfg.h50 struct wilc_cfg_rsp *rsp);
H A Dwlan_cfg.c318 struct wilc_cfg_rsp *rsp)
327 rsp->type = 0;
332 rsp->type = WILC_CFG_RSP;
333 rsp->seq_no = msg_id;
338 rsp->type = WILC_CFG_RSP_STATUS;
339 rsp->seq_no = msg_id;
353 rsp->seq_no = msg_id;
317 wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size, struct wilc_cfg_rsp *rsp) argument
/linux-master/drivers/crypto/chelsio/
H A Dchcr_core.h134 int chcr_uld_rx_handler(void *handle, const __be64 *rsp,
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h291 struct ocrdma_mbx_rsp rsp; member in union:ocrdma_mqe::__anon597
335 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_create_eq_rsp
621 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_mbx_query_config
650 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_fw_ver_rsp
657 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_fw_conf_rsp
699 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_get_phy_info_rsp
740 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_get_link_speed_rsp
814 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_create_cq_cmd_rsp
820 struct ocrdma_create_cq_cmd_rsp rsp; member in struct:ocrdma_create_cq_rsp
843 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_create_mq_rsp
864 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_destroy_cq_rsp
1034 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_create_qp_rsp
1053 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_destroy_qp_rsp
1229 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_modify_qp_rsp
1246 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_query_qp_rsp
1294 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_create_srq_rsp
1384 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_alloc_pd_rsp
1396 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_dealloc_pd_rsp
1408 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_alloc_pd_range_rsp
1468 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_alloc_lkey_rsp
1484 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_dealloc_lkey_rsp
1576 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_reg_nsmr_rsp
1596 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_reg_nsmr_cont_rsp
1621 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_alloc_mw_rsp
1637 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_attach_mcast_rsp
1651 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_detach_mcast_rsp
1680 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_create_ah_tbl_rsp
1692 struct ocrdma_mbx_rsp rsp; member in struct:ocrdma_delete_ah_tbl_rsp
[all...]
/linux-master/drivers/scsi/esas2r/
H A Desas2r_int.c174 struct atto_vda_ob_rsp *rsp)
182 memcpy(&rq->func_rsp, &rsp->func_rsp, sizeof(rsp->func_rsp));
207 struct atto_vda_ob_rsp *rsp; local
248 rsp = (struct atto_vda_ob_rsp *)a->outbound_list_md.virt_addr
251 handle = rsp->handle;
272 rq->req_stat = rsp->req_stat;
279 esas2r_handle_outbound_rsp_err(a, rq, rsp);
285 memcpy(&rq->func_rsp, &rsp->func_rsp,
286 sizeof(rsp
172 esas2r_handle_outbound_rsp_err(struct esas2r_adapter *a, struct esas2r_request *rq, struct atto_vda_ob_rsp *rsp) argument
[all...]
/linux-master/tools/net/ynl/lib/
H A Dynl.py615 def _rsp_add(self, rsp, name, is_multi, decoded):
617 if name in rsp and type(rsp[name]) is not list:
618 rsp[name] = [rsp[name]]
624 rsp[name] = decoded
625 elif name in rsp:
626 rsp[name].append(decoded)
628 rsp[name] = [decoded]
660 rsp
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_gs.c153 offsetof(typeof(*ct_rsp), rsp));
227 ct_rsp = &ha->ct_sns->p.rsp;
244 fcport->d_id = be_to_port_id(ct_rsp->rsp.ga_nxt.port_id);
246 memcpy(fcport->node_name, ct_rsp->rsp.ga_nxt.node_name,
248 memcpy(fcport->port_name, ct_rsp->rsp.ga_nxt.port_name,
251 fcport->fc4_type = (ct_rsp->rsp.ga_nxt.fc4_types[2] & BIT_0) ?
254 if (ct_rsp->rsp.ga_nxt.port_type != NS_N_PORT_TYPE &&
255 ct_rsp->rsp.ga_nxt.port_type != NS_NL_PORT_TYPE)
318 ct_rsp = &ha->ct_sns->p.rsp;
336 gid_data = &ct_rsp->rsp
[all...]
/linux-master/net/bluetooth/
H A Dsmp.c649 struct smp_cmd_pairing *rsp, __u8 authreq)
701 if (rsp == NULL) {
713 rsp->io_capability = conn->hcon->io_capability;
714 rsp->oob_flag = oob_flag;
715 rsp->max_key_size = hdev->le_max_key_size;
716 rsp->init_key_dist = req->init_key_dist & remote_dist;
717 rsp->resp_key_dist = req->resp_key_dist & local_dist;
718 rsp->auth_req = (authreq & AUTH_REQ_MASK(hdev));
720 smp->remote_key_dist = rsp->init_key_dist;
1043 struct smp_cmd_pairing *rsp local
647 build_pairing_cmd(struct l2cap_conn *conn, struct smp_cmd_pairing *req, struct smp_cmd_pairing *rsp, __u8 authreq) argument
1248 struct smp_cmd_pairing *req, *rsp; local
1692 u8 rsp = smp_confirm(smp); local
1702 build_bredr_pairing_cmd(struct smp_chan *smp, struct smp_cmd_pairing *req, struct smp_cmd_pairing *rsp) argument
1746 struct smp_cmd_pairing rsp, *req = (void *) skb->data; local
1937 struct smp_cmd_pairing *req, *rsp = (void *) skb->data; local
2062 struct smp_cmd_pairing *req, *rsp; local
[all...]
/linux-master/fs/smb/server/
H A Doplock.c639 struct smb2_oplock_break *rsp = NULL; local
669 rsp = smb2_get_msg(work->response_buf);
671 rsp->StructureSize = cpu_to_le16(24);
675 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_II;
677 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_NONE;
678 rsp->Reserved = 0;
679 rsp->Reserved2 = 0;
680 rsp->PersistentFid = fp->persistent_id;
681 rsp->VolatileFid = fp->volatile_id;
684 if (ksmbd_iov_pin_rsp(work, (void *)rsp,
749 struct smb2_lease_break *rsp = NULL; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c788 struct iwl_mvm_tas_status_resp *rsp = &tas_rsp; local
836 rsp = (void *)hcmd.resp_pkt->data;
839 for (i = 0; i < rsp->in_dual_radio + 1; i++) {
840 if (rsp->tas_status_mac[i].band != TAS_LMAC_BAND_INVALID &&
841 rsp->tas_status_mac[i].dynamic_status & BIT(TAS_DYNA_ACTIVE)) {
843 switch (rsp->tas_status_mac[i].band) {
860 rsp->tas_status_mac[i].band);
871 rsp->tas_fw_version);
873 rsp->is_uhb_for_usa_enable ? "True" : "False");
875 le16_to_cpu(rsp
2208 struct iwl_dbg_mem_access_rsp *rsp; local
2269 struct iwl_dbg_mem_access_rsp *rsp; local
[all...]

Completed in 287 milliseconds

1234567891011>>