Home
last modified time | relevance | path

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

/net/bluetooth/
A 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()
239 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, bool remove, 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()
A Dhci_drv.c69 u16 opcode, len, ogf, ocf; in hci_drv_process_cmd() local
A 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
A Dmgmt_util.h35 u16 opcode; member
A 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 …]
A Dhci_core.c1467 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout() local
3091 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3115 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send()
3147 static void *hci_cmd_data(struct sk_buff *skb, __u16 opcode) in hci_cmd_data()
3163 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3936 u16 opcode; in hci_resend_last() local
3954 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
A 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()
A Dhci_event.c4179 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_cmd_complete_evt()
4300 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_cmd_status_evt()
7168 struct sk_buff *skb, u16 *opcode, u8 *status, in hci_le_meta_evt()
7211 static bool hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, in hci_get_cmd_complete()
7486 u16 *opcode, u8 *status, in hci_event_func()
7529 u16 opcode = HCI_OP_NOP; in hci_event_packet() local
A 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()
943 static struct mgmt_pending_cmd *pending_find(u16 opcode, struct hci_dev *hdev) in pending_find()
1252 static int send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) in send_settings_rsp()
9838 u8 opcode) in user_pairing_resp_complete()
/net/nfc/nci/
A Dcore.c344 __u16 opcode; member
369 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, in nci_core_cmd()
1372 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, const void *payload) in nci_send_cmd()
1406 __u16 opcode) in ops_cmd_lookup()
1449 int nci_prop_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_rsp_packet()
1456 int nci_prop_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_ntf_packet()
1463 int nci_core_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_rsp_packet()
1470 int nci_core_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_ntf_packet()
/net/ceph/
A Dceph_strings.c52 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
A Dosd_client.c641 static bool osd_req_opcode_valid(u16 opcode) in osd_req_opcode_valid()
644 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return true; in osd_req_opcode_valid() argument
719 u16 opcode, u32 flags) in osd_req_op_init()
736 unsigned int which, u16 opcode, in osd_req_op_extent_init()
845 u16 opcode, const char *name, const void *value, in osd_req_op_xattr_init()
1060 int opcode, int flags, in ceph_osdc_new_request()
4559 u8 proto_ver, opcode; in handle_watch_notify() local
/net/netfilter/
A Dnf_conntrack_proto_tcp.c354 int opcode=*ptr++; in tcp_options() local
416 int opcode = *ptr++; in tcp_sack() local
A Dnf_synproxy_core.c43 int opcode = *ptr++; in synproxy_parse_options() local
/net/mptcp/
A Doptions.c376 int opcode = *ptr++; in mptcp_get_options() local
/net/ipv4/
A Dtcp_input.c4038 int opcode = *ptr++; in tcp_parse_mss_option() local
4089 int opcode = *ptr++; in tcp_parse_options() local
4270 int opcode = *ptr++; in tcp_do_parse_auth_options() local
/net/sched/
A Dsch_cake.c1008 int opcode = *ptr++; in cake_get_tcpopt() local
1147 int opcode = *ptr++; in cake_tcph_may_drop() local
A Dact_api.c74 int opcode = TC_ACT_EXT_OPCODE(action), ret = -EINVAL; in tcf_action_check_ctrlact() local

Completed in 98 milliseconds