/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 273 unsigned int slotid; member 305 static void xhci_kick_ep(XHCIState *xhci, unsigned int slotid, 308 static TRBCCode xhci_disable_ep(XHCIState *xhci, unsigned int slotid, 615 ev_trb.control = (event->slotid << 24) | (event->epid << 16) | in xhci_write_event() 895 unsigned int slotid, in xhci_epmask_to_eps_with_streams() argument 905 assert(slotid >= 1 && slotid <= xhci->numslots); in xhci_epmask_to_eps_with_streams() 907 slot = &xhci->slots[slotid - 1]; in xhci_epmask_to_eps_with_streams() 928 static void xhci_free_device_streams(XHCIState *xhci, unsigned int slotid, in xhci_free_device_streams() argument 934 nr_eps = xhci_epmask_to_eps_with_streams(xhci, slotid, epmask, NULL, eps); in xhci_free_device_streams() 940 static TRBCCode xhci_alloc_device_streams(XHCIState *xhci, unsigned int slotid, in xhci_alloc_device_streams() argument [all …]
|
H A D | trace-events | 165 usb_xhci_slot_enable(uint32_t slotid) "slotid %d" 166 usb_xhci_slot_disable(uint32_t slotid) "slotid %d" 167 usb_xhci_slot_address(uint32_t slotid, const char *port) "slotid %d, port %s" 168 usb_xhci_slot_configure(uint32_t slotid) "slotid %d" 169 usb_xhci_slot_evaluate(uint32_t slotid) "slotid %d" 170 usb_xhci_slot_reset(uint32_t slotid) "slotid %d" 171 usb_xhci_ep_enable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d" 172 usb_xhci_ep_disable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d" 173 usb_xhci_ep_set_dequeue(uint32_t slotid, uint32_t epid, uint32_t streamid, uint64_t param) "slotid … 174 usb_xhci_ep_kick(uint32_t slotid, uint32_t epid, uint32_t streamid) "slotid %d, epid %d, streamid %… [all …]
|
H A D | hcd-xhci.h | 148 uint8_t slotid; member
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4session.c | 85 u32 slotid = slot->slot_nr; in nfs4_free_slot() local 88 __clear_bit(slotid, tbl->used_slots); in nfs4_free_slot() 91 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot() 92 u32 new_max = find_last_bit(tbl->used_slots, slotid); in nfs4_free_slot() 93 if (new_max < slotid) in nfs4_free_slot() 101 slotid, tbl->highest_used_slotid); in nfs4_free_slot() 105 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_new_slot() argument 112 slot->slot_nr = slotid; in nfs4_new_slot() 121 u32 slotid, u32 seq_init, gfp_t gfp_mask) in nfs4_find_or_create_slot() argument 135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot() [all …]
|
H A D | nfs4session.h | 87 extern struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid); 89 u32 slotid, u32 seq_nr, 104 u32 slotid) in nfs4_test_locked_slot() argument 106 return !!test_bit(slotid, tbl->used_slots); in nfs4_test_locked_slot()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ultravisor.h | 64 u64 flags, u64 slotid) in uv_register_mem_slot() argument 67 size, flags, slotid); in uv_register_mem_slot() 70 static inline int uv_unregister_mem_slot(u64 lpid, u64 slotid) in uv_unregister_mem_slot() argument 72 return ucall_norets(UV_UNREGISTER_MEM_SLOT, lpid, slotid); in uv_unregister_mem_slot()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | ultravisor.rst | 570 uint16_t slotid) /* slot identifier */ 582 * U_P5 if the ``slotid`` parameter is unsupported. 619 uint64_t slotid) /* reservation slotid */ 629 * U_P2 if ``slotid`` is invalid. 635 Release the memory slot identified by ``slotid`` and free any
|
/openbmc/linux/fs/nfsd/ |
H A D | xdr4.h | 438 u32 slotid; /* request/response */ member
|
H A D | nfs4state.c | 3993 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence() 3996 slot = session->se_slots[seq->slotid]; in nfsd4_sequence() 3997 dprintk("%s: slotid %d\n", __func__, seq->slotid); in nfsd4_sequence()
|
H A D | nfs4xdr.c | 1857 seq->slotid = be32_to_cpup(p++); in nfsd4_decode_sequence() 4633 *p++ = cpu_to_be32(seq->slotid); in nfsd4_encode_sequence()
|
/openbmc/linux/Documentation/trace/ |
H A D | hisi-ptt.rst | 143 calculated from its PCI Slot ID as (slotid & 7) * 2. The value for a Requester
|