Searched defs:opcode (Results 1 - 11 of 11) sorted by relevance

/net/ceph/
H A Ddebugfs.c127 int opcode; local
145 opcode = req->r_ops[i].op;
146 seq_printf(s, "\t%s", ceph_osd_op_name(opcode));
H A Dosd_client.c401 static bool osd_req_opcode_valid(u16 opcode) argument
403 switch (opcode) {
477 u16 opcode)
482 BUG_ON(!osd_req_opcode_valid(opcode));
486 op->op = opcode;
492 unsigned int which, u16 opcode)
494 (void)_osd_req_op_init(osd_req, which, opcode);
499 unsigned int which, u16 opcode,
503 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, opcode);
506 BUG_ON(opcode !
476 _osd_req_op_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode) argument
491 osd_req_op_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode) argument
498 osd_req_op_extent_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode, u64 offset, u64 length, u64 truncate_size, u32 truncate_seq) argument
538 osd_req_op_cls_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode, const char *class, const char *method) argument
574 osd_req_op_watch_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode, u64 cookie, u64 version, int flag) argument
700 ceph_osdc_new_request(struct ceph_osd_client *osdc, struct ceph_file_layout *layout, struct ceph_vino vino, u64 off, u64 *plen, int num_ops, int opcode, int flags, struct ceph_snap_context *snapc, u32 truncate_seq, u64 truncate_size, bool use_mempool) argument
1945 u8 opcode = event_work->opcode; local
1964 u8 opcode; local
[all...]
/net/irda/
H A Dirlmp_frame.c54 * Function irlmp_send_lcf_pdu (dlsap, slsap, opcode,skb)
59 __u8 opcode, struct sk_buff *skb)
74 frame[2] = opcode;
76 if (opcode == DISCONNECT)
58 irlmp_send_lcf_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap, __u8 opcode, struct sk_buff *skb) argument
H A Diriap.c842 __u8 opcode; local
860 opcode = frame[0];
861 if (~opcode & IAP_LST) {
869 if (opcode & IAP_ACK) {
874 opcode &= ~IAP_LST; /* Mask away LST bit */
876 switch (opcode) {
917 opcode);
936 __u8 opcode; local
946 opcode = fp[0];
947 if (~opcode
[all...]
/net/bluetooth/
H A Dhci_sock.c107 if (flt->opcode &&
109 flt->opcode !=
112 flt->opcode !=
178 __le16 opcode; local
187 opcode = __constant_cpu_to_le16(HCI_MON_COMMAND_PKT);
190 opcode = __constant_cpu_to_le16(HCI_MON_EVENT_PKT);
194 opcode = __constant_cpu_to_le16(HCI_MON_ACL_RX_PKT);
196 opcode = __constant_cpu_to_le16(HCI_MON_ACL_TX_PKT);
200 opcode = __constant_cpu_to_le16(HCI_MON_SCO_RX_PKT);
202 opcode
281 __le16 opcode; local
841 u16 opcode = get_unaligned_le16(skb->data); local
[all...]
H A Dhci_core.c82 static struct sk_buff *hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, argument
126 if (opcode == __le16_to_cpu(ev->opcode))
129 BT_DBG("opcode doesn't match (0x%2.2x != 0x%2.2x)", opcode,
130 __le16_to_cpu(ev->opcode));
137 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, argument
148 hci_req_add_ev(&req, opcode, plen, param, event);
187 return hci_get_cmd_complete(hdev, opcode, event);
191 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u3 argument
1854 u16 opcode = __le16_to_cpu(sent->opcode); local
2624 hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, const void *param) argument
2651 hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, const void *param) argument
2676 hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, const void *param, u8 event) argument
2706 hci_req_add(struct hci_request *req, u16 opcode, u32 plen, const void *param) argument
2713 hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) argument
3391 u16 opcode; local
3409 hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status) argument
[all...]
H A Dhci_event.c2125 __u16 opcode; local
2129 opcode = __le16_to_cpu(ev->opcode);
2131 switch (opcode) {
2341 BT_DBG("%s opcode 0x%4.4x", hdev->name, opcode);
2345 if (opcode != HCI_OP_NOP)
2348 hci_req_cmd_complete(hdev, opcode, status);
2360 __u16 opcode; local
2364 opcode
3706 u16 opcode = __le16_to_cpu(hdr->opcode); local
[all...]
H A Dmgmt.c124 u16 opcode; member in struct:pending_cmd
224 hdr->opcode = __constant_cpu_to_le16(MGMT_EV_CMD_STATUS);
230 ev->opcode = cpu_to_le16(cmd);
255 hdr->opcode = __constant_cpu_to_le16(MGMT_EV_CMD_COMPLETE);
260 ev->opcode = cpu_to_le16(cmd);
293 __le16 *opcode; local
308 for (i = 0, opcode = rp->opcodes; i < num_commands; i++, opcode++)
309 put_unaligned_le16(mgmt_commands[i], opcode);
311 for (i = 0; i < num_events; i++, opcode
733 mgmt_pending_add(struct sock *sk, u16 opcode, struct hci_dev *hdev, void *data, u16 len) argument
763 mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, void (*cb)(struct pending_cmd *cmd, void *data), void *data) argument
778 mgmt_pending_find(u16 opcode, struct hci_dev *hdev) argument
796 send_settings_rsp(struct sock *sk, u16 opcode, struct hci_dev *hdev) argument
3172 u16 opcode, index, len; local
3756 user_pairing_resp_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status, u8 opcode) argument
[all...]
/net/nfc/nci/
H A Dcore.c840 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, void *payload) argument
845 pr_debug("opcode 0x%x, plen %d\n", opcode, plen);
854 hdr->gid = nci_opcode_gid(opcode);
855 hdr->oid = nci_opcode_oid(opcode);
/net/netfilter/
H A Dnf_conntrack_proto_tcp.c401 int opcode=*ptr++; local
404 switch (opcode) {
417 if (opcode == TCPOPT_SACK_PERM
420 else if (opcode == TCPOPT_WINDOW
461 int opcode = *ptr++; local
464 switch (opcode) {
477 if (opcode == TCPOPT_SACK
/net/ipv4/
H A Dtcp_input.c3494 int opcode = *ptr++; local
3497 switch (opcode) {
3509 switch (opcode) {
3647 int opcode = *ptr++; local
3650 switch(opcode) {
3660 if (opcode == TCPOPT_MD5SIG)

Completed in 149 milliseconds