Home
last modified time | relevance | path

Searched refs:_bp (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/afs/
Dfsclient.c21 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()
148 *_bp = bp; in xdr_decode_AFSCallBack()
[all …]
Dyfsclient.c20 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 += xdr_size(x); in xdr_decode_YFSCallBack()
[all …]
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c203 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument
204 bnx2x_cl45_write(_bp, _phy, \
209 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument
210 bnx2x_cl45_read(_bp, _phy, \