Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\rdma\ib_verbs.h Create Date:2022-07-28 07:15:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_get_client_data - Get IB client context*@device:Device to get context for*@client:Client to get context for* ib_get_client_data() returns the client context data set with* ib_set_client_data()

Proto:static inline void *ib_get_client_data(struct ib_device *device, struct ib_client *client)

Type:void

Parameter:

TypeParameterName
struct ib_device *device
struct ib_client *client
2825  Return xa_load() - Load an entry from an XArray.*@xa: XArray.*@index: index into array.* Context: Any context. Takes and releases the RCU lock.* Return: The entry at @index in @xa.