/kernel/linux/linux-5.10/fs/afs/ |
H A D | fsclient.c | 20 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_AFSFid() argument 22 const __be32 *bp = *_bp; in xdr_decode_AFSFid() 27 *_bp = bp; in xdr_decode_AFSFid() 53 static void xdr_decode_AFSFetchStatus(const __be32 **_bp, in xdr_decode_AFSFetchStatus() argument 57 const struct afs_xdr_AFSFetchStatus *xdr = (const void *)*_bp; in xdr_decode_AFSFetchStatus() 122 *_bp = (const void *)*_bp + sizeof(*xdr); in xdr_decode_AFSFetchStatus() 126 xdr_dump_bad(*_bp); in xdr_decode_AFSFetchStatus() 136 static void xdr_decode_AFSCallBack(const __be32 **_bp, in xdr_decode_AFSCallBack() argument 141 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack() 153 xdr_decode_AFSVolSync(const __be32 **_bp, struct afs_volsync *volsync) xdr_decode_AFSVolSync() argument 174 xdr_encode_AFS_StoreStatus(__be32 **_bp, struct iattr *attr) xdr_encode_AFS_StoreStatus() argument 212 xdr_decode_AFSFetchVolumeStatus(const __be32 **_bp, struct afs_volume_status *vs) xdr_decode_AFSFetchVolumeStatus() argument [all...] |
H A D | yfsclient.c | 20 static void xdr_decode_YFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_YFSFid() argument 22 const struct yfs_xdr_YFSFid *x = (const void *)*_bp; in xdr_decode_YFSFid() 28 *_bp += xdr_size(x); in xdr_decode_YFSFid() 180 static void xdr_decode_YFSFetchStatus(const __be32 **_bp, in xdr_decode_YFSFetchStatus() argument 184 const struct yfs_xdr_YFSFetchStatus *xdr = (const void *)*_bp; in xdr_decode_YFSFetchStatus() 222 *_bp += xdr_size(xdr); in xdr_decode_YFSFetchStatus() 226 xdr_dump_bad(*_bp); in xdr_decode_YFSFetchStatus() 234 static void xdr_decode_YFSCallBack(const __be32 **_bp, in xdr_decode_YFSCallBack() argument 238 struct yfs_xdr_YFSCallBack *x = (void *)*_bp; in xdr_decode_YFSCallBack() 245 *_bp in xdr_decode_YFSCallBack() 251 xdr_decode_YFSVolSync(const __be32 **_bp, struct afs_volsync *volsync) xdr_decode_YFSVolSync() argument 307 xdr_decode_YFSFetchVolumeStatus(const __be32 **_bp, struct afs_volume_status *vs) xdr_decode_YFSFetchVolumeStatus() argument [all...] |
/kernel/linux/linux-6.6/fs/afs/ |
H A D | fsclient.c | 21 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_AFSFid() argument 23 const __be32 *bp = *_bp; in xdr_decode_AFSFid() 28 *_bp = bp; in xdr_decode_AFSFid() 54 static void xdr_decode_AFSFetchStatus(const __be32 **_bp, in xdr_decode_AFSFetchStatus() argument 58 const struct afs_xdr_AFSFetchStatus *xdr = (const void *)*_bp; in xdr_decode_AFSFetchStatus() 123 *_bp = (const void *)*_bp + sizeof(*xdr); in xdr_decode_AFSFetchStatus() 127 xdr_dump_bad(*_bp); in xdr_decode_AFSFetchStatus() 137 static void xdr_decode_AFSCallBack(const __be32 **_bp, in xdr_decode_AFSCallBack() argument 142 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack() 154 xdr_decode_AFSVolSync(const __be32 **_bp, struct afs_volsync *volsync) xdr_decode_AFSVolSync() argument 175 xdr_encode_AFS_StoreStatus(__be32 **_bp, struct iattr *attr) xdr_encode_AFS_StoreStatus() argument 213 xdr_decode_AFSFetchVolumeStatus(const __be32 **_bp, struct afs_volume_status *vs) xdr_decode_AFSFetchVolumeStatus() argument [all...] |
H A D | yfsclient.c | 20 static void xdr_decode_YFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_YFSFid() argument 22 const struct yfs_xdr_YFSFid *x = (const void *)*_bp; in xdr_decode_YFSFid() 28 *_bp += xdr_size(x); in xdr_decode_YFSFid() 173 static void xdr_decode_YFSFetchStatus(const __be32 **_bp, in xdr_decode_YFSFetchStatus() argument 177 const struct yfs_xdr_YFSFetchStatus *xdr = (const void *)*_bp; in xdr_decode_YFSFetchStatus() 215 *_bp += xdr_size(xdr); in xdr_decode_YFSFetchStatus() 219 xdr_dump_bad(*_bp); in xdr_decode_YFSFetchStatus() 227 static void xdr_decode_YFSCallBack(const __be32 **_bp, in xdr_decode_YFSCallBack() argument 231 struct yfs_xdr_YFSCallBack *x = (void *)*_bp; in xdr_decode_YFSCallBack() 238 *_bp in xdr_decode_YFSCallBack() 244 xdr_decode_YFSVolSync(const __be32 **_bp, struct afs_volsync *volsync) xdr_decode_YFSVolSync() argument 300 xdr_decode_YFSFetchVolumeStatus(const __be32 **_bp, struct afs_volume_status *vs) xdr_decode_YFSFetchVolumeStatus() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 203 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ 204 bnx2x_cl45_write(_bp, _phy, \ 209 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ 210 bnx2x_cl45_read(_bp, _phy, \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 203 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ 204 bnx2x_cl45_write(_bp, _phy, \ 209 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ 210 bnx2x_cl45_read(_bp, _phy, \
|