/linux/drivers/infiniband/core/ |
H A D | packer.c | 39 static u64 value_read(int offset, int size, void *structure) in value_read() argument 42 case 1: return *(u8 *) (structure + offset); in value_read() 43 case 2: return be16_to_cpup((__be16 *) (structure + offset)); in value_read() 44 case 4: return be32_to_cpup((__be32 *) (structure + offset)); in value_read() 45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read() 53 * ib_pack - Pack a structure into a buffer 54 * @desc:Array of structure field descriptions 56 * @structure:Structure to pack from 59 * ib_pack() packs a list of structure fields into a buffer, 64 void *structure, in ib_pack() argument [all …]
|
/linux/include/uapi/linux/ |
H A D | isst_if.h | 53 * struct isst_if_cpu_maps - structure for CPU map IOCTL 55 * @cpu_map[]: Holds one or more CPU map data structure 57 * This structure used with ioctl ISST_IF_GET_PHY_ID to send 74 * Structure to specify read/write data to PUNIT registers. 84 * struct isst_if_io_regs - structure for IO register commands 86 * @io_reg[]: Holds one or more io_reg command structure 88 * This structure used with ioctl ISST_IF_IO_CMD to send 99 * struct isst_if_mbox_cmd - Structure to define mail box command 108 * Structure to specify mailbox command to be sent to PUNIT. 121 * struct isst_if_mbox_cmds - structure for mailbox commands [all …]
|
/linux/arch/arm/nwfpe/ |
H A D | ChangeLog | 12 - remove userRegisters pointer from this structure. 18 * The FPA11 structure is not a kernel-specific data structure. 21 FPA11 structure (size or position of elements contained 24 * Since 128-bit float requires the FPA11 structure to change 27 overflow the available space in the task structure. 36 * fpa11.c - Changes due to FPA11, FPREG structure alterations. 37 * fpa11_cpdo.c - Changes due to FPA11, FPREG structure alterations. 38 * fpa11_cpdt.c - Changes due to FPA11, FPREG structure alterations. 39 * fpa11_cprt.c - Changes due to FPA11, FPREG structure alterations. 40 * single_cpdo.c - Changes due to FPA11, FPREG structure alterations. [all …]
|
/linux/drivers/net/ethernet/agere/ |
H A D | et131x.h | 87 /* structure for power management control status reg in global address map 183 /* structure for txdma packet ring base address hi reg in txdma address map 188 /* structure for txdma packet ring base address low reg in txdma address map 193 /* structure for txdma packet ring number of descriptor reg in txdma address 221 * structure for txdma service complete reg in txdma address map at 0x1028 271 /* structure for control status reg in rxdma address map 300 /* structure for dma writeback lo reg in rxdma address map 305 /* structure for dma writeback hi reg in rxdma address map 310 /* structure for number of packets done reg in rxdma address map 317 /* structure for max packet time reg in rxdma address map [all …]
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | amd_acpi.h | 30 u16 size; /* structure size in bytes (includes size field) */ 37 u16 size; /* structure size in bytes (includes size field) */ 44 u16 size; /* structure size in bytes (includes size field) */ 56 u16 size; /* structure size in bytes (includes size field) */ 68 u16 size; /* structure size in bytes (includes size field) */ 85 u16 size; /* structure size in bytes (includes size field) */ 93 u16 size; /* structure size in bytes (includes size field) */ 102 u16 size; /* structure size in bytes (includes size field) */ 107 u16 size; /* structure size in bytes (includes size field) */ 154 * WORD - structure size in bytes (includes size field) [all …]
|
/linux/Documentation/RCU/Design/Data-Structures/ |
H A D | Data-Structures.rst | 15 Data-Structure Relationships 27 This diagram shows an enclosing ``rcu_state`` structure containing a tree 31 This structure is adjusted at boot time, if needed, to handle the common 47 structure. 105 structure need advance to the ``rcu_node`` structure at the next level 106 up the tree. This means that at the leaf-level ``rcu_node`` structure, 113 period will progress all the way to the root ``rcu_node`` structure, 115 structure remains acceptably low. 138 are protected by the corresponding root ``rcu_node`` structure's lock. 139 #. Each ``rcu_node`` structure has a spinlock. [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_acpi.h | 71 * WORD - structure size in bytes (includes size field) 102 * WORD - structure size in bytes (includes size field) 108 * WORD - structure size in bytes (includes size field) 126 * WORD - structure size in bytes (includes size field) 162 * WORD - structure size in bytes (includes size field) 166 * WORD - structure size in bytes (includes size field) 185 * WORD - structure size in bytes (includes size field) 195 * WORD - structure size in bytes (includes size field) 210 * WORD - structure size in bytes (includes size field) 219 * WORD - structure size in bytes (includes size field) [all …]
|
/linux/include/linux/ |
H A D | nvme-fc-driver.h | 24 * struct nvmefc_ls_req - Request structure passed from the transport 43 * @private: pointer to memory allocated alongside the ls request structure 50 * request structure. Status argument must be 0 upon success, a 70 * struct nvmefc_ls_rsp - Structure passed from the transport to the LLDD 72 * NVME-FC LS request. The structure originates in the LLDD 74 * transport routine. As such, the structure represents the 84 * The structure is allocated by the LLDD whenever a LS Request is received 85 * from the FC link. The address of the structure is passed to the nvmet-fc 88 * The address of the structure is to be passed back to the LLDD 90 * map back to the LLDD exchange structure which maintains information such [all …]
|
H A D | completion.h | 15 * struct completion - structure used to maintain state for a "completion" 17 * This is the opaque structure used to maintain the state for a "completion". 45 * DECLARE_COMPLETION - declare and initialize a completion structure 46 * @work: identifier for the completion structure 48 * This macro declares and initializes a completion structure. Generally used 61 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure 62 * @work: identifier for the completion structure 64 * This macro declares and initializes a completion structure on the kernel 79 * @x: pointer to completion structure that is to be initialized 82 * structure. [all …]
|
/linux/drivers/tc/ |
H A D | tc-driver.c | 21 * @drv: the driver structure to register 23 * Adds the driver structure to the list of registered drivers 36 * @drv: the driver structure to unregister 38 * Deletes the driver structure from the list of registered TC drivers, 50 * tc_match_device - tell if a TC device structure has a matching 51 * TC device ID structure 53 * @tdev: the TC device structure to match against 57 * tc_device_id structure or %NULL if there is no match. 76 * tc_bus_match - Tell if a device structure has a matching 77 * TC device ID structure [all …]
|
/linux/include/net/iucv/ |
H A D | iucv.h | 97 * handler: address of iucv handler structure 143 * structure and "asks" the handler if this path belongs to the 200 * @handler: address of iucv handler structure 212 * @handler: address of iucv handler structure 225 * Allocate a new path structure for use with iucv_connect. 228 * path structure. 244 * @path: address of iucv path structure 246 * Frees a path structure. 255 * @path: address of iucv path structure 256 * @handler: address of iucv handler structure [all …]
|
/linux/kernel/rcu/ |
H A D | rcu_segcblist.c | 26 * Enqueue an rcu_head structure onto the specified callback list. 36 * Flush the second rcu_cblist structure onto the first one, obliterating 38 * element of the second rcu_cblist structure, but ensuring that the second 39 * rcu_cblist structure, if initially non-empty, always appears non-empty 40 * throughout the process. If rdp is NULL, the second rcu_cblist structure 64 * Dequeue the oldest rcu_head structure from the specified callback 81 /* Set the length of an rcu_segcblist structure. */ 91 /* Get the length of a segment of the rcu_segcblist structure. */ 109 /* Set the length of a segment of the rcu_segcblist structure. */ 144 * Increase the numeric length of an rcu_segcblist structure by the [all …]
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder.h | 103 * @dev: Pointer to drm device structure 105 * @disp_info: Pointer to display information structure 115 * @drm_enc: Pointer to previously created drm encoder structure 122 * @drm_enc: Pointer to previously created drm encoder structure 128 * @drm_enc: Pointer to previously created drm encoder structure 134 * @drm_enc: Pointer to previously created drm encoder structure 141 * @drm_enc: Pointer to previously created drm encoder structure 148 * @drm_enc: Pointer to previously created drm encoder structure 155 * @drm_enc: Pointer to previously created drm encoder structure 161 * @drm_enc: Pointer to previously created drm encoder structure [all …]
|
/linux/drivers/misc/mei/ |
H A D | hw-txe.c | 56 * @hw: the txe hardware structure 72 * @hw: the txe hardware structure 89 * @hw: the txe hardware structure 104 * @hw: the txe hardware structure 119 * @hw: the txe hardware structure 133 * @hw: the txe hardware structure 146 * @dev: the device structure 176 * @dev: the device structure 195 * @dev: the device structure 212 * @dev: the device structure [all …]
|
/linux/Documentation/admin-guide/kdump/ |
H A D | vmcoreinfo.rst | 9 information from the kernel like structure size, page size, symbol 36 data structure used to store information returned by the uname(2) system 87 Makedumpfile gets the pglist_data structure from this symbol, which is 95 The address of the mem_section array, its length, structure size, and 110 The size of a page structure. struct page is an important data structure 116 The size of a pglist_data structure. This value is used to check if the 117 pglist_data structure is valid. It is also used for checking the memory 123 The size of a zone structure. This value is used to check if the zone 124 structure has been found. It is also used for excluding free pages. 129 The size of a free_area structure. It indicates whether the free_area [all …]
|
/linux/drivers/rapidio/ |
H A D | rio-driver.c | 18 * rio_match_device - Tell if a RIO device has a matching RIO device id structure 19 * @id: the RIO device id structure to match against 20 * @rdev: the RIO device structure to match against 23 * matches a device id structure provided by a RIO driver. Returns the 44 * rio_dev_get - Increments the reference count of the RIO device structure 63 * rio_dev_put - Release a use of the RIO device structure 78 * rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure 79 * @dev: the RIO device structure to match against 109 * @dev: the RIO device structure to match against 142 * @rdrv: the RIO driver structure to register [all …]
|
/linux/drivers/dio/ |
H A D | dio-driver.c | 19 * dio_match_device - Tell if a DIO device structure has a matching DIO device id structure 21 * @d: the DIO device structure to match against 25 * dio_device_id structure or %NULL if there is no match. 70 * @drv: the driver structure to register 72 * Adds the driver structure to the list of registered drivers 89 * @drv: the driver structure to unregister 91 * Deletes the driver structure from the list of registered DIO drivers, 104 * dio_bus_match - Tell if a DIO device structure has a matching DIO device id structure 105 * @dev: the DIO device structure to match against
|
/linux/drivers/edac/ |
H A D | edac_device.h | 82 /* edac_dev_sysfs_attribute structure 93 /* edac_dev_sysfs_block_attribute structure 97 * each block in each instance of the containing control structure can 106 /* device block control structure */ 122 /* device instance control structure */ 138 * Abstract edac_device control info structure 183 struct device *dev; /* pointer to device structure */ 202 /* Number of instances supported on this control structure 213 * device this structure controls 218 /* To get from the instance's wq to the beginning of the ctl structure */ [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_mbx.c | 9 * @hw: pointer to the hardware structure 89 * 1. The mailbox snapshot structure, ice_mbx_snapshot, is initialized during 95 * interrupt, the structure ice_mbx_snapshot is expected to be cleared before 98 * ice_mbx_reset_vf_info() for each VF tracking structure. 105 * 4. Every time a message is read from the MBX queue, a tracking structure 114 * structure for each VF. The PF should clear the VF tracking structure if the 129 * ice_mbx_reset_snapshot - Reset mailbox snapshot structure 136 /* Clear mbx_buf in the mailbox snaphot structure and setting the in ice_mbx_reset_snapshot() 188 * @vf_info: mailbox tracking structure for a VF 216 * @mbx_data: pointer to structure containing mailbox data [all …]
|
/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_ethtool.c | 68 * @netdev: Network interface device structure 103 * @netdev: Network interface device structure 154 * @netdev: Network interface device structure 164 * @netdev: Network interface device structure 165 * @drvinfo: Driver information structure 180 * @netdev: Network interface device structure 181 * @regs: Ethtool register structure 205 * @netdev: Network interface device structure 228 * @netdev: Network interface device structure 257 * @netdev: Network interface device structure [all …]
|
/linux/drivers/zorro/ |
H A D | zorro-driver.c | 21 * zorro_match_device - Tell if a Zorro device structure has a matching 22 * Zorro device id structure 24 * @dev: the Zorro device structure to match against 28 * zorro_device_id structure or %NULL if there is no match. 75 * @drv: the driver structure to register 77 * Adds the driver structure to the list of registered drivers 95 * @drv: the driver structure to unregister 97 * Deletes the driver structure from the list of registered Zorro drivers, 111 * zorro_bus_match - Tell if a Zorro device structure has a matching Zorro 112 * device id structure [all …]
|
/linux/include/linux/fsl/bestcomm/ |
H A D | bestcomm.h | 20 * struct bcom_bd - Structure describing a generic BestComm buffer descriptor 38 * struct bcom_task - Structure describing a loaded BestComm task 40 * This structure is never built by the driver it self. It's built and 44 * Most likely you don't need to poke around inside this structure. The 68 * @tsk: The BestComm task structure 77 * @tsk: The BestComm task structure 87 * @tsk: The BestComm task structure 101 * @tsk: pointer to task structure 112 * @tsk: pointer to task structure 124 * @tsk: The BestComm task structure [all …]
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_mb.c | 52 * @mbp: Mailbox structure 67 * @hw: The HW structure 68 * @mbp: Mailbox structure 100 * @hw: The HW structure 101 * @mbp: Mailbox structure 134 * @hw: The HW structure 135 * @mbp: Mailbox structure 155 * @hw: The HW structure 156 * @mbp: Mailbox structure 180 * @hw: The HW structure [all …]
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_frame_public.h | 43 /* Frame plane structure. This describes one plane in an image 140 /* Frame structure. This structure describes an image buffer or frame. 141 * This is the main structure used for all input and output images. 200 /* @brief Allocate a CSS frame structure 210 * Allocate a CSS frame structure. The memory for the frame data will be 221 /* @brief Initialize a CSS frame structure using a frame info structure. 224 * @param[in] info The frame info structure. 232 /* @brief Allocate a CSS frame structure using a frame info structure. 235 * @param[in] info The frame info structure. 245 /* @brief Free a CSS frame structure. [all …]
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_fdir.c | 32 * @adapter: pointer to the VF adapter structure 33 * @fltr: Flow Director filter data structure 97 * @fltr: Flow Director filter data structure 108 * @fltr: Flow Director filter data structure 109 * @proto_hdrs: Flow Director protocol headers data structure 181 * @fltr: Flow Director filter data structure 182 * @proto_hdrs: Flow Director protocol headers data structure 223 * @fltr: Flow Director filter data structure 224 * @proto_hdrs: Flow Director protocol headers data structure 275 * @fltr: Flow Director filter data structure [all …]
|