opt1             1216 drivers/infiniband/hw/cxgb3/iwch_cm.c 	req->opt1 = htonl(V_CONN_POLICY(CPL_CONN_POLICY_ASK));
opt1              170 drivers/net/can/usb/usb_8dev.c 	u8 opt1;	/* optional parameter / return value */
opt1              232 drivers/net/can/usb/usb_8dev.c 			num_bytes_read != 16 || in->opt1 != 0)
opt1              253 drivers/net/can/usb/usb_8dev.c 	outmsg.opt1 = USB_8DEV_BAUD_MANUAL;
opt1              283 drivers/net/can/usb/usb_8dev.c 		.opt1 = 0,
opt1              297 drivers/net/can/usb/usb_8dev.c 		.opt1 = 0,
opt1              203 drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h 	u32 opt1;
opt1              488 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h 	__be32 opt1;
opt1             1549 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	req->opt1 = cpu_to_be64(CONN_POLICY_V(CPL_CONN_POLICY_ASK) |
opt1             1592 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	req->opt1 = cpu_to_be64(CONN_POLICY_V(CPL_CONN_POLICY_ASK) |
opt1              318 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h 	__be64 opt1;
opt1              368 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h 	__be64 opt1;
opt1              310 drivers/net/fddi/skfp/h/smc.h #define AIX_EVENT(smc,opt0,opt1,opt2,opt3)	/* nothing */
opt1              308 drivers/pinctrl/pinctrl-palmas.c 	FUNCTION_GROUP(opt1, OPTION1),			\
opt1              134 net/ceph/ceph_common.c 	struct ceph_options *opt1 = new_opt;
opt1              147 net/ceph/ceph_common.c 	ret = memcmp(opt1, opt2, ofs);
opt1              151 net/ceph/ceph_common.c 	ret = strcmp_null(opt1->name, opt2->name);
opt1              155 net/ceph/ceph_common.c 	if (opt1->key && !opt2->key)
opt1              157 net/ceph/ceph_common.c 	if (!opt1->key && opt2->key)
opt1              159 net/ceph/ceph_common.c 	if (opt1->key && opt2->key) {
opt1              160 net/ceph/ceph_common.c 		if (opt1->key->type != opt2->key->type)
opt1              162 net/ceph/ceph_common.c 		if (opt1->key->created.tv_sec != opt2->key->created.tv_sec)
opt1              164 net/ceph/ceph_common.c 		if (opt1->key->created.tv_nsec != opt2->key->created.tv_nsec)
opt1              166 net/ceph/ceph_common.c 		if (opt1->key->len != opt2->key->len)
opt1              168 net/ceph/ceph_common.c 		if (opt1->key->key && !opt2->key->key)
opt1              170 net/ceph/ceph_common.c 		if (!opt1->key->key && opt2->key->key)
opt1              172 net/ceph/ceph_common.c 		if (opt1->key->key && opt2->key->key) {
opt1              173 net/ceph/ceph_common.c 			ret = memcmp(opt1->key->key, opt2->key->key, opt1->key->len);
opt1              180 net/ceph/ceph_common.c 	for (i = 0; i < opt1->num_mon; i++) {
opt1              182 net/ceph/ceph_common.c 				 &opt1->mon_addr[i]))