/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_hw.c | 458 for (i = 0; i < cmd->rsp.num; i++) in qlcnic_83xx_get_mbx_data() 459 cmd->rsp.arg[i] = readl(QLCNIC_MBX_FW(adapter->ahw, i)); in qlcnic_83xx_get_mbx_data() 815 "FW MBX regs(%d)\n", cmd->rsp.num); in qlcnic_dump_mbx() 816 for (i = 0; i < cmd->rsp.num; i++) { in qlcnic_dump_mbx() 819 pr_info("%08x ", cmd->rsp.arg[i]); in qlcnic_dump_mbx() 910 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_83xx_alloc_mbx_args() 915 mbx->rsp.arg = kcalloc(mbx->rsp.num, sizeof(u32), in qlcnic_83xx_alloc_mbx_args() 917 if (!mbx->rsp.arg) { in qlcnic_83xx_alloc_mbx_args() 1124 mbx_out = (struct qlcnic_add_rings_mbx_out *)&cmd.rsp in qlcnic_83xx_add_rings() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_hw.c | 457 for (i = 0; i < cmd->rsp.num; i++) in qlcnic_83xx_get_mbx_data() 458 cmd->rsp.arg[i] = readl(QLCNIC_MBX_FW(adapter->ahw, i)); in qlcnic_83xx_get_mbx_data() 814 "FW MBX regs(%d)\n", cmd->rsp.num); in qlcnic_dump_mbx() 815 for (i = 0; i < cmd->rsp.num; i++) { in qlcnic_dump_mbx() 818 pr_info("%08x ", cmd->rsp.arg[i]); in qlcnic_dump_mbx() 909 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_83xx_alloc_mbx_args() 914 mbx->rsp.arg = kcalloc(mbx->rsp.num, sizeof(u32), in qlcnic_83xx_alloc_mbx_args() 916 if (!mbx->rsp.arg) { in qlcnic_83xx_alloc_mbx_args() 1123 mbx_out = (struct qlcnic_add_rings_mbx_out *)&cmd.rsp in qlcnic_83xx_add_rings() [all...] |
/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | ipa_qmi_msg.h | 53 struct qmi_response_type_v01 rsp; member 65 struct qmi_response_type_v01 rsp; member 222 struct qmi_response_type_v01 rsp; member
|
/kernel/linux/linux-6.6/drivers/net/ipa/ |
H A D | ipa_qmi_msg.h | 57 struct qmi_response_type_v01 rsp; member 69 struct qmi_response_type_v01 rsp; member 226 struct qmi_response_type_v01 rsp; member
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sm3-avx-asm_64.S | 225 (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...] |
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | spi.c | 727 u8 rsp; in wilc_spi_dma_rw() local 736 if (wilc_spi_rx(wilc, &rsp, 1)) { in wilc_spi_dma_rw() 741 if (WILC_GET_RESP_HDR_START(rsp) == 0xf) in wilc_spi_dma_rw() 983 u8 rsp[4]; in spi_data_rsp() local 997 result = wilc_spi_rx(wilc, rsp, sizeof(rsp)); in spi_data_rsp() 1003 for (i = sizeof(rsp) - 2; i >= 0; --i) in spi_data_rsp() 1004 if (FIELD_GET(RSP_START_FIELD, rsp[i]) == RSP_START_TAG) in spi_data_rsp() 1010 rsp[0], rsp[ in spi_data_rsp() [all...] |
H A D | wlan_cfg.c | 318 struct wilc_cfg_rsp *rsp) in wilc_wlan_cfg_indicate_rx() 327 rsp->type = 0; in wilc_wlan_cfg_indicate_rx() 332 rsp->type = WILC_CFG_RSP; in wilc_wlan_cfg_indicate_rx() 333 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx() 338 rsp->type = WILC_CFG_RSP_STATUS; in wilc_wlan_cfg_indicate_rx() 339 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx() 353 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx() 317 wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size, struct wilc_cfg_rsp *rsp) wilc_wlan_cfg_indicate_rx() argument
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 392 movq 0(%rsp),%r15 394 movq 8(%rsp),%r14 396 movq 16(%rsp),%r13 398 movq 24(%rsp),%r12 400 movq 32(%rsp),%rbp 402 movq 40(%rsp),%rbx 404 leaq 48(%rsp),%rsp 797 movq 0(%rsp),%r15 799 movq 8(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 398 movq 0(%rsp),%r15 400 movq 8(%rsp),%r14 402 movq 16(%rsp),%r13 404 movq 24(%rsp),%r12 406 movq 32(%rsp),%rbp 408 movq 40(%rsp),%rbx 410 leaq 48(%rsp),%rsp 809 movq 0(%rsp),%r15 811 movq 8(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 398 movq 0(%rsp),%r15 400 movq 8(%rsp),%r14 402 movq 16(%rsp),%r13 404 movq 24(%rsp),%r12 406 movq 32(%rsp),%rbp 408 movq 40(%rsp),%rbx 410 leaq 48(%rsp),%rsp 809 movq 0(%rsp),%r15 811 movq 8(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 398 movq 0(%rsp),%r15 400 movq 8(%rsp),%r14 402 movq 16(%rsp),%r13 404 movq 24(%rsp),%r12 406 movq 32(%rsp),%rbp 408 movq 40(%rsp),%rbx 410 leaq 48(%rsp),%rsp 809 movq 0(%rsp),%r15 811 movq 8(%rsp), [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jdsample-avx2.asm | 65 mov rax, rsp 66 mov rbp, rsp 219 mov rax, rsp ; rax = original rbp 220 sub rsp, byte 4 221 and rsp, byte (-SIZEOF_YMMWORD) ; align to 256 bits 222 mov [rsp], rax 223 mov rbp, rsp ; rbp = aligned rbp 224 lea rsp, [wk(0)] 503 mov rsp, rbp ; rsp < [all...] |
H A D | jdsample-sse2.asm | 64 mov rax, rsp 65 mov rbp, rsp 206 mov rax, rsp ; rax = original rbp 207 sub rsp, byte 4 208 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits 209 mov [rsp], rax 210 mov rbp, rsp ; rbp = aligned rbp 211 lea rsp, [wk(0)] 476 mov rsp, rbp ; rsp < [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-tegra.c | 525 struct tegra_xusb_mbox_msg rsp; in tegra_xusb_mbox_handle() local 531 memset(&rsp, 0, sizeof(rsp)); in tegra_xusb_mbox_handle() 536 rsp.data = clk_get_rate(tegra->falcon_clk) / 1000; in tegra_xusb_mbox_handle() 537 if (rsp.data != msg->data) in tegra_xusb_mbox_handle() 538 rsp.cmd = MBOX_CMD_NAK; in tegra_xusb_mbox_handle() 540 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle() 549 rsp.cmd = MBOX_CMD_NAK; in tegra_xusb_mbox_handle() 551 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle() 553 rsp in tegra_xusb_mbox_handle() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 582 cmp 16(%rsp),$key 610 mov %rsp,%rax 627 and \$-64,%rsp 628 sub %rsp,%rcx 631 sub %rcx,%rsp 632 sub \$32,%rsp 634 mov %rsi,16(%rsp) # save out 635 mov %rax,24(%rsp) # save original stack pointer 636 .cfi_cfa_expression %rsp+24,deref,+8 649 mov $key,(%rsp) # ke [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 582 cmp 16(%rsp),$key 610 mov %rsp,%rax 627 and \$-64,%rsp 628 sub %rsp,%rcx 631 sub %rcx,%rsp 632 sub \$32,%rsp 634 mov %rsi,16(%rsp) # save out 635 mov %rax,24(%rsp) # save original stack pointer 636 .cfi_cfa_expression %rsp+24,deref,+8 649 mov $key,(%rsp) # ke [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ptp.c | 38 struct ptp_rsp *rsp; in ptp_cc_read() local 54 rsp = (struct ptp_rsp *)otx2_mbox_get_rsp(&ptp->nic->mbox.mbox, 0, in ptp_cc_read() 56 if (IS_ERR(rsp)) in ptp_cc_read() 59 return rsp->clk; in ptp_cc_read()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha1_avx2_x86_64_asm.S | 471 mov %rsp, PRECALC_BUF 472 lea (2*4*80+32)(%rsp), WK_BUF 648 mov %rsp, %rbx 649 and $~(0x20-1), %rsp 651 sub $RESERVE_STACK, %rsp 668 add $RESERVE_STACK, %rsp 669 pop %rsp
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan_cfg.c | 315 struct wilc_cfg_rsp *rsp) in wilc_wlan_cfg_indicate_rx() 324 rsp->type = 0; in wilc_wlan_cfg_indicate_rx() 329 rsp->type = WILC_CFG_RSP; in wilc_wlan_cfg_indicate_rx() 330 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx() 335 rsp->type = WILC_CFG_RSP_STATUS; in wilc_wlan_cfg_indicate_rx() 336 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx() 350 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx() 314 wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size, struct wilc_cfg_rsp *rsp) wilc_wlan_cfg_indicate_rx() argument
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_aggregator_tabletsw.c | 479 struct ssam_response rsp; in ssam_pos_get_sources_list() local 490 rsp.capacity = sizeof(*sources); in ssam_pos_get_sources_list() 491 rsp.length = 0; in ssam_pos_get_sources_list() 492 rsp.pointer = (u8 *)sources; in ssam_pos_get_sources_list() 494 status = ssam_retry(ssam_request_do_sync_onstack, sw->sdev->ctrl, &rqst, &rsp, 0); in ssam_pos_get_sources_list() 499 if (rsp.length < sizeof(__le32)) { in ssam_pos_get_sources_list() 505 if (get_unaligned_le32(&sources->count) * sizeof(__le32) + sizeof(__le32) != rsp.length) { in ssam_pos_get_sources_list()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_device.c | 235 struct msm_ccmd_rsp *rsp = (void *)&virtio_dev->rsp_mem[off]; in virtio_alloc_rsp() local 236 rsp->len = sz; in virtio_alloc_rsp() 238 return rsp; in virtio_alloc_rsp() 397 struct msm_ccmd_ioctl_simple_rsp *rsp; in virtio_simple_ioctl() local 403 rsp = virtio_alloc_rsp(dev, &req->hdr, rsp_len); in virtio_simple_ioctl() 408 memcpy(_req, rsp->payload, _IOC_SIZE(cmd)); in virtio_simple_ioctl() 410 ret = rsp->ret; in virtio_simple_ioctl()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | x86_64.rs | 44 pub rsp: ::c_ulong, 179 && self.rsp == other.rsp in eq() 204 .field("rsp", &self.rsp) in fmt() 229 self.rsp.hash(state); in hash()
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 928 evt_struct->xfer_iu->srp.rsp.tag = (u64)evt_struct; in ibmvscsi_send_srp_event() 996 struct srp_rsp *rsp = &evt_struct->xfer_iu->srp.rsp; in handle_cmd_rsp() local 999 if (unlikely(rsp->opcode != SRP_RSP)) { in handle_cmd_rsp() 1002 "bad SRP RSP type %#02x\n", rsp->opcode); in handle_cmd_rsp() 1006 cmnd->result |= rsp->status; in handle_cmd_rsp() 1009 rsp->data, in handle_cmd_rsp() 1010 be32_to_cpu(rsp->sense_data_len)); in handle_cmd_rsp() 1015 if (rsp->flags & SRP_RSP_FLAG_DOOVER) in handle_cmd_rsp() 1017 be32_to_cpu(rsp in handle_cmd_rsp() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 929 evt_struct->xfer_iu->srp.rsp.tag = (u64)evt_struct; in ibmvscsi_send_srp_event() 997 struct srp_rsp *rsp = &evt_struct->xfer_iu->srp.rsp; in handle_cmd_rsp() local 1000 if (unlikely(rsp->opcode != SRP_RSP)) { in handle_cmd_rsp() 1003 "bad SRP RSP type %#02x\n", rsp->opcode); in handle_cmd_rsp() 1007 cmnd->result |= rsp->status; in handle_cmd_rsp() 1010 rsp->data, in handle_cmd_rsp() 1011 be32_to_cpu(rsp->sense_data_len)); in handle_cmd_rsp() 1016 if (rsp->flags & SRP_RSP_FLAG_DOOVER) in handle_cmd_rsp() 1018 be32_to_cpu(rsp in handle_cmd_rsp() [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | misc.c | 236 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument 239 cifs_small_buf_release(rsp); in free_rsp_buf() 241 cifs_buf_release(rsp); in free_rsp_buf() 685 parse_dfs_referrals(struct get_dfs_referral_rsp *rsp, u32 rsp_size, in parse_dfs_referrals() argument 695 *num_of_nodes = le16_to_cpu(rsp->NumberOfReferrals); in parse_dfs_referrals() 704 ref = (struct dfs_referral_level_3 *) &(rsp->referrals); in parse_dfs_referrals() 713 data_end = (char *)rsp + rsp_size; in parse_dfs_referrals() 716 *num_of_nodes, le32_to_cpu(rsp->DFSFlags)); in parse_dfs_referrals() 731 node->flags = le32_to_cpu(rsp->DFSFlags); in parse_dfs_referrals() 742 le16_to_cpu(rsp in parse_dfs_referrals() [all...] |