Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dexthdrs.c716 struct ipv6_txoptions *opt2; in ipv6_dup_options() local
718 opt2 = sock_kmalloc(sk, opt->tot_len, GFP_ATOMIC); in ipv6_dup_options()
719 if (opt2) { in ipv6_dup_options()
720 long dif = (char *)opt2 - (char *)opt; in ipv6_dup_options()
721 memcpy(opt2, opt, opt->tot_len); in ipv6_dup_options()
722 if (opt2->hopopt) in ipv6_dup_options()
723 *((char **)&opt2->hopopt) += dif; in ipv6_dup_options()
724 if (opt2->dst0opt) in ipv6_dup_options()
725 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
726 if (opt2->dst1opt) in ipv6_dup_options()
[all …]
/linux-4.1.27/net/ceph/
Dceph_common.c129 struct ceph_options *opt2 = client->options; in ceph_compare_options() local
134 ret = memcmp(opt1, opt2, ofs); in ceph_compare_options()
138 ret = strcmp_null(opt1->name, opt2->name); in ceph_compare_options()
142 if (opt1->key && !opt2->key) in ceph_compare_options()
144 if (!opt1->key && opt2->key) in ceph_compare_options()
146 if (opt1->key && opt2->key) { in ceph_compare_options()
147 if (opt1->key->type != opt2->key->type) in ceph_compare_options()
149 if (opt1->key->created.tv_sec != opt2->key->created.tv_sec) in ceph_compare_options()
151 if (opt1->key->created.tv_nsec != opt2->key->created.tv_nsec) in ceph_compare_options()
153 if (opt1->key->len != opt2->key->len) in ceph_compare_options()
[all …]
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c624 u32 opt2; in send_connect() local
682 opt2 = RX_CHANNEL_V(0) | in send_connect()
686 opt2 |= TSTAMPS_EN_F; in send_connect()
688 opt2 |= SACK_EN_F; in send_connect()
690 opt2 |= WND_SCALE_EN_F; in send_connect()
692 opt2 |= T5_OPT_2_VALID_F; in send_connect()
693 opt2 |= CONG_CNTRL_V(CONG_ALG_TAHOE); in send_connect()
694 opt2 |= T5_ISS_F; in send_connect()
713 req->opt2 = cpu_to_be32(opt2); in send_connect()
735 req6->opt2 = cpu_to_be32(opt2); in send_connect()
[all …]
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c188 unsigned int opt2; in send_act_open_req() local
200 opt2 = RX_CHANNEL_V(0) | in send_act_open_req()
220 opt2 |= RX_FC_VALID_F; in send_act_open_req()
221 req->opt2 = cpu_to_be32(opt2); in send_act_open_req()
244 opt2 |= 1 << 31; in send_act_open_req()
245 req->opt2 = cpu_to_be32(opt2); in send_act_open_req()
271 unsigned int opt2; in send_act_open_req6() local
284 opt2 = RX_CHANNEL_V(0) | in send_act_open_req6()
308 opt2 |= RX_FC_VALID_F; in send_act_open_req6()
309 req->opt2 = cpu_to_be32(opt2); in send_act_open_req6()
[all …]
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h350 __be32 opt2; member
385 __be32 opt2; member
400 __be32 opt2; member
416 __be32 opt2; member
431 __be32 opt2; member
445 __be32 opt2; member
Dt4fw_api.h487 __be32 opt2; member
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_cm.c433 u32 opt0h, opt0l, opt2; in send_connect() local
455 opt2 = F_RX_COALESCE_VALID | V_RX_COALESCE(0) | V_FLAVORS_VALID(1) | in send_connect()
470 req->opt2 = htonl(opt2); in send_connect()
1278 u32 opt0h, opt0l, opt2; in accept_cr() local
1295 opt2 = F_RX_COALESCE_VALID | V_RX_COALESCE(0) | V_FLAVORS_VALID(1) | in accept_cr()
1304 rpl->opt2 = htonl(opt2); in accept_cr()
1305 rpl->rsvd = rpl->opt2; /* workaround for HW bug */ in accept_cr()
1334 rpl->opt2 = 0; in reject_cr()
1335 rpl->rsvd = rpl->opt2; in reject_cr()
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c597 minfo->values.reg.opt2 = bd->pins[58] << 12; in parse_pins3()
610 minfo->values.reg.opt2 = 0x00000000; in default_pins3()
662 minfo->values.reg.opt2 = get_unaligned_le32(bd->pins + 52); in parse_pins5()
695 minfo->values.reg.opt2 = 0x0000AC00; in default_pins5()
Dmatroxfb_base.h505 u_int32_t opt2; member
Dmatroxfb_DAC1064.c755 pci_write_config_dword(minfo->pcidev, PCI_OPTION2_REG, minfo->values.reg.opt2); in g450_memory_init()
/linux-4.1.27/drivers/net/can/usb/
Dusb_8dev.c182 u8 opt2; /* optional parameter 2 */ member
295 .opt2 = 0 in usb_8dev_cmd_close()
309 .opt2 = 0 in usb_8dev_cmd_version()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-palmas.txt62 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
Dmarvell,dove-pinctrl.txt61 twsi - none, opt1, opt2, opt3
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dsmc.h314 #define AIX_EVENT(smc,opt0,opt1,opt2,opt3) /* nothing */ argument
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h568 __be32 opt2; member
585 __be32 opt2; member
/linux-4.1.27/arch/arm/boot/dts/
Ddove.dtsi633 marvell,function = "twsi-opt2";
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-palmas.c309 FUNCTION_GROUP(opt2, OPTION2), \
/linux-4.1.27/Documentation/
DIPMI.txt478 add|remove,kcs|bt|smic,mem|i/o,<address>[,<opt1>[,<opt2>[,...]]]
/linux-4.1.27/arch/x86/kvm/
Dvmx.c2995 u32 min, opt, min2, opt2; in setup_vmcs_config() local
3030 opt2 = SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES | in setup_vmcs_config()
3044 if (adjust_vmx_controls(min2, opt2, in setup_vmcs_config()