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

/linux-master/fs/afs/
H A Dyfsclient.c20 static void xdr_decode_YFSFid(const __be32 **_bp, struct afs_fid *fid) argument
22 const struct yfs_xdr_YFSFid *x = (const void *)*_bp;
28 *_bp += xdr_size(x);
173 static void xdr_decode_YFSFetchStatus(const __be32 **_bp, argument
177 const struct yfs_xdr_YFSFetchStatus *xdr = (const void *)*_bp;
215 *_bp += xdr_size(xdr);
219 xdr_dump_bad(*_bp);
227 static void xdr_decode_YFSCallBack(const __be32 **_bp, argument
231 struct yfs_xdr_YFSCallBack *x = (void *)*_bp;
238 *_bp
244 xdr_decode_YFSVolSync(const __be32 **_bp, struct afs_volsync *volsync) argument
303 xdr_decode_YFSFetchVolumeStatus(const __be32 **_bp, struct afs_volume_status *vs) argument
[all...]
H A Dfsclient.c21 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) argument
23 const __be32 *bp = *_bp;
28 *_bp = bp;
54 static void xdr_decode_AFSFetchStatus(const __be32 **_bp, argument
58 const struct afs_xdr_AFSFetchStatus *xdr = (const void *)*_bp;
123 *_bp = (const void *)*_bp + sizeof(*xdr);
127 xdr_dump_bad(*_bp);
137 static void xdr_decode_AFSCallBack(const __be32 **_bp, argument
142 const __be32 *bp = *_bp;
154 xdr_decode_AFSVolSync(const __be32 **_bp, struct afs_volsync *volsync) argument
175 xdr_encode_AFS_StoreStatus(__be32 **_bp, struct iattr *attr) argument
213 xdr_decode_AFSFetchVolumeStatus(const __be32 **_bp, struct afs_volume_status *vs) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c203 #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, \

Completed in 249 milliseconds