Searched refs:_bp (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | fsclient.c | 20 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 …]
|
| H A D | yfsclient.c | 20 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() 245 *_bp += xdr_size(x); in xdr_decode_YFSCallBack() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | 802.11.h | 4812 #define FTM_PARAMS_SET_BURST_PERIOD(_p, _bp) do {\ argument 4813 (_p)->info[7] = (_bp) & 0xff; \ 4814 (_p)->info[8] = ((_bp) >> 8) & 0xff; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | 802.11.h | 4918 #define FTM_PARAMS_SET_BURST_PERIOD(_p, _bp) do {\ argument 4919 (_p)->info[7] = (_bp) & 0xff; \ 4920 (_p)->info[8] = ((_bp) >> 8) & 0xff; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | 802.11.h | 4959 #define FTM_PARAMS_SET_BURST_PERIOD(_p, _bp) do {\ argument 4960 (_p)->info[7] = (_bp) & 0xff; \ 4961 (_p)->info[8] = ((_bp) >> 8) & 0xff; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | 802.11.h | 4959 #define FTM_PARAMS_SET_BURST_PERIOD(_p, _bp) do {\ argument 4960 (_p)->info[7] = (_bp) & 0xff; \ 4961 (_p)->info[8] = ((_bp) >> 8) & 0xff; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | 802.11.h | 5491 #define FTM_PARAMS_SET_BURST_PERIOD(_p, _bp) do {\ argument 5492 (_p)->info[7] = (_bp) & 0xff; \ 5493 (_p)->info[8] = ((_bp) >> 8) & 0xff; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | 802.11.h | 5491 #define FTM_PARAMS_SET_BURST_PERIOD(_p, _bp) do {\ argument 5492 (_p)->info[7] = (_bp) & 0xff; \ 5493 (_p)->info[8] = ((_bp) >> 8) & 0xff; \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A 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, \
|