Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dfsclient.c20 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()
147 *_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()
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()
246 *_bp += xdr_size(x); in xdr_decode_YFSCallBack()
[all …]
/Linux-v5.10/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, \