Home
last modified time | relevance | path

Searched refs:rsp (Results 1 - 25 of 722) sorted by relevance

12345678910>>...29

/kernel/linux/linux-5.10/kernel/rcu/
H A Dsync.c19 * @rsp: Pointer to rcu_sync structure to be initialized
21 void rcu_sync_init(struct rcu_sync *rsp) in rcu_sync_init() argument
23 memset(rsp, 0, sizeof(*rsp)); in rcu_sync_init()
24 init_waitqueue_head(&rsp->gp_wait); in rcu_sync_init()
29 * @rsp: Pointer to rcu_sync structure to use for synchronization
36 void rcu_sync_enter_start(struct rcu_sync *rsp) in rcu_sync_enter_start() argument
38 rsp->gp_count++; in rcu_sync_enter_start()
39 rsp->gp_state = GP_PASSED; in rcu_sync_enter_start()
45 static void rcu_sync_call(struct rcu_sync *rsp) in rcu_sync_call() argument
75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); rcu_sync_func() local
121 rcu_sync_enter(struct rcu_sync *rsp) rcu_sync_enter() argument
168 rcu_sync_exit(struct rcu_sync *rsp) rcu_sync_exit() argument
189 rcu_sync_dtor(struct rcu_sync *rsp) rcu_sync_dtor() argument
[all...]
/kernel/linux/linux-6.6/kernel/rcu/
H A Dsync.c19 * @rsp: Pointer to rcu_sync structure to be initialized
21 void rcu_sync_init(struct rcu_sync *rsp) in rcu_sync_init() argument
23 memset(rsp, 0, sizeof(*rsp)); in rcu_sync_init()
24 init_waitqueue_head(&rsp->gp_wait); in rcu_sync_init()
29 * @rsp: Pointer to rcu_sync structure to use for synchronization
36 void rcu_sync_enter_start(struct rcu_sync *rsp) in rcu_sync_enter_start() argument
38 rsp->gp_count++; in rcu_sync_enter_start()
39 rsp->gp_state = GP_PASSED; in rcu_sync_enter_start()
45 static void rcu_sync_call(struct rcu_sync *rsp) in rcu_sync_call() argument
75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); rcu_sync_func() local
121 rcu_sync_enter(struct rcu_sync *rsp) rcu_sync_enter() argument
168 rcu_sync_exit(struct rcu_sync *rsp) rcu_sync_exit() argument
189 rcu_sync_dtor(struct rcu_sync *rsp) rcu_sync_dtor() argument
[all...]
/kernel/linux/linux-5.10/net/ncsi/
H A Dncsi-rsp.c46 h = (struct ncsi_rsp_pkt_hdr *)skb_network_header(nr->rsp); in ncsi_validate_rsp_pkt()
91 struct ncsi_rsp_pkt *rsp; in ncsi_rsp_handler_cis() local
97 rsp = (struct ncsi_rsp_pkt *)skb_network_header(nr->rsp); in ncsi_rsp_handler_cis()
98 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, &np, &nc); in ncsi_rsp_handler_cis()
103 id = NCSI_CHANNEL_INDEX(rsp->rsp.common.channel); in ncsi_rsp_handler_cis()
112 struct ncsi_rsp_pkt *rsp; in ncsi_rsp_handler_sp() local
120 rsp in ncsi_rsp_handler_sp()
138 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dp() local
163 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ec() local
185 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dc() local
212 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_rc() local
234 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ecnt() local
256 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dcnt() local
279 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ae() local
308 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_sl() local
330 struct ncsi_rsp_gls_pkt *rsp; ncsi_rsp_handler_gls() local
362 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_svf() local
399 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ev() local
426 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dv() local
451 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_sma() local
497 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ebf() local
523 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dbf() local
549 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_egmf() local
576 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dgmf() local
602 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_snfc() local
633 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem_mlx_gma() local
657 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem_mlx() local
675 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem_bcm_gma() local
704 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem_bcm() local
727 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem() local
758 struct ncsi_rsp_gvi_pkt *rsp; ncsi_rsp_handler_gvi() local
795 struct ncsi_rsp_gc_pkt *rsp; ncsi_rsp_handler_gc() local
847 struct ncsi_rsp_gp_pkt *rsp; ncsi_rsp_handler_gp() local
920 struct ncsi_rsp_gcps_pkt *rsp; ncsi_rsp_handler_gcps() local
981 struct ncsi_rsp_gns_pkt *rsp; ncsi_rsp_handler_gns() local
1008 struct ncsi_rsp_gnpts_pkt *rsp; ncsi_rsp_handler_gnpts() local
1037 struct ncsi_rsp_gps_pkt *rsp; ncsi_rsp_handler_gps() local
1053 struct ncsi_rsp_gpuuid_pkt *rsp; ncsi_rsp_handler_gpuuid() local
1077 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_netlink() local
[all...]
/kernel/linux/linux-6.6/net/ncsi/
H A Dncsi-rsp.c46 h = (struct ncsi_rsp_pkt_hdr *)skb_network_header(nr->rsp); in ncsi_validate_rsp_pkt()
91 struct ncsi_rsp_pkt *rsp; in ncsi_rsp_handler_cis() local
97 rsp = (struct ncsi_rsp_pkt *)skb_network_header(nr->rsp); in ncsi_rsp_handler_cis()
98 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, &np, &nc); in ncsi_rsp_handler_cis()
103 id = NCSI_CHANNEL_INDEX(rsp->rsp.common.channel); in ncsi_rsp_handler_cis()
112 struct ncsi_rsp_pkt *rsp; in ncsi_rsp_handler_sp() local
120 rsp in ncsi_rsp_handler_sp()
138 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dp() local
163 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ec() local
185 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dc() local
212 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_rc() local
234 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ecnt() local
256 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dcnt() local
279 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ae() local
308 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_sl() local
330 struct ncsi_rsp_gls_pkt *rsp; ncsi_rsp_handler_gls() local
362 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_svf() local
399 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ev() local
426 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dv() local
451 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_sma() local
497 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_ebf() local
523 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dbf() local
549 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_egmf() local
576 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_dgmf() local
602 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_snfc() local
632 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem_gma() local
671 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem_mlx() local
687 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem_bcm() local
702 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem_intel() local
727 struct ncsi_rsp_oem_pkt *rsp; ncsi_rsp_handler_oem() local
758 struct ncsi_rsp_gvi_pkt *rsp; ncsi_rsp_handler_gvi() local
795 struct ncsi_rsp_gc_pkt *rsp; ncsi_rsp_handler_gc() local
847 struct ncsi_rsp_gp_pkt *rsp; ncsi_rsp_handler_gp() local
920 struct ncsi_rsp_gcps_pkt *rsp; ncsi_rsp_handler_gcps() local
981 struct ncsi_rsp_gns_pkt *rsp; ncsi_rsp_handler_gns() local
1008 struct ncsi_rsp_gnpts_pkt *rsp; ncsi_rsp_handler_gnpts() local
1037 struct ncsi_rsp_gps_pkt *rsp; ncsi_rsp_handler_gps() local
1053 struct ncsi_rsp_gpuuid_pkt *rsp; ncsi_rsp_handler_gpuuid() local
1077 struct ncsi_rsp_pkt *rsp; ncsi_rsp_handler_netlink() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dftrace_64.S68 pushq \added+8*2(%rsp)
70 movq %rsp, %rbp
72 pushq \added+8*3(%rsp)
74 movq %rsp, %rbp
80 subq $(FRAME_SIZE), %rsp
81 movq %rax, RAX(%rsp)
82 movq %rcx, RCX(%rsp)
83 movq %rdx, RDX(%rsp)
84 movq %rsi, RSI(%rsp)
85 movq %rdi, RDI(%rsp)
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dftrace_64.S70 pushq \added+8*2(%rsp)
72 movq %rsp, %rbp
74 pushq \added+8*3(%rsp)
76 movq %rsp, %rbp
82 subq $(FRAME_SIZE), %rsp
83 movq %rax, RAX(%rsp)
84 movq %rcx, RCX(%rsp)
85 movq %rdx, RDX(%rsp)
86 movq %rsi, RSI(%rsp)
87 movq %rdi, RDI(%rsp)
[all...]
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dentry_64.S74 * and does not change rsp.
100 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2)
101 SWITCH_TO_KERNEL_CR3 scratch_reg=%rsp
102 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
119 movq %rsp, %rsi
132 movq RCX(%rsp), %rcx
133 movq RIP(%rsp), %r11
161 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */
164 movq R11(%rsp), %r11
165 cmpq %r11, EFLAGS(%rsp) /* R1
[all...]
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_64.S66 * and does not change rsp.
93 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2)
94 SWITCH_TO_KERNEL_CR3 scratch_reg=%rsp
95 movq PER_CPU_VAR(pcpu_hot + X86_top_of_stack), %rsp
112 movq %rsp, %rdi
132 movq RCX(%rsp), %rcx
133 movq RIP(%rsp), %r11
161 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */
164 movq R11(%rsp), %r11
165 cmpq %r11, EFLAGS(%rsp) /* R1
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Da2mp.c135 struct a2mp_discov_rsp *rsp; in a2mp_discover_req() local
170 len = struct_size(rsp, cl, num_ctrl); in a2mp_discover_req()
171 rsp = kmalloc(len, GFP_ATOMIC); in a2mp_discover_req()
172 if (!rsp) { in a2mp_discover_req()
177 rsp->mtu = cpu_to_le16(L2CAP_A2MP_DEFAULT_MTU); in a2mp_discover_req()
178 rsp->ext_feat = 0; in a2mp_discover_req()
180 __a2mp_add_cl(mgr, rsp->cl); in a2mp_discover_req()
184 a2mp_send(mgr, A2MP_DISCOVER_RSP, hdr->ident, len, rsp); in a2mp_discover_req()
186 kfree(rsp); in a2mp_discover_req()
193 struct a2mp_discov_rsp *rsp in a2mp_discover_rsp() local
309 struct a2mp_info_rsp rsp; a2mp_getinfo_req() local
340 struct a2mp_info_rsp *rsp = (struct a2mp_info_rsp *) skb->data; a2mp_getinfo_rsp() local
383 struct a2mp_amp_assoc_rsp rsp; a2mp_getampassoc_req() local
414 struct a2mp_amp_assoc_rsp *rsp = (void *) skb->data; a2mp_getampassoc_rsp() local
476 struct a2mp_physlink_rsp rsp; a2mp_createphyslink_req() local
558 struct a2mp_physlink_rsp rsp; a2mp_discphyslink_req() local
908 struct a2mp_info_rsp rsp; a2mp_send_getinfo_rsp() local
938 struct a2mp_amp_assoc_rsp *rsp; a2mp_send_getampassoc_rsp() local
1008 struct a2mp_physlink_rsp rsp; a2mp_send_create_phy_link_rsp() local
[all...]
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Ddevlink-user.c430 void devlink_get_rsp_free(struct devlink_get_rsp *rsp) in devlink_get_rsp_free() argument
432 free(rsp->bus_name); in devlink_get_rsp_free()
433 free(rsp->dev_name); in devlink_get_rsp_free()
434 devlink_dl_dev_stats_free(&rsp->dev_stats); in devlink_get_rsp_free()
435 free(rsp); in devlink_get_rsp_free()
502 struct devlink_get_rsp *rsp; in devlink_get() local
515 rsp = calloc(1, sizeof(*rsp)); in devlink_get()
516 yrs.yarg.data = rsp; in devlink_get()
524 return rsp; in devlink_get()
532 devlink_get_list_free(struct devlink_get_list *rsp) devlink_get_list_free() argument
581 devlink_port_get_rsp_free(struct devlink_port_get_rsp *rsp) devlink_port_get_rsp_free() argument
636 struct devlink_port_get_rsp *rsp; devlink_port_get() local
712 devlink_port_get_rsp_list_free(struct devlink_port_get_rsp_list *rsp) devlink_port_get_rsp_list_free() argument
768 devlink_sb_get_rsp_free(struct devlink_sb_get_rsp *rsp) devlink_sb_get_rsp_free() argument
823 struct devlink_sb_get_rsp *rsp; devlink_sb_get() local
855 devlink_sb_get_list_free(struct devlink_sb_get_list *rsp) devlink_sb_get_list_free() argument
910 devlink_sb_pool_get_rsp_free(struct devlink_sb_pool_get_rsp *rsp) devlink_sb_pool_get_rsp_free() argument
970 struct devlink_sb_pool_get_rsp *rsp; devlink_sb_pool_get() local
1004 devlink_sb_pool_get_list_free(struct devlink_sb_pool_get_list *rsp) devlink_sb_pool_get_list_free() argument
1062 devlink_sb_port_pool_get_rsp_free(struct devlink_sb_port_pool_get_rsp *rsp) devlink_sb_port_pool_get_rsp_free() argument
1128 struct devlink_sb_port_pool_get_rsp *rsp; devlink_sb_port_pool_get() local
1165 devlink_sb_port_pool_get_list_free(struct devlink_sb_port_pool_get_list *rsp) devlink_sb_port_pool_get_list_free() argument
1223 devlink_sb_tc_pool_bind_get_rsp_free(struct devlink_sb_tc_pool_bind_get_rsp *rsp) devlink_sb_tc_pool_bind_get_rsp_free() argument
1295 struct devlink_sb_tc_pool_bind_get_rsp *rsp; devlink_sb_tc_pool_bind_get() local
1334 devlink_sb_tc_pool_bind_get_list_free(struct devlink_sb_tc_pool_bind_get_list *rsp) devlink_sb_tc_pool_bind_get_list_free() argument
1391 devlink_param_get_rsp_free(struct devlink_param_get_rsp *rsp) devlink_param_get_rsp_free() argument
1453 struct devlink_param_get_rsp *rsp; devlink_param_get() local
1485 devlink_param_get_list_free(struct devlink_param_get_list *rsp) devlink_param_get_list_free() argument
1543 devlink_region_get_rsp_free(struct devlink_region_get_rsp *rsp) devlink_region_get_rsp_free() argument
1610 struct devlink_region_get_rsp *rsp; devlink_region_get() local
1644 devlink_region_get_list_free(struct devlink_region_get_list *rsp) devlink_region_get_list_free() argument
1701 devlink_info_get_rsp_free(struct devlink_info_get_rsp *rsp) devlink_info_get_rsp_free() argument
1848 struct devlink_info_get_rsp *rsp; devlink_info_get() local
1878 devlink_info_get_list_free(struct devlink_info_get_list *rsp) devlink_info_get_list_free() argument
1942 devlink_health_reporter_get_rsp_free(struct devlink_health_reporter_get_rsp *rsp) devlink_health_reporter_get_rsp_free() argument
2011 struct devlink_health_reporter_get_rsp *rsp; devlink_health_reporter_get() local
2046 devlink_health_reporter_get_list_free(struct devlink_health_reporter_get_list *rsp) devlink_health_reporter_get_list_free() argument
2106 devlink_trap_get_rsp_free(struct devlink_trap_get_rsp *rsp) devlink_trap_get_rsp_free() argument
2168 struct devlink_trap_get_rsp *rsp; devlink_trap_get() local
2200 devlink_trap_get_list_free(struct devlink_trap_get_list *rsp) devlink_trap_get_list_free() argument
2258 devlink_trap_group_get_rsp_free(struct devlink_trap_group_get_rsp *rsp) devlink_trap_group_get_rsp_free() argument
2321 struct devlink_trap_group_get_rsp *rsp; devlink_trap_group_get() local
2353 devlink_trap_group_get_list_free(struct devlink_trap_group_get_list *rsp) devlink_trap_group_get_list_free() argument
2412 devlink_trap_policer_get_rsp_free(struct devlink_trap_policer_get_rsp *rsp) devlink_trap_policer_get_rsp_free() argument
2468 struct devlink_trap_policer_get_rsp *rsp; devlink_trap_policer_get() local
2501 devlink_trap_policer_get_list_free(struct devlink_trap_policer_get_list *rsp) devlink_trap_policer_get_list_free() argument
2558 devlink_rate_get_rsp_free(struct devlink_rate_get_rsp *rsp) devlink_rate_get_rsp_free() argument
2625 struct devlink_rate_get_rsp *rsp; devlink_rate_get() local
2659 devlink_rate_get_list_free(struct devlink_rate_get_list *rsp) devlink_rate_get_list_free() argument
2716 devlink_linecard_get_rsp_free(struct devlink_linecard_get_rsp *rsp) devlink_linecard_get_rsp_free() argument
2771 struct devlink_linecard_get_rsp *rsp; devlink_linecard_get() local
2803 devlink_linecard_get_list_free(struct devlink_linecard_get_list *rsp) devlink_linecard_get_list_free() argument
2859 devlink_selftests_get_rsp_free(struct devlink_selftests_get_rsp *rsp) devlink_selftests_get_rsp_free() argument
2910 struct devlink_selftests_get_rsp *rsp; devlink_selftests_get() local
2940 devlink_selftests_get_list_free(struct devlink_selftests_get_list *rsp) devlink_selftests_get_list_free() argument
[all...]
H A Dethtool-user.c1556 void ethtool_strset_get_rsp_free(struct ethtool_strset_get_rsp *rsp) in ethtool_strset_get_rsp_free() argument
1558 ethtool_header_free(&rsp->header); in ethtool_strset_get_rsp_free()
1559 ethtool_stringsets_free(&rsp->stringsets); in ethtool_strset_get_rsp_free()
1560 free(rsp); in ethtool_strset_get_rsp_free()
1604 struct ethtool_strset_get_rsp *rsp; in ethtool_strset_get() local
1619 rsp = calloc(1, sizeof(*rsp)); in ethtool_strset_get()
1620 yrs.yarg.data = rsp; in ethtool_strset_get()
1628 return rsp; in ethtool_strset_get()
1631 ethtool_strset_get_rsp_free(rsp); in ethtool_strset_get()
1636 ethtool_strset_get_list_free(struct ethtool_strset_get_list *rsp) ethtool_strset_get_list_free() argument
1693 ethtool_linkinfo_get_rsp_free(struct ethtool_linkinfo_get_rsp *rsp) ethtool_linkinfo_get_rsp_free() argument
1756 struct ethtool_linkinfo_get_rsp *rsp; ethtool_linkinfo_get() local
1784 ethtool_linkinfo_get_list_free(struct ethtool_linkinfo_get_list *rsp) ethtool_linkinfo_get_list_free() argument
1829 ethtool_linkinfo_get_ntf_free(struct ethtool_linkinfo_get_ntf *rsp) ethtool_linkinfo_get_ntf_free() argument
1880 ethtool_linkmodes_get_rsp_free(struct ethtool_linkmodes_get_rsp *rsp) ethtool_linkmodes_get_rsp_free() argument
1974 struct ethtool_linkmodes_get_rsp *rsp; ethtool_linkmodes_get() local
2002 ethtool_linkmodes_get_list_free(struct ethtool_linkmodes_get_list *rsp) ethtool_linkmodes_get_list_free() argument
2049 ethtool_linkmodes_get_ntf_free(struct ethtool_linkmodes_get_ntf *rsp) ethtool_linkmodes_get_ntf_free() argument
2112 ethtool_linkstate_get_rsp_free(struct ethtool_linkstate_get_rsp *rsp) ethtool_linkstate_get_rsp_free() argument
2181 struct ethtool_linkstate_get_rsp *rsp; ethtool_linkstate_get() local
2209 ethtool_linkstate_get_list_free(struct ethtool_linkstate_get_list *rsp) ethtool_linkstate_get_list_free() argument
2261 ethtool_debug_get_rsp_free(struct ethtool_debug_get_rsp *rsp) ethtool_debug_get_rsp_free() argument
2309 struct ethtool_debug_get_rsp *rsp; ethtool_debug_get() local
2337 ethtool_debug_get_list_free(struct ethtool_debug_get_list *rsp) ethtool_debug_get_list_free() argument
2383 ethtool_debug_get_ntf_free(struct ethtool_debug_get_ntf *rsp) ethtool_debug_get_ntf_free() argument
2427 ethtool_wol_get_rsp_free(struct ethtool_wol_get_rsp *rsp) ethtool_wol_get_rsp_free() argument
2486 struct ethtool_wol_get_rsp *rsp; ethtool_wol_get() local
2514 ethtool_wol_get_list_free(struct ethtool_wol_get_list *rsp) ethtool_wol_get_list_free() argument
2560 ethtool_wol_get_ntf_free(struct ethtool_wol_get_ntf *rsp) ethtool_wol_get_ntf_free() argument
2608 ethtool_features_get_rsp_free(struct ethtool_features_get_rsp *rsp) ethtool_features_get_rsp_free() argument
2686 struct ethtool_features_get_rsp *rsp; ethtool_features_get() local
2714 ethtool_features_get_list_free(struct ethtool_features_get_list *rsp) ethtool_features_get_list_free() argument
2763 ethtool_features_get_ntf_free(struct ethtool_features_get_ntf *rsp) ethtool_features_get_ntf_free() argument
2785 ethtool_features_set_rsp_free(struct ethtool_features_set_rsp *rsp) ethtool_features_set_rsp_free() argument
2863 struct ethtool_features_set_rsp *rsp; ethtool_features_set() local
2906 ethtool_privflags_get_rsp_free(struct ethtool_privflags_get_rsp *rsp) ethtool_privflags_get_rsp_free() argument
2955 struct ethtool_privflags_get_rsp *rsp; ethtool_privflags_get() local
2983 ethtool_privflags_get_list_free(struct ethtool_privflags_get_list *rsp) ethtool_privflags_get_list_free() argument
3029 ethtool_privflags_get_ntf_free(struct ethtool_privflags_get_ntf *rsp) ethtool_privflags_get_ntf_free() argument
3074 ethtool_rings_get_rsp_free(struct ethtool_rings_get_rsp *rsp) ethtool_rings_get_rsp_free() argument
3187 struct ethtool_rings_get_rsp *rsp; ethtool_rings_get() local
3215 ethtool_rings_get_list_free(struct ethtool_rings_get_list *rsp) ethtool_rings_get_list_free() argument
3260 ethtool_rings_get_ntf_free(struct ethtool_rings_get_ntf *rsp) ethtool_rings_get_ntf_free() argument
3330 ethtool_channels_get_rsp_free(struct ethtool_channels_get_rsp *rsp) ethtool_channels_get_rsp_free() argument
3408 struct ethtool_channels_get_rsp *rsp; ethtool_channels_get() local
3436 ethtool_channels_get_list_free(struct ethtool_channels_get_list *rsp) ethtool_channels_get_list_free() argument
3481 ethtool_channels_get_ntf_free(struct ethtool_channels_get_ntf *rsp) ethtool_channels_get_ntf_free() argument
3538 ethtool_coalesce_get_rsp_free(struct ethtool_coalesce_get_rsp *rsp) ethtool_coalesce_get_rsp_free() argument
3711 struct ethtool_coalesce_get_rsp *rsp; ethtool_coalesce_get() local
3739 ethtool_coalesce_get_list_free(struct ethtool_coalesce_get_list *rsp) ethtool_coalesce_get_list_free() argument
3784 ethtool_coalesce_get_ntf_free(struct ethtool_coalesce_get_ntf *rsp) ethtool_coalesce_get_ntf_free() argument
3879 ethtool_pause_get_rsp_free(struct ethtool_pause_get_rsp *rsp) ethtool_pause_get_rsp_free() argument
3947 struct ethtool_pause_get_rsp *rsp; ethtool_pause_get() local
3975 ethtool_pause_get_list_free(struct ethtool_pause_get_list *rsp) ethtool_pause_get_list_free() argument
4021 ethtool_pause_get_ntf_free(struct ethtool_pause_get_ntf *rsp) ethtool_pause_get_ntf_free() argument
4073 ethtool_eee_get_rsp_free(struct ethtool_eee_get_rsp *rsp) ethtool_eee_get_rsp_free() argument
4151 struct ethtool_eee_get_rsp *rsp; ethtool_eee_get() local
4179 ethtool_eee_get_list_free(struct ethtool_eee_get_list *rsp) ethtool_eee_get_list_free() argument
4225 ethtool_eee_get_ntf_free(struct ethtool_eee_get_ntf *rsp) ethtool_eee_get_ntf_free() argument
4281 ethtool_tsinfo_get_rsp_free(struct ethtool_tsinfo_get_rsp *rsp) ethtool_tsinfo_get_rsp_free() argument
4354 struct ethtool_tsinfo_get_rsp *rsp; ethtool_tsinfo_get() local
4382 ethtool_tsinfo_get_list_free(struct ethtool_tsinfo_get_list *rsp) ethtool_tsinfo_get_list_free() argument
4492 ethtool_tunnel_info_get_rsp_free(struct ethtool_tunnel_info_get_rsp *rsp) ethtool_tunnel_info_get_rsp_free() argument
4541 struct ethtool_tunnel_info_get_rsp *rsp; ethtool_tunnel_info_get() local
4570 ethtool_tunnel_info_get_list_free(struct ethtool_tunnel_info_get_list *rsp) ethtool_tunnel_info_get_list_free() argument
4623 ethtool_fec_get_rsp_free(struct ethtool_fec_get_rsp *rsp) ethtool_fec_get_rsp_free() argument
4691 struct ethtool_fec_get_rsp *rsp; ethtool_fec_get() local
4719 ethtool_fec_get_list_free(struct ethtool_fec_get_list *rsp) ethtool_fec_get_list_free() argument
4765 ethtool_fec_get_ntf_free(struct ethtool_fec_get_ntf *rsp) ethtool_fec_get_ntf_free() argument
4819 ethtool_module_eeprom_get_rsp_free(struct ethtool_module_eeprom_get_rsp *rsp) ethtool_module_eeprom_get_rsp_free() argument
4894 struct ethtool_module_eeprom_get_rsp *rsp; ethtool_module_eeprom_get() local
4923 ethtool_module_eeprom_get_list_free(struct ethtool_module_eeprom_get_list *rsp) ethtool_module_eeprom_get_list_free() argument
4976 ethtool_phc_vclocks_get_rsp_free(struct ethtool_phc_vclocks_get_rsp *rsp) ethtool_phc_vclocks_get_rsp_free() argument
5020 struct ethtool_phc_vclocks_get_rsp *rsp; ethtool_phc_vclocks_get() local
5049 ethtool_phc_vclocks_get_list_free(struct ethtool_phc_vclocks_get_list *rsp) ethtool_phc_vclocks_get_list_free() argument
5101 ethtool_module_get_rsp_free(struct ethtool_module_get_rsp *rsp) ethtool_module_get_rsp_free() argument
5149 struct ethtool_module_get_rsp *rsp; ethtool_module_get() local
5177 ethtool_module_get_list_free(struct ethtool_module_get_list *rsp) ethtool_module_get_list_free() argument
5222 ethtool_module_get_ntf_free(struct ethtool_module_get_ntf *rsp) ethtool_module_get_ntf_free() argument
5266 ethtool_pse_get_rsp_free(struct ethtool_pse_get_rsp *rsp) ethtool_pse_get_rsp_free() argument
5319 struct ethtool_pse_get_rsp *rsp; ethtool_pse_get() local
5347 ethtool_pse_get_list_free(struct ethtool_pse_get_list *rsp) ethtool_pse_get_list_free() argument
5430 ethtool_rss_get_rsp_free(struct ethtool_rss_get_rsp *rsp) ethtool_rss_get_rsp_free() argument
5500 struct ethtool_rss_get_rsp *rsp; ethtool_rss_get() local
5528 ethtool_rss_get_list_free(struct ethtool_rss_get_list *rsp) ethtool_rss_get_list_free() argument
5581 ethtool_plca_get_cfg_rsp_free(struct ethtool_plca_get_cfg_rsp *rsp) ethtool_plca_get_cfg_rsp_free() argument
5659 struct ethtool_plca_get_cfg_rsp *rsp; ethtool_plca_get_cfg() local
5687 ethtool_plca_get_cfg_list_free(struct ethtool_plca_get_cfg_list *rsp) ethtool_plca_get_cfg_list_free() argument
5732 ethtool_plca_get_cfg_ntf_free(struct ethtool_plca_get_cfg_ntf *rsp) ethtool_plca_get_cfg_ntf_free() argument
5789 ethtool_plca_get_status_rsp_free(struct ethtool_plca_get_status_rsp *rsp) ethtool_plca_get_status_rsp_free() argument
5868 struct ethtool_plca_get_status_rsp *rsp; ethtool_plca_get_status() local
5897 ethtool_plca_get_status_list_free(struct ethtool_plca_get_status_list *rsp) ethtool_plca_get_status_list_free() argument
5949 ethtool_mm_get_rsp_free(struct ethtool_mm_get_rsp *rsp) ethtool_mm_get_rsp_free() argument
6037 struct ethtool_mm_get_rsp *rsp; ethtool_mm_get() local
6065 ethtool_mm_get_list_free(struct ethtool_mm_get_list *rsp) ethtool_mm_get_list_free() argument
6110 ethtool_mm_get_ntf_free(struct ethtool_mm_get_ntf *rsp) ethtool_mm_get_ntf_free() argument
6187 ethtool_cable_test_ntf_free(struct ethtool_cable_test_ntf *rsp) ethtool_cable_test_ntf_free() argument
6237 ethtool_cable_test_tdr_ntf_free(struct ethtool_cable_test_tdr_ntf *rsp) ethtool_cable_test_tdr_ntf_free() argument
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Drdma.c163 static bool nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp);
193 static inline bool nvmet_rdma_need_data_in(struct nvmet_rdma_rsp *rsp) in nvmet_rdma_need_data_in() argument
195 return nvme_is_write(rsp->req.cmd) && in nvmet_rdma_need_data_in()
196 rsp->req.transfer_len && in nvmet_rdma_need_data_in()
197 !(rsp->flags & NVMET_RDMA_REQ_INLINE_DATA); in nvmet_rdma_need_data_in()
200 static inline bool nvmet_rdma_need_data_out(struct nvmet_rdma_rsp *rsp) in nvmet_rdma_need_data_out() argument
202 return !nvme_is_write(rsp->req.cmd) && in nvmet_rdma_need_data_out()
203 rsp->req.transfer_len && in nvmet_rdma_need_data_out()
204 !rsp->req.cqe->status && in nvmet_rdma_need_data_out()
205 !(rsp in nvmet_rdma_need_data_out()
211 struct nvmet_rdma_rsp *rsp; nvmet_rdma_get_rsp() local
240 nvmet_rdma_put_rsp(struct nvmet_rdma_rsp *rsp) nvmet_rdma_put_rsp() argument
463 struct nvmet_rdma_rsp *rsp = &queue->rsps[i]; nvmet_rdma_alloc_rsps() local
476 struct nvmet_rdma_rsp *rsp = &queue->rsps[i]; nvmet_rdma_alloc_rsps() local
492 struct nvmet_rdma_rsp *rsp = &queue->rsps[i]; nvmet_rdma_free_rsps() local
524 struct nvmet_rdma_rsp *rsp; nvmet_rdma_process_wr_wait_list() local
632 nvmet_rdma_rw_ctx_init(struct nvmet_rdma_rsp *rsp, u64 addr, u32 key, struct ib_sig_attrs *sig_attrs) nvmet_rdma_rw_ctx_init() argument
652 nvmet_rdma_rw_ctx_destroy(struct nvmet_rdma_rsp *rsp) nvmet_rdma_rw_ctx_destroy() argument
667 nvmet_rdma_release_rsp(struct nvmet_rdma_rsp *rsp) nvmet_rdma_release_rsp() argument
701 struct nvmet_rdma_rsp *rsp = nvmet_rdma_send_done() local
717 struct nvmet_rdma_rsp *rsp = nvmet_rdma_queue_response() local
754 struct nvmet_rdma_rsp *rsp = nvmet_rdma_read_data_done() local
787 struct nvmet_rdma_rsp *rsp = nvmet_rdma_write_data_done() local
828 nvmet_rdma_use_inline_sg(struct nvmet_rdma_rsp *rsp, u32 len, u64 off) nvmet_rdma_use_inline_sg() argument
852 nvmet_rdma_map_sgl_inline(struct nvmet_rdma_rsp *rsp) nvmet_rdma_map_sgl_inline() argument
879 nvmet_rdma_map_sgl_keyed(struct nvmet_rdma_rsp *rsp, struct nvme_keyed_sgl_desc *sgl, bool invalidate) nvmet_rdma_map_sgl_keyed() argument
917 nvmet_rdma_map_sgl(struct nvmet_rdma_rsp *rsp) nvmet_rdma_map_sgl() argument
951 nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp) nvmet_rdma_execute_command() argument
1012 struct nvmet_rdma_rsp *rsp; nvmet_rdma_recv_done() local
1652 struct nvmet_rdma_rsp *rsp; __nvmet_rdma_queue_disconnect() local
1985 struct nvmet_rdma_rsp *rsp = nvmet_rdma_disc_port_addr() local
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Drdma.c164 static bool nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp);
194 static inline bool nvmet_rdma_need_data_in(struct nvmet_rdma_rsp *rsp) in nvmet_rdma_need_data_in() argument
196 return nvme_is_write(rsp->req.cmd) && in nvmet_rdma_need_data_in()
197 rsp->req.transfer_len && in nvmet_rdma_need_data_in()
198 !(rsp->flags & NVMET_RDMA_REQ_INLINE_DATA); in nvmet_rdma_need_data_in()
201 static inline bool nvmet_rdma_need_data_out(struct nvmet_rdma_rsp *rsp) in nvmet_rdma_need_data_out() argument
203 return !nvme_is_write(rsp->req.cmd) && in nvmet_rdma_need_data_out()
204 rsp->req.transfer_len && in nvmet_rdma_need_data_out()
205 !rsp->req.cqe->status && in nvmet_rdma_need_data_out()
206 !(rsp in nvmet_rdma_need_data_out()
212 struct nvmet_rdma_rsp *rsp; nvmet_rdma_get_rsp() local
241 nvmet_rdma_put_rsp(struct nvmet_rdma_rsp *rsp) nvmet_rdma_put_rsp() argument
464 struct nvmet_rdma_rsp *rsp = &queue->rsps[i]; nvmet_rdma_alloc_rsps() local
477 struct nvmet_rdma_rsp *rsp = &queue->rsps[i]; nvmet_rdma_alloc_rsps() local
493 struct nvmet_rdma_rsp *rsp = &queue->rsps[i]; nvmet_rdma_free_rsps() local
525 struct nvmet_rdma_rsp *rsp; nvmet_rdma_process_wr_wait_list() local
633 nvmet_rdma_rw_ctx_init(struct nvmet_rdma_rsp *rsp, u64 addr, u32 key, struct ib_sig_attrs *sig_attrs) nvmet_rdma_rw_ctx_init() argument
653 nvmet_rdma_rw_ctx_destroy(struct nvmet_rdma_rsp *rsp) nvmet_rdma_rw_ctx_destroy() argument
668 nvmet_rdma_release_rsp(struct nvmet_rdma_rsp *rsp) nvmet_rdma_release_rsp() argument
702 struct nvmet_rdma_rsp *rsp = nvmet_rdma_send_done() local
718 struct nvmet_rdma_rsp *rsp = nvmet_rdma_queue_response() local
755 struct nvmet_rdma_rsp *rsp = nvmet_rdma_read_data_done() local
788 struct nvmet_rdma_rsp *rsp = nvmet_rdma_write_data_done() local
829 nvmet_rdma_use_inline_sg(struct nvmet_rdma_rsp *rsp, u32 len, u64 off) nvmet_rdma_use_inline_sg() argument
853 nvmet_rdma_map_sgl_inline(struct nvmet_rdma_rsp *rsp) nvmet_rdma_map_sgl_inline() argument
880 nvmet_rdma_map_sgl_keyed(struct nvmet_rdma_rsp *rsp, struct nvme_keyed_sgl_desc *sgl, bool invalidate) nvmet_rdma_map_sgl_keyed() argument
918 nvmet_rdma_map_sgl(struct nvmet_rdma_rsp *rsp) nvmet_rdma_map_sgl() argument
952 nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp) nvmet_rdma_execute_command() argument
1013 struct nvmet_rdma_rsp *rsp; nvmet_rdma_recv_done() local
1652 struct nvmet_rdma_rsp *rsp; __nvmet_rdma_queue_disconnect() local
1985 struct nvmet_rdma_rsp *rsp = nvmet_rdma_disc_port_addr() local
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c42 static void __wbuf(struct ksmbd_work *work, void **req, void **rsp) in __wbuf() argument
46 *rsp = ksmbd_resp_buf_next(work); in __wbuf()
49 *rsp = smb2_get_msg(work->response_buf); in __wbuf()
253 struct smb2_negotiate_rsp *rsp; in init_smb2_neg_rsp() local
271 rsp = smb2_get_msg(work->response_buf); in init_smb2_neg_rsp()
275 rsp->StructureSize = cpu_to_le16(65); in init_smb2_neg_rsp()
277 rsp->DialectRevision = cpu_to_le16(conn->dialect); in init_smb2_neg_rsp()
278 /* Not setting conn guid rsp->ServerGUID, as it in init_smb2_neg_rsp()
281 rsp->Capabilities = cpu_to_le32(conn->vals->capabilities); in init_smb2_neg_rsp()
283 rsp in init_smb2_neg_rsp()
376 struct smb2_hdr *rsp = ksmbd_resp_buf_next(work); init_chained_smb2_rsp() local
834 assemble_neg_contexts(struct ksmbd_conn *conn, struct smb2_negotiate_rsp *rsp) assemble_neg_contexts() argument
1099 struct smb2_negotiate_rsp *rsp = smb2_get_msg(work->response_buf); smb2_handle_negotiate() local
1336 ntlm_negotiate(struct ksmbd_work *work, struct negotiate_message *negblob, size_t negblob_len, struct smb2_sess_setup_rsp *rsp) ntlm_negotiate() argument
1447 ntlm_authenticate(struct ksmbd_work *work, struct smb2_sess_setup_req *req, struct smb2_sess_setup_rsp *rsp) ntlm_authenticate() argument
1586 krb5_authenticate(struct ksmbd_work *work, struct smb2_sess_setup_req *req, struct smb2_sess_setup_rsp *rsp) krb5_authenticate() argument
1666 krb5_authenticate(struct ksmbd_work *work, struct smb2_sess_setup_req *req, struct smb2_sess_setup_rsp *rsp) krb5_authenticate() argument
1678 struct smb2_sess_setup_rsp *rsp; smb2_sess_setup() local
1945 struct smb2_tree_connect_rsp *rsp; smb2_tree_connect() local
2128 struct smb2_tree_disconnect_rsp *rsp; smb2_tree_disconnect() local
2194 struct smb2_logoff_rsp *rsp; smb2_session_logoff() local
2254 struct smb2_create_rsp *rsp; create_smb2_pipe() local
2657 struct smb2_create_rsp *rsp; smb2_open() local
4032 struct smb2_query_directory_rsp *rsp; smb2_query_dir() local
4223 buffer_check_err(int reqOutputBufferLength, struct smb2_query_info_rsp *rsp, void *rsp_org) buffer_check_err() argument
4236 get_standard_info_pipe(struct smb2_query_info_rsp *rsp, void *rsp_org) get_standard_info_pipe() argument
4252 get_internal_info_pipe(struct smb2_query_info_rsp *rsp, u64 num, void *rsp_org) get_internal_info_pipe() argument
4265 smb2_get_info_file_pipe(struct ksmbd_session *sess, struct smb2_query_info_req *req, struct smb2_query_info_rsp *rsp, void *rsp_org) smb2_get_info_file_pipe() argument
4313 smb2_get_ea(struct ksmbd_work *work, struct ksmbd_file *fp, struct smb2_query_info_req *req, struct smb2_query_info_rsp *rsp, void *rsp_org) smb2_get_ea() argument
4466 get_file_access_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_access_info() argument
4477 get_file_basic_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_basic_info() argument
4507 get_file_standard_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_standard_info() argument
4530 get_file_alignment_info(struct smb2_query_info_rsp *rsp, void *rsp_org) get_file_alignment_info() argument
4541 get_file_all_info(struct ksmbd_work *work, struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_all_info() argument
4605 get_file_alternate_info(struct ksmbd_work *work, struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_alternate_info() argument
4626 get_file_stream_info(struct ksmbd_work *work, struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_stream_info() argument
4725 get_file_internal_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_internal_info() argument
4739 get_file_network_open_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_network_open_info() argument
4775 get_file_ea_info(struct smb2_query_info_rsp *rsp, void *rsp_org) get_file_ea_info() argument
4785 get_file_position_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_position_info() argument
4796 get_file_mode_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_mode_info() argument
4807 get_file_compression_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_compression_info() argument
4828 get_file_attribute_tag_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) get_file_attribute_tag_info() argument
4847 find_file_posix_info(struct smb2_query_info_rsp *rsp, struct ksmbd_file *fp, void *rsp_org) find_file_posix_info() argument
4887 smb2_get_info_file(struct ksmbd_work *work, struct smb2_query_info_req *req, struct smb2_query_info_rsp *rsp) smb2_get_info_file() argument
5003 smb2_get_info_filesystem(struct ksmbd_work *work, struct smb2_query_info_req *req, struct smb2_query_info_rsp *rsp) smb2_get_info_filesystem() argument
5216 smb2_get_info_sec(struct ksmbd_work *work, struct smb2_query_info_req *req, struct smb2_query_info_rsp *rsp) smb2_get_info_sec() argument
5301 struct smb2_query_info_rsp *rsp; smb2_query_info() local
5365 struct smb2_close_rsp *rsp; smb2_close_pipe() local
5398 struct smb2_close_rsp *rsp; smb2_close() local
5510 struct smb2_echo_rsp *rsp = smb2_get_msg(work->response_buf); smb2_echo() local
6039 struct smb2_set_info_rsp *rsp; smb2_set_info() local
6148 struct smb2_read_rsp *rsp; smb2_read_pipe() local
6259 struct smb2_read_rsp *rsp; smb2_read() local
6428 struct smb2_write_rsp *rsp; smb2_write_pipe() local
6525 struct smb2_write_rsp *rsp; smb2_write() local
6668 struct smb2_flush_rsp *rsp; smb2_flush() local
6866 struct smb2_lock_rsp *rsp; smb2_lock() local
7220 fsctl_copychunk(struct ksmbd_work *work, struct copychunk_ioctl_req *ci_req, unsigned int cnt_code, unsigned int input_count, unsigned long long volatile_id, unsigned long long persistent_id, struct smb2_ioctl_rsp *rsp) fsctl_copychunk() argument
7350 fsctl_query_iface_info_ioctl(struct ksmbd_conn *conn, struct smb2_ioctl_rsp *rsp, unsigned int out_buf_len) fsctl_query_iface_info_ioctl() argument
7532 fsctl_pipe_transceive(struct ksmbd_work *work, u64 id, unsigned int out_buf_len, struct smb2_ioctl_req *req, struct smb2_ioctl_rsp *rsp) fsctl_pipe_transceive() argument
7646 struct smb2_ioctl_rsp *rsp; smb2_ioctl() local
7788 rsp); smb2_ioctl() local
7992 struct smb2_oplock_break *rsp; smb20_oplock_break_ack() local
8139 struct smb2_lease_ack *rsp; smb21_lease_break_ack() local
8275 struct smb2_oplock_break *rsp; smb2_oplock_break() local
8305 struct smb2_change_notify_rsp *rsp; smb2_notify() local
8527 struct smb2_hdr *req, *rsp; smb3_preauth_hash_rsp() local
8653 struct smb2_hdr *rsp = smb2_get_msg(work->response_buf); smb3_11_final_sess_setup_resp() local
[all...]
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Defi_thunk_64.S37 movq %rsp, %rax
38 movq efi_mixed_mode_stack_pa(%rip), %rsp
44 subq $0x24, %rsp
48 movl %ebp, 0x18(%rsp)
49 movl %ebx, 0x1c(%rsp)
50 movl %eax, 0x20(%rsp)
63 movl %ebx, 0x0(%rsp) /* return address */
64 movl %esi, 0x4(%rsp)
65 movl %edx, 0x8(%rsp)
66 movl %ecx, 0xc(%rsp)
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_rvu_if.c74 struct msg_rsp *rsp) in rvu_mbox_handler_mcs_set_lmac_mode()
179 struct msg_rsp *rsp) in rvu_mbox_handler_mcs_intr_cfg()
204 struct mcs_hw_info *rsp) in rvu_mbox_handler_mcs_get_hw_info()
213 rsp->num_mcs_blks = rvu->mcs_blk_cnt; in rvu_mbox_handler_mcs_get_hw_info()
214 rsp->tcam_entries = mcs->hw->tcam_entries; in rvu_mbox_handler_mcs_get_hw_info()
215 rsp->secy_entries = mcs->hw->secy_entries; in rvu_mbox_handler_mcs_get_hw_info()
216 rsp->sc_entries = mcs->hw->sc_entries; in rvu_mbox_handler_mcs_get_hw_info()
217 rsp->sa_entries = mcs->hw->sa_entries; in rvu_mbox_handler_mcs_get_hw_info()
222 struct msg_rsp *rsp) in rvu_mbox_handler_mcs_port_reset()
238 struct msg_rsp *rsp) in rvu_mbox_handler_mcs_clear_stats()
72 rvu_mbox_handler_mcs_set_lmac_mode(struct rvu *rvu, struct mcs_set_lmac_mode *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_set_lmac_mode() argument
177 rvu_mbox_handler_mcs_intr_cfg(struct rvu *rvu, struct mcs_intr_cfg *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_intr_cfg() argument
202 rvu_mbox_handler_mcs_get_hw_info(struct rvu *rvu, struct msg_req *req, struct mcs_hw_info *rsp) rvu_mbox_handler_mcs_get_hw_info() argument
221 rvu_mbox_handler_mcs_port_reset(struct rvu *rvu, struct mcs_port_reset_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_port_reset() argument
236 rvu_mbox_handler_mcs_clear_stats(struct rvu *rvu, struct mcs_clear_stats *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_clear_stats() argument
258 rvu_mbox_handler_mcs_get_flowid_stats(struct rvu *rvu, struct mcs_stats_req *req, struct mcs_flowid_stats *rsp) rvu_mbox_handler_mcs_get_flowid_stats() argument
289 rvu_mbox_handler_mcs_get_secy_stats(struct rvu *rvu, struct mcs_stats_req *req, struct mcs_secy_stats *rsp) rvu_mbox_handler_mcs_get_secy_stats() argument
317 rvu_mbox_handler_mcs_get_sc_stats(struct rvu *rvu, struct mcs_stats_req *req, struct mcs_sc_stats *rsp) rvu_mbox_handler_mcs_get_sc_stats() argument
341 rvu_mbox_handler_mcs_get_sa_stats(struct rvu *rvu, struct mcs_stats_req *req, struct mcs_sa_stats *rsp) rvu_mbox_handler_mcs_get_sa_stats() argument
365 rvu_mbox_handler_mcs_get_port_stats(struct rvu *rvu, struct mcs_stats_req *req, struct mcs_port_stats *rsp) rvu_mbox_handler_mcs_get_port_stats() argument
389 rvu_mbox_handler_mcs_set_active_lmac(struct rvu *rvu, struct mcs_set_active_lmac *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_set_active_lmac() argument
407 rvu_mbox_handler_mcs_port_cfg_set(struct rvu *rvu, struct mcs_port_cfg_set_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_port_cfg_set() argument
425 rvu_mbox_handler_mcs_port_cfg_get(struct rvu *rvu, struct mcs_port_cfg_get_req *req, struct mcs_port_cfg_get_rsp *rsp) rvu_mbox_handler_mcs_port_cfg_get() argument
443 rvu_mbox_handler_mcs_custom_tag_cfg_get(struct rvu *rvu, struct mcs_custom_tag_cfg_get_req *req, struct mcs_custom_tag_cfg_get_rsp *rsp) rvu_mbox_handler_mcs_custom_tag_cfg_get() argument
479 rvu_mbox_handler_mcs_flowid_ena_entry(struct rvu *rvu, struct mcs_flowid_ena_dis_entry *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_flowid_ena_entry() argument
493 rvu_mbox_handler_mcs_pn_table_write(struct rvu *rvu, struct mcs_pn_table_write_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_pn_table_write() argument
507 rvu_mbox_handler_mcs_set_pn_threshold(struct rvu *rvu, struct mcs_set_pn_threshold *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_set_pn_threshold() argument
523 rvu_mbox_handler_mcs_rx_sc_sa_map_write(struct rvu *rvu, struct mcs_rx_sc_sa_map *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_rx_sc_sa_map_write() argument
537 rvu_mbox_handler_mcs_tx_sc_sa_map_write(struct rvu *rvu, struct mcs_tx_sc_sa_map *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_tx_sc_sa_map_write() argument
553 rvu_mbox_handler_mcs_sa_plcy_write(struct rvu *rvu, struct mcs_sa_plcy_write_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_sa_plcy_write() argument
571 rvu_mbox_handler_mcs_rx_sc_cam_write(struct rvu *rvu, struct mcs_rx_sc_cam_write_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_rx_sc_cam_write() argument
585 rvu_mbox_handler_mcs_secy_plcy_write(struct rvu *rvu, struct mcs_secy_plcy_write_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_secy_plcy_write() argument
600 rvu_mbox_handler_mcs_flowid_entry_write(struct rvu *rvu, struct mcs_flowid_entry_write_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_flowid_entry_write() argument
627 rvu_mbox_handler_mcs_free_resources(struct rvu *rvu, struct mcs_free_rsrc_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_free_resources() argument
677 rvu_mbox_handler_mcs_alloc_resources(struct rvu *rvu, struct mcs_alloc_rsrc_req *req, struct mcs_alloc_rsrc_rsp *rsp) rvu_mbox_handler_mcs_alloc_resources() argument
759 rvu_mbox_handler_mcs_alloc_ctrl_pkt_rule(struct rvu *rvu, struct mcs_alloc_ctrl_pkt_rule_req *req, struct mcs_alloc_ctrl_pkt_rule_rsp *rsp) rvu_mbox_handler_mcs_alloc_ctrl_pkt_rule() argument
816 rvu_mbox_handler_mcs_free_ctrl_pkt_rule(struct rvu *rvu, struct mcs_free_ctrl_pkt_rule_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_free_ctrl_pkt_rule() argument
837 rvu_mbox_handler_mcs_ctrl_pkt_rule_write(struct rvu *rvu, struct mcs_ctrl_pkt_rule_write_req *req, struct msg_rsp *rsp) rvu_mbox_handler_mcs_ctrl_pkt_rule_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.c48 struct ftm_rsp_msg *msg, *rsp = NULL; in wcn36xx_tm_cmd_ptt() local
77 rsp = msg; in wcn36xx_tm_cmd_ptt()
78 rsp->resp_status = 0; in wcn36xx_tm_cmd_ptt()
85 msg->msg_body_length, (void *)(&rsp)); in wcn36xx_tm_cmd_ptt()
90 if (rsp) in wcn36xx_tm_cmd_ptt()
93 rsp->msg_body_length); in wcn36xx_tm_cmd_ptt()
96 if (!rsp) { in wcn36xx_tm_cmd_ptt()
97 rsp = msg; in wcn36xx_tm_cmd_ptt()
99 rsp->resp_status); in wcn36xx_tm_cmd_ptt()
102 rsp, rs in wcn36xx_tm_cmd_ptt()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.c48 struct ftm_rsp_msg *msg, *rsp = NULL; in wcn36xx_tm_cmd_ptt() local
77 rsp = msg; in wcn36xx_tm_cmd_ptt()
78 rsp->resp_status = 0; in wcn36xx_tm_cmd_ptt()
85 msg->msg_body_length, (void *)(&rsp)); in wcn36xx_tm_cmd_ptt()
90 if (rsp) in wcn36xx_tm_cmd_ptt()
93 rsp->msg_body_length); in wcn36xx_tm_cmd_ptt()
96 if (!rsp) { in wcn36xx_tm_cmd_ptt()
97 rsp = msg; in wcn36xx_tm_cmd_ptt()
99 rsp->resp_status); in wcn36xx_tm_cmd_ptt()
102 rsp, rs in wcn36xx_tm_cmd_ptt()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/as102/
H A Das10x_cmd.c24 prsp = adap->rsp; in as10x_cmd_turn_on()
39 sizeof(prsp->body.turn_on.rsp) + in as10x_cmd_turn_on()
65 prsp = adap->rsp; in as10x_cmd_turn_off()
80 sizeof(prsp->body.turn_off.rsp) + HEADER_SIZE); in as10x_cmd_turn_off()
107 prsp = adap->rsp; in as10x_cmd_set_tune()
134 sizeof(prsp->body.set_tune.rsp) in as10x_cmd_set_tune()
162 prsp = adap->rsp; in as10x_cmd_get_tune_status()
179 sizeof(prsp->body.get_tune_status.rsp) + HEADER_SIZE); in as10x_cmd_get_tune_status()
191 pstatus->tune_state = prsp->body.get_tune_status.rsp.sts.tune_state; in as10x_cmd_get_tune_status()
193 le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp in as10x_cmd_get_tune_status()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/as102/
H A Das10x_cmd.c24 prsp = adap->rsp; in as10x_cmd_turn_on()
39 sizeof(prsp->body.turn_on.rsp) + in as10x_cmd_turn_on()
65 prsp = adap->rsp; in as10x_cmd_turn_off()
80 sizeof(prsp->body.turn_off.rsp) + HEADER_SIZE); in as10x_cmd_turn_off()
107 prsp = adap->rsp; in as10x_cmd_set_tune()
134 sizeof(prsp->body.set_tune.rsp) in as10x_cmd_set_tune()
162 prsp = adap->rsp; in as10x_cmd_get_tune_status()
179 sizeof(prsp->body.get_tune_status.rsp) + HEADER_SIZE); in as10x_cmd_get_tune_status()
191 pstatus->tune_state = prsp->body.get_tune_status.rsp.sts.tune_state; in as10x_cmd_get_tune_status()
193 le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp in as10x_cmd_get_tune_status()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dchacha-ssse3-x86_64.S180 lea 8(%rsp),%r10
181 sub $0x10,%rsp
182 and $~31,%rsp
185 mov %rsp,%rdi
189 pxor 0x00(%rsp),%xmm0
190 movdqa %xmm0,0x00(%rsp)
192 mov %rsp,%rsi
197 lea -8(%r10),%rsp
240 lea 8(%rsp),%r10
241 sub $0x80,%rsp
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dchacha-ssse3-x86_64.S180 lea 8(%rsp),%r10
181 sub $0x10,%rsp
182 and $~31,%rsp
185 mov %rsp,%rdi
189 pxor 0x00(%rsp),%xmm0
190 movdqa %xmm0,0x00(%rsp)
192 mov %rsp,%rsi
197 lea -8(%r10),%rsp
240 lea 8(%rsp),%r10
241 sub $0x80,%rsp
[all...]
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/
H A Dfirmware.c25 struct sk_buff *msg, struct sk_buff **rsp) in s3fwrn5_fw_send_msg()
44 if (!fw_info->rsp) in s3fwrn5_fw_send_msg()
47 *rsp = fw_info->rsp; in s3fwrn5_fw_send_msg()
48 fw_info->rsp = NULL; in s3fwrn5_fw_send_msg()
80 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_get_bootinfo() local
91 ret = s3fwrn5_fw_send_msg(fw_info, msg, &rsp); in s3fwrn5_fw_get_bootinfo()
96 hdr = (struct s3fwrn5_fw_header *) rsp->data; in s3fwrn5_fw_get_bootinfo()
102 memcpy(bootinfo, rsp->data + S3FWRN5_FW_HDR_SIZE, 10); in s3fwrn5_fw_get_bootinfo()
105 kfree_skb(rsp); in s3fwrn5_fw_get_bootinfo()
24 s3fwrn5_fw_send_msg(struct s3fwrn5_fw_info *fw_info, struct sk_buff *msg, struct sk_buff **rsp) s3fwrn5_fw_send_msg() argument
114 struct sk_buff *msg, *rsp = NULL; s3fwrn5_fw_enter_update_mode() local
186 struct sk_buff *msg, *rsp = NULL; s3fwrn5_fw_update_sector() local
243 struct sk_buff *msg, *rsp = NULL; s3fwrn5_fw_complete_update_mode() local
[all...]
/kernel/linux/linux-6.6/drivers/nfc/s3fwrn5/
H A Dfirmware.c25 struct sk_buff *msg, struct sk_buff **rsp) in s3fwrn5_fw_send_msg()
44 if (!fw_info->rsp) in s3fwrn5_fw_send_msg()
47 *rsp = fw_info->rsp; in s3fwrn5_fw_send_msg()
48 fw_info->rsp = NULL; in s3fwrn5_fw_send_msg()
80 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_get_bootinfo() local
91 ret = s3fwrn5_fw_send_msg(fw_info, msg, &rsp); in s3fwrn5_fw_get_bootinfo()
96 hdr = (struct s3fwrn5_fw_header *) rsp->data; in s3fwrn5_fw_get_bootinfo()
102 memcpy(bootinfo, rsp->data + S3FWRN5_FW_HDR_SIZE, 10); in s3fwrn5_fw_get_bootinfo()
105 kfree_skb(rsp); in s3fwrn5_fw_get_bootinfo()
24 s3fwrn5_fw_send_msg(struct s3fwrn5_fw_info *fw_info, struct sk_buff *msg, struct sk_buff **rsp) s3fwrn5_fw_send_msg() argument
114 struct sk_buff *msg, *rsp = NULL; s3fwrn5_fw_enter_update_mode() local
186 struct sk_buff *msg, *rsp = NULL; s3fwrn5_fw_update_sector() local
243 struct sk_buff *msg, *rsp = NULL; s3fwrn5_fw_complete_update_mode() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dnetdev-genl.c12 netdev_nl_dev_fill(struct net_device *netdev, struct sk_buff *rsp, in netdev_nl_dev_fill() argument
17 hdr = genlmsg_iput(rsp, info); in netdev_nl_dev_fill()
21 if (nla_put_u32(rsp, NETDEV_A_DEV_IFINDEX, netdev->ifindex) || in netdev_nl_dev_fill()
22 nla_put_u64_64bit(rsp, NETDEV_A_DEV_XDP_FEATURES, in netdev_nl_dev_fill()
24 genlmsg_cancel(rsp, hdr); in netdev_nl_dev_fill()
29 if (nla_put_u32(rsp, NETDEV_A_DEV_XDP_ZC_MAX_SEGS, in netdev_nl_dev_fill()
31 genlmsg_cancel(rsp, hdr); in netdev_nl_dev_fill()
36 genlmsg_end(rsp, hdr); in netdev_nl_dev_fill()
69 struct sk_buff *rsp; in netdev_nl_dev_get_doit() local
78 rsp in netdev_nl_dev_get_doit()
[all...]

Completed in 23 milliseconds

12345678910>>...29