Searched refs:opt1 (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/net/ceph/ |
A D | ceph_common.c | 134 struct ceph_options *opt1 = new_opt; in ceph_compare_options() local 147 ret = memcmp(opt1, opt2, ofs); 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() 166 if (opt1->key->len != opt2->key->len) in ceph_compare_options() 168 if (opt1->key->key && !opt2->key->key) in ceph_compare_options() 170 if (!opt1->key->key && opt2->key->key) in ceph_compare_options() 173 ret = memcmp(opt1->key->key, opt2->key->key, opt1->key->len); in ceph_compare_options() 184 for (i = 0; i < opt1->num_mon; i++) { in ceph_compare_options() [all …]
|
/linux-6.3-rc2/drivers/net/can/usb/ |
A D | usb_8dev.c | 168 u8 opt1; /* optional parameter / return value */ member 230 num_bytes_read != 16 || in->opt1 != 0) in usb_8dev_send_cmd() 251 outmsg.opt1 = USB_8DEV_BAUD_MANUAL; in usb_8dev_cmd_open() 281 .opt1 = 0, in usb_8dev_cmd_close() 295 .opt1 = 0, in usb_8dev_cmd_version()
|
/linux-6.3-rc2/drivers/net/fddi/skfp/h/ |
A D | smc.h | 310 #define AIX_EVENT(smc,opt0,opt1,opt2,opt3) /* nothing */ argument
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | pinctrl-palmas.txt | 71 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
|
A D | marvell,dove-pinctrl.txt | 61 twsi - none, opt1, opt2, opt3
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb/ |
A D | cpl5_cmd.h | 194 u32 opt1; member
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | dove.dtsi | 722 marvell,function = "twsi-opt1";
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | t4_msg.h | 319 __be64 opt1; member 369 __be64 opt1; member
|
A D | cxgb4_main.c | 1947 req->opt1 = cpu_to_be64(CONN_POLICY_V(CPL_CONN_POLICY_ASK) | in cxgb4_create_server() 1990 req->opt1 = cpu_to_be64(CONN_POLICY_V(CPL_CONN_POLICY_ASK) | in cxgb4_create_server6()
|
/linux-6.3-rc2/drivers/pinctrl/ |
A D | pinctrl-palmas.c | 295 FUNCTION_GROUP(opt1, OPTION1), \
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/ |
A D | t3_cpl.h | 488 __be32 opt1; member
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | ipmi.rst | 509 add|remove,kcs|bt|smic,mem|i/o,<address>[,<opt1>[,<opt2>[,...]]]
|
Completed in 45 milliseconds