/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 65 __swab32s(&fid->f_oid); in lustre_swab_lu_fid() 66 __swab32s(&fid->f_ver); in lustre_swab_lu_fid() 85 __swab32s(&log_id->lgl_ogen); in lustre_swab_llog_id() 93 __swab32s(&d->lgd_ctxt_idx); in lustre_swab_llogd_body() 94 __swab32s(&d->lgd_llh_flags); in lustre_swab_llogd_body() 95 __swab32s(&d->lgd_index); in lustre_swab_llogd_body() 96 __swab32s(&d->lgd_saved_index); in lustre_swab_llogd_body() 97 __swab32s(&d->lgd_len); in lustre_swab_llogd_body() 108 __swab32s(&d->lgdc_ctxt_idx); in lustre_swab_llogd_conn_body() 115 __swab32s(&fid->generation); in lustre_swab_ll_fid() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 531 __swab32s(&m->lm_magic); in lustre_unpack_msg_v2() 532 __swab32s(&m->lm_bufcount); in lustre_unpack_msg_v2() 533 __swab32s(&m->lm_secflvr); in lustre_unpack_msg_v2() 534 __swab32s(&m->lm_repsize); in lustre_unpack_msg_v2() 535 __swab32s(&m->lm_cksum); in lustre_unpack_msg_v2() 536 __swab32s(&m->lm_flags); in lustre_unpack_msg_v2() 551 __swab32s(&m->lm_buflens[i]); in lustre_unpack_msg_v2() 1621 __swab32s(&b->pb_type); in lustre_swab_ptlrpc_body() 1622 __swab32s(&b->pb_version); in lustre_swab_ptlrpc_body() 1623 __swab32s(&b->pb_opc); in lustre_swab_ptlrpc_body() [all …]
|
D | sec.c | 2339 __swab32s(&pud->pud_uid); in sptlrpc_unpack_user_desc() 2340 __swab32s(&pud->pud_gid); in sptlrpc_unpack_user_desc() 2341 __swab32s(&pud->pud_fsuid); in sptlrpc_unpack_user_desc() 2342 __swab32s(&pud->pud_fsgid); in sptlrpc_unpack_user_desc() 2343 __swab32s(&pud->pud_cap); in sptlrpc_unpack_user_desc() 2344 __swab32s(&pud->pud_ngroups); in sptlrpc_unpack_user_desc() 2361 __swab32s(&pud->pud_groups[i]); in sptlrpc_unpack_user_desc()
|
D | sec_bulk.c | 818 __swab32s(&bsd->bsd_nob); in bulk_sec_desc_unpack()
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | framework.c | 59 __swab32s(&(id).pid); \ 70 __swab32s(&(fc).running_ms); \ 71 __swab32s(&(fc).active_batches); \ 72 __swab32s(&(fc).zombie_sessions); \ 73 __swab32s(&(fc).brw_errors); \ 74 __swab32s(&(fc).ping_errors); \ 79 __swab32s(&(rc).errors); \ 80 __swab32s(&(rc).rpcs_sent); \ 81 __swab32s(&(rc).rpcs_rcvd); \ 82 __swab32s(&(rc).rpcs_dropped); \ [all …]
|
D | rpc.h | 295 __swab32s(&msg->msg_type); in srpc_unpack_msg_hdr() 296 __swab32s(&msg->msg_version); in srpc_unpack_msg_hdr() 297 __swab32s(&msg->msg_ses_feats); in srpc_unpack_msg_hdr() 298 __swab32s(&msg->msg_reserved0); in srpc_unpack_msg_hdr() 299 __swab32s(&msg->msg_reserved1); in srpc_unpack_msg_hdr()
|
D | ping_test.c | 141 __swab32s(&reply->pnr_seq); in ping_client_done_rpc() 142 __swab32s(&reply->pnr_magic); in ping_client_done_rpc() 143 __swab32s(&reply->pnr_status); in ping_client_done_rpc() 185 __swab32s(&req->pnr_seq); in ping_server_handle() 186 __swab32s(&req->pnr_magic); in ping_server_handle()
|
D | brw_test.c | 333 __swab32s(&reply->brw_status); in brw_client_done_rpc() 432 __swab32s(&reqst->brw_rw); in brw_server_handle() 433 __swab32s(&reqst->brw_len); in brw_server_handle() 434 __swab32s(&reqst->brw_flags); in brw_server_handle()
|
/linux-4.1.27/include/linux/ |
D | swab.h | 17 # define swab32s __swab32s
|
/linux-4.1.27/include/uapi/linux/byteorder/ |
D | big_endian.h | 93 #define __cpu_to_le32s(x) __swab32s((x)) 94 #define __le32_to_cpus(x) __swab32s((x))
|
D | little_endian.h | 99 #define __cpu_to_be32s(x) __swab32s((x)) 100 #define __be32_to_cpus(x) __swab32s((x))
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_proto.c | 671 __swab32s(&hello->kshm_src_pid); in ksocknal_recv_hello_v2() 673 __swab32s(&hello->kshm_dst_pid); in ksocknal_recv_hello_v2() 677 __swab32s(&hello->kshm_ctype); in ksocknal_recv_hello_v2() 678 __swab32s(&hello->kshm_nips); in ksocknal_recv_hello_v2() 701 __swab32s(&hello->kshm_ips[i]); in ksocknal_recv_hello_v2()
|
D | socklnd_cb.c | 1157 __swab32s(&conn->ksnc_msg.ksm_type); in ksocknal_process_receive() 1158 __swab32s(&conn->ksnc_msg.ksm_csum); in ksocknal_process_receive()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | spi.c | 123 __swab32s((u32 *)cmd); in wl1251_spi_wake() 124 __swab32s((u32 *)cmd+1); in wl1251_spi_wake()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | spi.c | 155 __swab32s((u32 *)cmd); in wl12xx_spi_init() 156 __swab32s((u32 *)cmd+1); in wl12xx_spi_init()
|
/linux-4.1.27/include/uapi/linux/ |
D | swab.h | 235 static inline void __swab32s(__u32 *p) in __swab32s() function
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | router.c | 599 __swab32s(&info->pi_magic); in lnet_swap_pinginfo() 600 __swab32s(&info->pi_features); in lnet_swap_pinginfo() 601 __swab32s(&info->pi_pid); in lnet_swap_pinginfo() 602 __swab32s(&info->pi_nnis); in lnet_swap_pinginfo() 606 __swab32s(&stat->ns_status); in lnet_swap_pinginfo()
|
D | acceptor.c | 270 __swab32s(&cr.acr_version); in lnet_accept()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2031 __swab32s(&h->hai_len); in lustre_swab_hai() 2032 __swab32s(&h->hai_action); in lustre_swab_hai() 2046 __swab32s(&h->hal_version); in lustre_swab_hal() 2047 __swab32s(&h->hal_count); in lustre_swab_hal() 2048 __swab32s(&h->hal_archive_id); in lustre_swab_hal()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 154 __swab32s(&rd->rd_key); in kiblnd_unpack_rd() 155 __swab32s(&rd->rd_nfrags); in kiblnd_unpack_rd() 179 __swab32s(&rd->rd_frags[i].rf_nob); in kiblnd_unpack_rd() 306 __swab32s(&msg->ibm_u.completion.ibcm_status); in kiblnd_unpack_msg() 314 __swab32s(&msg->ibm_u.connparams.ibcp_max_msg_size); in kiblnd_unpack_msg()
|
D | o2iblnd_cb.c | 2554 __swab32s(&rej->ibr_magic); in kiblnd_rejected() 2570 __swab32s(&cp->ibcp_max_msg_size); in kiblnd_rejected()
|