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()
59 struct sk_buff *mgmt_alloc_skb(struct hci_dev *hdev, u16 opcode, in mgmt_alloc_skb()
217 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, in mgmt_pending_find()
232 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach()
246 struct mgmt_pending_cmd *mgmt_pending_new(struct sock *sk, u16 opcode, in mgmt_pending_new()
273 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, in mgmt_pending_add()
Dhci_drv.c69 u16 opcode, len, ogf, ocf; in hci_drv_process_cmd() local
Dhci_sock.c363 __le16 opcode; in hci_send_to_monitor() local
486 __le16 opcode; in create_monitor_event() local
660 u16 opcode, u16 len, in create_monitor_ctrl_command()
1622 u16 opcode, index, len; in hci_mgmt_cmd() local
1879 u16 opcode = get_unaligned_le16(skb->data); in hci_sock_sendmsg() local
Dmgmt_util.h35 u16 opcode; member
Dhci_sync.c23 static void hci_cmd_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_cmd_sync_complete()
51 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync_alloc()
85 static void hci_cmd_sync_add(struct hci_request *req, u16 opcode, u32 plen, in hci_cmd_sync_add()
156 struct sk_buff *__hci_cmd_sync_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_sk()
220 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
228 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync()
247 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
256 int __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status_sk()
284 int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status()
292 int hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync_status()
[all …]
Dhci_core.c1451 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout() local
3062 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3086 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send()
3118 static void *hci_cmd_data(struct sk_buff *skb, __u16 opcode) in hci_cmd_data()
3134 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3903 u16 opcode; in hci_resend_last() local
3921 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
Dmsft.c258 static int msft_le_monitor_advertisement_cb(struct hci_dev *hdev, u16 opcode, in msft_le_monitor_advertisement_cb()
367 u16 opcode, in msft_le_cancel_monitor_advertisement_cb()
Dhci_event.c4187 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_cmd_complete_evt()
4308 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_cmd_status_evt()
7146 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_le_meta_evt()
7189 static bool hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, in hci_get_cmd_complete()
7464 u16 *opcode, u8 *status, in hci_event_func()
7507 u16 opcode = HCI_OP_NOP; in hci_event_packet() local
Dmgmt.c406 __le16 *opcode = rp->opcodes; in read_commands() local
414 __le16 *opcode = rp->opcodes; in read_commands() local
650 static int send_options_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_options_rsp()
938 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find()
1247 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_settings_rsp()
9951 u8 opcode) in user_pairing_resp_complete()
/net/nfc/nci/
Dcore.c344 __u16 opcode; member
369 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, in nci_core_cmd()
1361 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, const void *payload) in nci_send_cmd()
1395 __u16 opcode) in ops_cmd_lookup()
1438 int nci_prop_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_rsp_packet()
1445 int nci_prop_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_ntf_packet()
1452 int nci_core_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_rsp_packet()
1459 int nci_core_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_ntf_packet()
/net/ceph/
Dceph_strings.c52 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
Dosd_client.c664 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid()
667 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument
742 u16 opcode, u32 flags) in osd_req_op_init()
759 unsigned int which, u16 opcode, in osd_req_op_extent_init()
868 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init()
1083 int opcode, int flags, in ceph_osdc_new_request()
4582 u8 proto_ver, opcode; in handle_watch_notify() local
/net/netfilter/
Dnf_conntrack_proto_tcp.c354 int opcode=*ptr++; in tcp_options() local
416 int opcode = *ptr++; in tcp_sack() local
Dnf_synproxy_core.c43 int opcode = *ptr++; in synproxy_parse_options() local
/net/mptcp/
Doptions.c376 int opcode = *ptr++; in mptcp_get_options() local
/net/ipv4/
Dtcp_input.c4174 int opcode = *ptr++; in tcp_parse_mss_option() local
4226 int opcode = *ptr++; in tcp_parse_options() local
4407 int opcode = *ptr++; in tcp_do_parse_auth_options() local
/net/sched/
Dsch_cake.c1005 int opcode = *ptr++; in cake_get_tcpopt() local
1144 int opcode = *ptr++; in cake_tcph_may_drop() local
Dact_api.c74 int opcode = TC_ACT_EXT_OPCODE(action), ret = -EINVAL; in tcf_action_check_ctrlact() local