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()
233 u16 opcode, in mgmt_pending_find_data()
249 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach()
263 struct mgmt_pending_cmd *mgmt_pending_new(struct sock *sk, u16 opcode, in mgmt_pending_new()
290 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, in mgmt_pending_add()
Dhci_request.c100 void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete()
214 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd()
241 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev()
271 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add()
Dhci_sock.c362 __le16 opcode; in hci_send_to_monitor() local
479 __le16 opcode; in create_monitor_event() local
653 u16 opcode, u16 len, in create_monitor_ctrl_command()
1615 u16 opcode, index, len; in hci_mgmt_cmd() local
1871 u16 opcode = get_unaligned_le16(skb->data); in hci_sock_sendmsg() local
Dmgmt_util.h35 u16 opcode; member
Dhci_sync.c24 static void hci_cmd_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_cmd_sync_complete()
52 static struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, in hci_cmd_sync_alloc()
87 static void hci_cmd_sync_add(struct hci_request *req, u16 opcode, u32 plen, in hci_cmd_sync_add()
151 struct sk_buff *__hci_cmd_sync_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_sk()
209 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
217 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync()
236 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
245 int __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status_sk()
275 int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status()
283 int hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync_status()
[all …]
Dhci_core.c1448 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout() local
3014 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3038 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send()
3070 static void *hci_cmd_data(struct sk_buff *skb, __u16 opcode) in hci_cmd_data()
3086 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3855 u16 opcode; in hci_resend_last() local
3873 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
Dmsft.c259 static int msft_le_monitor_advertisement_cb(struct hci_dev *hdev, u16 opcode, in msft_le_monitor_advertisement_cb()
368 u16 opcode, in msft_le_cancel_monitor_advertisement_cb()
Dhci_event.c4204 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_cmd_complete_evt()
4324 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_cmd_status_evt()
7098 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_le_meta_evt()
7140 static bool hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, in hci_get_cmd_complete()
7415 u16 *opcode, u8 *status, in hci_event_func()
7458 u16 opcode = HCI_OP_NOP; in hci_event_packet() local
Dmgmt.c407 __le16 *opcode = rp->opcodes; in read_commands() local
415 __le16 *opcode = rp->opcodes; in read_commands() local
651 static int send_options_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_options_rsp()
939 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()
9819 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()
4580 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.c379 int opcode = *ptr++; in mptcp_get_options() local
/net/ipv4/
Dtcp_input.c4064 int opcode = *ptr++; in tcp_parse_mss_option() local
4116 int opcode = *ptr++; in tcp_parse_options() local
4282 int opcode = *ptr++; in tcp_parse_md5sig_option() local
/net/sched/
Dsch_cake.c962 int opcode = *ptr++; in cake_get_tcpopt() local
1101 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