/linux/include/linux/surface_aggregator/ |
H A D | serial_hub.h | 102 __le16 rqid; member 217 static inline u16 ssh_rqid_next_valid(u16 rqid) in ssh_rqid_next_valid() argument 219 return rqid > 0 ? rqid + 1u : rqid + SSH_NUM_EVENTS + 1u; in ssh_rqid_next_valid() 226 static inline u16 ssh_rqid_to_event(u16 rqid) in ssh_rqid_to_event() argument 228 return rqid - 1u; in ssh_rqid_to_event() 235 static inline bool ssh_rqid_is_event(u16 rqid) in ssh_rqid_is_event() argument 237 return ssh_rqid_to_event(rqid) < SSH_NUM_EVENTS; in ssh_rqid_is_event()
|
/linux/drivers/platform/surface/aggregator/ |
H A D | controller.c | 470 if (!ssh_rqid_is_event(rqid)) { in ssam_nf_call() 700 u8 tid, u16 rqid) in ssam_cplt_get_event_queue() argument 705 if (!ssh_rqid_is_event(rqid)) { in ssam_cplt_get_event_queue() 995 item->rqid = get_unaligned_le16(&cmd->rqid); in ssam_handle_event() 1512 u16 rqid; in ssam_request_write_data() local 1523 rqid = ssh_rqid_next(&ctrl->counter.rqid); in ssam_request_write_data() 1886 if (!ssh_rqid_is_event(rqid)) in __ssam_ssh_event_request() 2335 if (!ssh_rqid_is_event(rqid)) in ssam_notifier_register() 2404 if (!ssh_rqid_is_event(rqid)) in __ssam_notifier_unregister() 2476 if (!ssh_rqid_is_event(rqid)) in ssam_controller_event_enable() [all …]
|
H A D | trace.h | 263 #define ssam_show_request_id(rqid) \ argument 264 __print_symbolic(rqid, \ 357 __field(u16, rqid) 367 __entry->rqid = get_unaligned_le16(&cmd->rqid); 377 __entry->rqid, 477 __field(u32, rqid) 491 __entry->rqid = ssam_trace_get_request_id(p); 502 ssam_show_request_id(__entry->rqid), 526 __field(u32, rqid) 541 __entry->rqid = ssam_trace_get_request_id(p); [all …]
|
H A D | ssh_request_layer.c | 89 + SSH_MSGOFFSET_COMMAND(rqid)); in ssh_request_get_rqid() 473 u16 rqid = get_unaligned_le16(&command->rqid); in ssh_rtl_complete() local 484 if (unlikely(ssh_request_get_rqid(p) != rqid)) in ssh_rtl_complete() 517 rqid); in ssh_rtl_complete() 550 rqid); in ssh_rtl_complete() 904 get_unaligned_le16(&cmd->rqid)); in ssh_rtl_rx_event() 934 if (ssh_rqid_is_event(get_unaligned_le16(&command->rqid))) in ssh_rtl_rx_command()
|
H A D | controller.h | 89 u16 rqid; member 209 struct ssh_rqid_counter rqid; member
|
H A D | ssh_msgb.h | 172 static inline void msgb_push_cmd(struct msgbuf *msgb, u8 seq, u16 rqid, in msgb_push_cmd() argument 195 __msgb_push_u16(msgb, rqid); /* Request ID. */ in msgb_push_cmd()
|
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_queue.c | 145 cqid, rqid, cqe_size_log2, in fun_cq_create() 423 funq->rqid = funq->cqid; in fun_alloc_queue() 424 funq->sqid = funq->rqid + 1; in fun_alloc_queue() 428 funq->rqid = 1; in fun_alloc_queue() 489 unsigned int rqid; in fun_create_cq() local 492 rqid = funq->cq_flags & FUN_ADMIN_EPCQ_CREATE_FLAG_RQ ? in fun_create_cq() 493 funq->rqid : FUN_HCI_ID_INVALID; in fun_create_cq() 494 rc = fun_cq_create(fdev, funq->cq_flags, funq->cqid, rqid, in fun_create_cq() 530 funq->cq_vector, 0, 0, PAGE_SHIFT, &funq->rqid, in fun_create_rq() 533 dev_dbg(fdev->dev, "created RQ %u\n", funq->rqid); in fun_create_rq() [all …]
|
H A D | fun_queue.h | 43 u32 rqid; member 137 int fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid,
|
/linux/include/xen/interface/io/ |
H A D | vscsiif.h | 247 uint16_t rqid; /* private guest value, echoed in resp */ member 273 uint16_t rqid; /* identifies request */ member
|
/linux/drivers/scsi/ |
H A D | xen-scsifront.c | 80 uint16_t rqid; member 198 shadow->rqid = id; in scsifront_do_request() 203 ring_req->rqid = id; in scsifront_do_request() 307 id = ring_rsp->rqid; in scsifront_cdb_cmd_done() 334 uint16_t id = ring_rsp->rqid; in scsifront_sync_cmd_done() 369 if (ring_rsp->rqid >= VSCSIIF_MAX_REQS || in scsifront_do_response() 370 !info->shadow[ring_rsp->rqid]->inflight) { in scsifront_do_response() 374 shadow = info->shadow[ring_rsp->rqid]; in scsifront_do_response() 462 resp.rqid = i; in scsifront_finish_all() 679 shadow->ref_rqid = s->rqid; in scsifront_action_handler() [all …]
|
/linux/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 137 const u16 rqid = ssh_tc_to_rqid(tc); in ssam_cdev_notifier_register() local 138 const u16 event = ssh_rqid_to_event(rqid); in ssam_cdev_notifier_register() 145 if (!ssh_rqid_is_event(rqid)) in ssam_cdev_notifier_register() 189 const u16 rqid = ssh_tc_to_rqid(tc); in ssam_cdev_notifier_unregister() local 190 const u16 event = ssh_rqid_to_event(rqid); in ssam_cdev_notifier_unregister() 196 if (!ssh_rqid_is_event(rqid)) in ssam_cdev_notifier_unregister()
|
/linux/include/uapi/rdma/ |
H A D | cxgb4-abi.h | 81 __u32 rqid; member
|
/linux/drivers/xen/ |
H A D | xen-scsiback.c | 115 uint16_t rqid; member 349 uint16_t rqid) in scsiback_send_response() argument 363 ring_res->rqid = rqid; in scsiback_send_response() 389 resid, pending_req->rqid); in scsiback_do_resp_with_sense() 427 se_cmd->tag = pending_req->rqid; in scsiback_cmd_exec() 737 pending_req->rqid = ring_req->rqid; in prepare_pending_reqs() 788 ring_req.rqid); in scsiback_do_cmd_fn()
|
/linux/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 44 unsigned char rqid[2]; /* rqid. internal to 603 */ member
|
H A D | zcrypt_msgtype6.c | 461 .rqid = {0x00, 0x01}, in xcrb_msg_to_type6_ep11cprb_msgx()
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | qp.c | 2258 uresp.rqid = qhp->wq.rq.qid; in c4iw_create_qp()
|