Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dexthdrs.c1203 struct ipv6_txoptions *opt2; in ipv6_dup_options() local
1205 opt2 = sock_kmemdup(sk, opt, opt->tot_len, GFP_ATOMIC); in ipv6_dup_options()
1206 if (opt2) { in ipv6_dup_options()
1207 long dif = (char *)opt2 - (char *)opt; in ipv6_dup_options()
1208 if (opt2->hopopt) in ipv6_dup_options()
1209 *((char **)&opt2->hopopt) += dif; in ipv6_dup_options()
1210 if (opt2->dst0opt) in ipv6_dup_options()
1211 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
1212 if (opt2->dst1opt) in ipv6_dup_options()
1213 *((char **)&opt2->dst1opt) += dif; in ipv6_dup_options()
[all …]
/linux/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 …]
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c214 unsigned int opt2; in send_act_open_req() local
227 opt2 = RX_CHANNEL_V(0) | in send_act_open_req()
246 opt2 |= RX_FC_VALID_F; in send_act_open_req()
247 req->opt2 = cpu_to_be32(opt2); in send_act_open_req()
272 opt2 |= T5_ISS_VALID; in send_act_open_req()
273 opt2 |= T5_OPT_2_VALID_F; in send_act_open_req()
275 req->opt2 = cpu_to_be32(opt2); in send_act_open_req()
301 opt2 |= T5_ISS_VALID; in send_act_open_req()
302 opt2 |= RX_FC_DISABLE_F; in send_act_open_req()
303 opt2 |= T5_OPT_2_VALID_F; in send_act_open_req()
[all …]
/linux/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 …]
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1139 u32 opt2, hlen; in cxgbit_pass_accept_rpl() local
1177 opt2 = RX_CHANNEL_V(0) | in cxgbit_pass_accept_rpl()
1181 opt2 |= RX_FC_DISABLE_F; in cxgbit_pass_accept_rpl()
1184 opt2 |= TSTAMPS_EN_F; in cxgbit_pass_accept_rpl()
1186 opt2 |= SACK_EN_F; in cxgbit_pass_accept_rpl()
1188 opt2 |= WND_SCALE_EN_F; in cxgbit_pass_accept_rpl()
1200 opt2 |= CCTRL_ECN_V(1); in cxgbit_pass_accept_rpl()
1202 opt2 |= CONG_CNTRL_V(CONG_ALG_NEWRENO); in cxgbit_pass_accept_rpl()
1204 opt2 |= T5_ISS_F; in cxgbit_pass_accept_rpl()
1207 opt2 |= T5_OPT_2_VALID_F; in cxgbit_pass_accept_rpl()
[all …]
/linux/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.c1324 t6req->opt2 = htonl(RSS_QUEUE_VALID_F | in mk_act_open_req6()
1361 t6req->opt2 = htonl(RSS_QUEUE_VALID_F | in mk_act_open_req()
H A Dt4fw_api.h614 __be32 opt2; member
/linux/drivers/net/fddi/skfp/h/
H A Dsmc.h310 #define AIX_EVENT(smc,opt0,opt1,opt2,opt3) /* nothing */ argument
/linux/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
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h479 u_int32_t opt2; member
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h568 __be32 opt2; member
585 __be32 opt2; member
/linux/arch/arm/boot/dts/marvell/
H A Ddove.dtsi727 marvell,function = "twsi-opt2";
/linux/drivers/pinctrl/
H A Dpinctrl-palmas.c295 FUNCTION_GROUP(opt2, OPTION2), \