Searched refs:_bp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/afs/ |
| D | fsclient.c | 26 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_AFSFid() argument 28 const __be32 *bp = *_bp; in xdr_decode_AFSFid() 33 *_bp = bp; in xdr_decode_AFSFid() 59 static int xdr_decode_AFSFetchStatus(const __be32 **_bp, in xdr_decode_AFSFetchStatus() argument 63 const struct afs_xdr_AFSFetchStatus *xdr = (const void *)*_bp; in xdr_decode_AFSFetchStatus() 127 *_bp = (const void *)*_bp + sizeof(*xdr); in xdr_decode_AFSFetchStatus() 131 xdr_dump_bad(*_bp); in xdr_decode_AFSFetchStatus() 140 static void xdr_decode_AFSCallBack(const __be32 **_bp, in xdr_decode_AFSCallBack() argument 145 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack() 151 *_bp = bp; in xdr_decode_AFSCallBack() [all …]
|
| D | yfsclient.c | 27 static void xdr_decode_YFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_YFSFid() argument 29 const struct yfs_xdr_YFSFid *x = (const void *)*_bp; in xdr_decode_YFSFid() 35 *_bp += xdr_size(x); in xdr_decode_YFSFid() 182 static int xdr_decode_YFSFetchStatus(const __be32 **_bp, in xdr_decode_YFSFetchStatus() argument 186 const struct yfs_xdr_YFSFetchStatus *xdr = (const void *)*_bp; in xdr_decode_YFSFetchStatus() 224 *_bp += xdr_size(xdr); in xdr_decode_YFSFetchStatus() 228 xdr_dump_bad(*_bp); in xdr_decode_YFSFetchStatus() 235 static void xdr_decode_YFSCallBack(const __be32 **_bp, in xdr_decode_YFSCallBack() argument 239 struct yfs_xdr_YFSCallBack *x = (void *)*_bp; in xdr_decode_YFSCallBack() 247 *_bp += xdr_size(x); in xdr_decode_YFSCallBack() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_link.c | 203 #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, \
|