Home
last modified time | relevance | path

Searched defs:ocf (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_sock.c1235 u16 ocf = hci_opcode_ocf(opcode); in hci_sock_sendmsg() local
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h850 __u64 ocf = data ? data->ocd_connect_flags : 0; /* for post-condition in obd_connect() local
874 __u64 ocf = d ? d->ocd_connect_flags : 0; /* for post-condition in obd_reconnect() local
/linux-4.4.14/include/net/bluetooth/
Dhci.h2006 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument