Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 18 of 18) sorted by relevance

/net/bluetooth/
Dmgmt_util.c34 u16 opcode, u16 len, void *buf) in create_monitor_ctrl_event()
184 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, in mgmt_pending_find()
200 u16 opcode, in mgmt_pending_find_data()
216 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach()
230 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, in mgmt_pending_add()
Damp.c225 u16 opcode, struct sk_buff *skb) in read_local_amp_assoc_complete()
323 u16 opcode, struct sk_buff *skb) in write_remote_amp_assoc_complete()
421 u16 opcode) in create_phylink_complete()
469 u16 opcode) in accept_phylink_complete()
Dmgmt_util.h25 u16 opcode; member
Dhci_request.c90 static void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete()
115 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
180 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
289 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd()
316 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev()
346 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add()
1185 static void adv_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) in adv_enable_complete()
1767 static void abort_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in abort_conn_complete()
Dmgmt.c328 __le16 *opcode = rp->opcodes; in read_commands() local
336 __le16 *opcode = rp->opcodes; in read_commands() local
584 static int send_options_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_options_rsp()
728 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find()
733 static struct mgmt_pending_cmd *pending_find_data(u16 opcode, in pending_find_data()
950 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_settings_rsp()
958 static void clean_up_hci_complete(struct hci_dev *hdev, u8 status, u16 opcode) in clean_up_hci_complete()
1696 static void le_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) in le_enable_complete()
1901 static void add_uuid_complete(struct hci_dev *hdev, u8 status, u16 opcode) in add_uuid_complete()
1980 static void remove_uuid_complete(struct hci_dev *hdev, u8 status, u16 opcode) in remove_uuid_complete()
[all …]
Dhci_sock.c296 __le16 opcode; in hci_send_to_monitor() local
405 __le16 opcode; in create_monitor_event() local
575 u16 opcode, u16 len, in create_monitor_ctrl_command()
1467 u16 opcode, index, len; in hci_mgmt_cmd() local
1753 u16 opcode = get_unaligned_le16(skb->data); in hci_sock_sendmsg() local
Dhci_core.c2489 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout() local
3367 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3392 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3410 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync()
4087 u16 opcode; in hci_resend_last() local
4105 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
Dhci_event.c2529 u16 opcode, struct sk_buff *skb) in read_enc_key_size_complete()
2762 u16 *opcode, u8 *status, in hci_cmd_complete_evt()
3061 u16 *opcode, u8 *status, in hci_cmd_status_evt()
5192 static bool hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, in hci_get_cmd_complete()
5244 u16 opcode = HCI_OP_NOP; in hci_event_packet() local
Da2mp.c291 u16 opcode) in read_local_amp_info_complete()
Dhci_conn.c719 static void create_le_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in create_le_conn_complete()
/net/nfc/nci/
Dcore.c350 __u16 opcode; member
376 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, __u8 *payload) in nci_core_cmd()
1330 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, void *payload) in nci_send_cmd()
1364 __u16 opcode) in ops_cmd_lookup()
1407 int nci_prop_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_rsp_packet()
1414 int nci_prop_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_ntf_packet()
1421 int nci_core_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_rsp_packet()
1428 int nci_core_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_ntf_packet()
/net/ceph/
Dceph_strings.c23 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
Dosd_client.c596 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid()
599 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument
614 u16 opcode, u32 flags) in _osd_req_op_init()
630 unsigned int which, u16 opcode, u32 flags) in osd_req_op_init()
637 unsigned int which, u16 opcode, in osd_req_op_extent_init()
703 u16 opcode, const char *class, const char *method) in osd_req_op_cls_init()
738 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init()
919 int opcode, int flags, in ceph_osdc_new_request()
3366 u8 proto_ver, opcode; in handle_watch_notify() local
/net/irda/
Diriap.c824 __u8 opcode; in iriap_data_indication() local
915 __u8 opcode; in iriap_call_indication() local
Dirlmp_frame.c59 __u8 opcode, struct sk_buff *skb) in irlmp_send_lcf_pdu()
/net/netfilter/
Dnf_conntrack_proto_tcp.c397 int opcode=*ptr++; in tcp_options() local
459 int opcode = *ptr++; in tcp_sack() local
Dnf_synproxy_core.c43 int opcode = *ptr++; in synproxy_parse_options() local
/net/ipv4/
Dtcp_input.c3795 int opcode = *ptr++; in tcp_parse_options() local
3949 int opcode = *ptr++; in tcp_parse_md5sig_option() local