Searched refs:_bp (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/afs/ |
D | fsclient.c | 22 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_AFSFid() argument 24 const __be32 *bp = *_bp; in xdr_decode_AFSFid() 29 *_bp = bp; in xdr_decode_AFSFid() 35 static void xdr_decode_AFSFetchStatus(const __be32 **_bp, in xdr_decode_AFSFetchStatus() argument 41 const __be32 *bp = *_bp; in xdr_decode_AFSFetchStatus() 74 *_bp = bp; in xdr_decode_AFSFetchStatus() 128 static void xdr_decode_AFSCallBack(const __be32 **_bp, struct afs_vnode *vnode) in xdr_decode_AFSCallBack() argument 130 const __be32 *bp = *_bp; in xdr_decode_AFSCallBack() 136 *_bp = bp; in xdr_decode_AFSCallBack() 139 static void xdr_decode_AFSCallBack_raw(const __be32 **_bp, in xdr_decode_AFSCallBack_raw() argument [all …]
|
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_link.c | 174 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument 175 bnx2x_cl45_write(_bp, _phy, \ 180 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument 181 bnx2x_cl45_read(_bp, _phy, \
|