Home
last modified time | relevance | path

Searched refs:opt2 (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dexthdrs.c1190 struct ipv6_txoptions *opt2; in ipv6_dup_options() local
1192 opt2 = sock_kmalloc(sk, opt->tot_len, GFP_ATOMIC); in ipv6_dup_options()
1193 if (opt2) { in ipv6_dup_options()
1194 long dif = (char *)opt2 - (char *)opt; in ipv6_dup_options()
1195 memcpy(opt2, opt, opt->tot_len); in ipv6_dup_options()
1196 if (opt2->hopopt) in ipv6_dup_options()
1197 *((char **)&opt2->hopopt) += dif; in ipv6_dup_options()
1198 if (opt2->dst0opt) in ipv6_dup_options()
1199 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
1200 if (opt2->dst1opt) in ipv6_dup_options()
[all …]
/OK3568_Linux_fs/kernel/net/ceph/
H A Dceph_common.c135 struct ceph_options *opt2 = client->options; in ceph_compare_options() local
147 ret = memcmp(opt1, opt2, ofs); in ceph_compare_options()
151 ret = strcmp_null(opt1->name, opt2->name); in ceph_compare_options()
155 if (opt1->key && !opt2->key) in ceph_compare_options()
157 if (!opt1->key && opt2->key) in ceph_compare_options()
159 if (opt1->key && opt2->key) { in ceph_compare_options()
160 if (opt1->key->type != opt2->key->type) in ceph_compare_options()
162 if (opt1->key->created.tv_sec != opt2->key->created.tv_sec) in ceph_compare_options()
164 if (opt1->key->created.tv_nsec != opt2->key->created.tv_nsec) in ceph_compare_options()
166 if (opt1->key->len != opt2->key->len) in ceph_compare_options()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtarget-insns.def42 DEF_TARGET_INSN (call, (rtx x0, rtx opt1, rtx opt2, rtx opt3))
43 DEF_TARGET_INSN (call_pop, (rtx x0, rtx opt1, rtx opt2, rtx opt3))
44 DEF_TARGET_INSN (call_value, (rtx x0, rtx x1, rtx opt2, rtx opt3, rtx opt4))
45 DEF_TARGET_INSN (call_value_pop, (rtx x0, rtx x1, rtx opt2, rtx opt3,
92 DEF_TARGET_INSN (sibcall, (rtx x0, rtx opt1, rtx opt2, rtx opt3))
94 DEF_TARGET_INSN (sibcall_value, (rtx x0, rtx x1, rtx opt2, rtx opt3,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtarget-insns.def42 DEF_TARGET_INSN (call, (rtx x0, rtx opt1, rtx opt2, rtx opt3))
43 DEF_TARGET_INSN (call_pop, (rtx x0, rtx opt1, rtx opt2, rtx opt3))
44 DEF_TARGET_INSN (call_value, (rtx x0, rtx x1, rtx opt2, rtx opt3, rtx opt4))
45 DEF_TARGET_INSN (call_value_pop, (rtx x0, rtx x1, rtx opt2, rtx opt3,
92 DEF_TARGET_INSN (sibcall, (rtx x0, rtx opt1, rtx opt2, rtx opt3))
94 DEF_TARGET_INSN (sibcall_value, (rtx x0, rtx x1, rtx opt2, rtx opt3,
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c213 unsigned int opt2; in send_act_open_req() local
226 opt2 = RX_CHANNEL_V(0) | in send_act_open_req()
245 opt2 |= RX_FC_VALID_F; in send_act_open_req()
246 req->opt2 = cpu_to_be32(opt2); in send_act_open_req()
271 opt2 |= T5_ISS_VALID; in send_act_open_req()
272 opt2 |= T5_OPT_2_VALID_F; in send_act_open_req()
274 req->opt2 = cpu_to_be32(opt2); in send_act_open_req()
300 opt2 |= T5_ISS_VALID; in send_act_open_req()
301 opt2 |= RX_FC_DISABLE_F; in send_act_open_req()
302 opt2 |= T5_OPT_2_VALID_F; in send_act_open_req()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Dcm.c723 u32 opt2; in send_connect() local
799 opt2 = RX_CHANNEL_V(0) | in send_connect()
803 opt2 |= TSTAMPS_EN_F; in send_connect()
805 opt2 |= SACK_EN_F; in send_connect()
807 opt2 |= WND_SCALE_EN_F; in send_connect()
812 opt2 |= T5_OPT_2_VALID_F; in send_connect()
813 opt2 |= CONG_CNTRL_V(CONG_ALG_TAHOE); in send_connect()
814 opt2 |= T5_ISS_F; in send_connect()
859 req->opt2 = cpu_to_be32(opt2); in send_connect()
866 t5req->opt2 = cpu_to_be32(opt2); in send_connect()
[all …]
/OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1137 u32 opt2, hlen; in cxgbit_pass_accept_rpl() local
1175 opt2 = RX_CHANNEL_V(0) | in cxgbit_pass_accept_rpl()
1179 opt2 |= RX_FC_DISABLE_F; in cxgbit_pass_accept_rpl()
1182 opt2 |= TSTAMPS_EN_F; in cxgbit_pass_accept_rpl()
1184 opt2 |= SACK_EN_F; in cxgbit_pass_accept_rpl()
1186 opt2 |= WND_SCALE_EN_F; in cxgbit_pass_accept_rpl()
1198 opt2 |= CCTRL_ECN_V(1); in cxgbit_pass_accept_rpl()
1200 opt2 |= RX_COALESCE_V(3); in cxgbit_pass_accept_rpl()
1201 opt2 |= CONG_CNTRL_V(CONG_ALG_NEWRENO); in cxgbit_pass_accept_rpl()
1203 opt2 |= T5_ISS_F; in cxgbit_pass_accept_rpl()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c163 } else if (csk->opt2 & TSTAMPS_EN_F) { in assign_rxopt()
164 csk->opt2 &= ~TSTAMPS_EN_F; in assign_rxopt()
1017 u32 opt2, hlen; in chtls_pass_accept_rpl() local
1045 opt2 = RX_CHANNEL_V(0) | in chtls_pass_accept_rpl()
1049 opt2 |= RX_FC_DISABLE_F; in chtls_pass_accept_rpl()
1051 opt2 |= TSTAMPS_EN_F; in chtls_pass_accept_rpl()
1053 opt2 |= SACK_EN_F; in chtls_pass_accept_rpl()
1059 opt2 |= CCTRL_ECN_V(1); in chtls_pass_accept_rpl()
1060 opt2 |= CONG_CNTRL_V(CONG_ALG_NEWRENO); in chtls_pass_accept_rpl()
1061 opt2 |= T5_ISS_F; in chtls_pass_accept_rpl()
[all …]
H A Dchtls.h289 u32 opt2; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h462 __be32 opt2; member
497 __be32 opt2; member
512 __be32 opt2; member
528 __be32 opt2; member
541 __be32 opt2; member
558 __be32 opt2; member
572 __be32 opt2; member
587 __be32 opt2; member
H A Dcxgb4_filter.c1323 t6req->opt2 = htonl(RSS_QUEUE_VALID_F | in mk_act_open_req6()
1360 t6req->opt2 = htonl(RSS_QUEUE_VALID_F | in mk_act_open_req()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c598 minfo->values.reg.opt2 = bd->pins[58] << 12; in parse_pins3()
611 minfo->values.reg.opt2 = 0x00000000; in default_pins3()
663 minfo->values.reg.opt2 = get_unaligned_le32(bd->pins + 52); in parse_pins5()
699 minfo->values.reg.opt2 = 0x0000AC00; in default_pins5()
H A Dmatroxfb_base.h480 u_int32_t opt2; member
H A Dmatroxfb_DAC1064.c756 pci_write_config_dword(minfo->pcidev, PCI_OPTION2_REG, minfo->values.reg.opt2); in g450_memory_init()
/OK3568_Linux_fs/kernel/drivers/net/can/usb/
H A Dusb_8dev.c172 u8 opt2; /* optional parameter 2 */ member
285 .opt2 = 0 in usb_8dev_cmd_close()
299 .opt2 = 0 in usb_8dev_cmd_version()
/OK3568_Linux_fs/buildroot/package/vkmark/
H A D0003-core-Add-off-screen-command-line-option.patch52 " --winsys-options OPTS Window system options as 'opt1=val1(:opt2=val2)*'\n"
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dsmc.h310 #define AIX_EVENT(smc,opt0,opt1,opt2,opt3) /* nothing */ argument
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt61 twsi - none, opt1, opt2, opt3
H A Dpinctrl-palmas.txt71 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h568 __be32 opt2; member
585 __be32 opt2; member
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ddove.dtsi712 marvell,function = "twsi-opt2";
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c213 cpl->opt2 = htonl(options); in chcr_ktls_act_open_req()
264 cpl->opt2 = htonl(options); in chcr_ktls_act_open_req6()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-palmas.c309 FUNCTION_GROUP(opt2, OPTION2), \
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c2468 u32 min, opt, min2, opt2; in setup_vmcs_config() local
2504 opt2 = SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES | in setup_vmcs_config()
2527 opt2 |= SECONDARY_EXEC_ENCLS_EXITING; in setup_vmcs_config()
2528 if (adjust_vmx_controls(min2, opt2, in setup_vmcs_config()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dipmi.rst488 add|remove,kcs|bt|smic,mem|i/o,<address>[,<opt1>[,<opt2>[,...]]]

12