Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c64 __swab32s(&fid->f_oid); in lustre_swab_lu_fid()
65 __swab32s(&fid->f_ver); in lustre_swab_lu_fid()
84 __swab32s(&log_id->lgl_ogen); in lustre_swab_llog_id()
91 __swab32s(&d->lgd_ctxt_idx); in lustre_swab_llogd_body()
92 __swab32s(&d->lgd_llh_flags); in lustre_swab_llogd_body()
93 __swab32s(&d->lgd_index); in lustre_swab_llogd_body()
94 __swab32s(&d->lgd_saved_index); in lustre_swab_llogd_body()
95 __swab32s(&d->lgd_len); in lustre_swab_llogd_body()
106 __swab32s(&d->lgdc_ctxt_idx); in lustre_swab_llogd_conn_body()
113 __swab32s(&fid->generation); in lustre_swab_ll_fid()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c515 __swab32s(&m->lm_magic); in lustre_unpack_msg_v2()
516 __swab32s(&m->lm_bufcount); in lustre_unpack_msg_v2()
517 __swab32s(&m->lm_secflvr); in lustre_unpack_msg_v2()
518 __swab32s(&m->lm_repsize); in lustre_unpack_msg_v2()
519 __swab32s(&m->lm_cksum); in lustre_unpack_msg_v2()
520 __swab32s(&m->lm_flags); in lustre_unpack_msg_v2()
535 __swab32s(&m->lm_buflens[i]); in lustre_unpack_msg_v2()
1467 __swab32s(&b->pb_type); in lustre_swab_ptlrpc_body()
1468 __swab32s(&b->pb_version); in lustre_swab_ptlrpc_body()
1469 __swab32s(&b->pb_opc); in lustre_swab_ptlrpc_body()
[all …]
Dsec.c2218 __swab32s(&pud->pud_uid); in sptlrpc_unpack_user_desc()
2219 __swab32s(&pud->pud_gid); in sptlrpc_unpack_user_desc()
2220 __swab32s(&pud->pud_fsuid); in sptlrpc_unpack_user_desc()
2221 __swab32s(&pud->pud_fsgid); in sptlrpc_unpack_user_desc()
2222 __swab32s(&pud->pud_cap); in sptlrpc_unpack_user_desc()
2223 __swab32s(&pud->pud_ngroups); in sptlrpc_unpack_user_desc()
2240 __swab32s(&pud->pud_groups[i]); in sptlrpc_unpack_user_desc()
Dsec_bulk.c485 __swab32s(&bsd->bsd_nob); in bulk_sec_desc_unpack()
/linux-4.4.14/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.h287 __swab32s(&msg->msg_type); in srpc_unpack_msg_hdr()
288 __swab32s(&msg->msg_version); in srpc_unpack_msg_hdr()
289 __swab32s(&msg->msg_ses_feats); in srpc_unpack_msg_hdr()
290 __swab32s(&msg->msg_reserved0); in srpc_unpack_msg_hdr()
291 __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.4.14/include/linux/
Dswab.h17 # define swab32s __swab32s
/linux-4.4.14/include/uapi/linux/byteorder/
Dlittle_endian.h99 #define __cpu_to_be32s(x) __swab32s((x))
100 #define __be32_to_cpus(x) __swab32s((x))
Dbig_endian.h93 #define __cpu_to_le32s(x) __swab32s((x))
94 #define __le32_to_cpus(x) __swab32s((x))
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c668 __swab32s(&hello->kshm_src_pid); in ksocknal_recv_hello_v2()
670 __swab32s(&hello->kshm_dst_pid); in ksocknal_recv_hello_v2()
674 __swab32s(&hello->kshm_ctype); in ksocknal_recv_hello_v2()
675 __swab32s(&hello->kshm_nips); in ksocknal_recv_hello_v2()
698 __swab32s(&hello->kshm_ips[i]); in ksocknal_recv_hello_v2()
Dsocklnd_cb.c1155 __swab32s(&conn->ksnc_msg.ksm_type); in ksocknal_process_receive()
1156 __swab32s(&conn->ksnc_msg.ksm_csum); in ksocknal_process_receive()
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lnet/lnet/
Drouter.c587 __swab32s(&info->pi_magic); in lnet_swap_pinginfo()
588 __swab32s(&info->pi_features); in lnet_swap_pinginfo()
589 __swab32s(&info->pi_pid); in lnet_swap_pinginfo()
590 __swab32s(&info->pi_nnis); in lnet_swap_pinginfo()
594 __swab32s(&stat->ns_status); in lnet_swap_pinginfo()
Dacceptor.c264 __swab32s(&cr.acr_version); in lnet_accept()
/linux-4.4.14/include/uapi/linux/
Dswab.h235 static inline void __swab32s(__u32 *p) in __swab32s() function
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1929 __swab32s(&h->hai_len); in lustre_swab_hai()
1930 __swab32s(&h->hai_action); in lustre_swab_hai()
1944 __swab32s(&h->hal_version); in lustre_swab_hal()
1945 __swab32s(&h->hal_count); in lustre_swab_hal()
1946 __swab32s(&h->hal_archive_id); in lustre_swab_hal()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c155 __swab32s(&rd->rd_key); in kiblnd_unpack_rd()
156 __swab32s(&rd->rd_nfrags); in kiblnd_unpack_rd()
180 __swab32s(&rd->rd_frags[i].rf_nob); in kiblnd_unpack_rd()
307 __swab32s(&msg->ibm_u.completion.ibcm_status); in kiblnd_unpack_msg()
315 __swab32s(&msg->ibm_u.connparams.ibcp_max_msg_size); in kiblnd_unpack_msg()
Do2iblnd_cb.c2517 __swab32s(&rej->ibr_magic); in kiblnd_rejected()
2533 __swab32s(&cp->ibcp_max_msg_size); in kiblnd_rejected()