Home
last modified time | relevance | path

Searched refs:__swab32s (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c65 __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/
Dpack_generic.c531 __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 …]
Dsec.c2339 __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()
Dsec_bulk.c818 __swab32s(&bsd->bsd_nob); in bulk_sec_desc_unpack()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dframework.c59 __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 …]
Drpc.h295 __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()
Dping_test.c141 __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()
Dbrw_test.c333 __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/
Dswab.h17 # define swab32s __swab32s
/linux-4.1.27/include/uapi/linux/byteorder/
Dbig_endian.h93 #define __cpu_to_le32s(x) __swab32s((x))
94 #define __le32_to_cpus(x) __swab32s((x))
Dlittle_endian.h99 #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/
Dsocklnd_proto.c671 __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()
Dsocklnd_cb.c1157 __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/
Dspi.c123 __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/
Dspi.c155 __swab32s((u32 *)cmd); in wl12xx_spi_init()
156 __swab32s((u32 *)cmd+1); in wl12xx_spi_init()
/linux-4.1.27/include/uapi/linux/
Dswab.h235 static inline void __swab32s(__u32 *p) in __swab32s() function
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c599 __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()
Dacceptor.c270 __swab32s(&cr.acr_version); in lnet_accept()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2031 __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/
Do2iblnd.c154 __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()
Do2iblnd_cb.c2554 __swab32s(&rej->ibr_magic); in kiblnd_rejected()
2570 __swab32s(&cp->ibcp_max_msg_size); in kiblnd_rejected()