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

/freebsd-10.1-release/sys/dev/twa/
H A Dtw_cl_io.c763 TW_CL_SWAP32(req->length);
767 TW_CL_SWAP32(req->data_phys);
769 TW_CL_SWAP32(req->length);
880 TW_CL_SWAP32(req->length);
884 TW_CL_SWAP32(req->data_phys);
886 TW_CL_SWAP32(req->length);
1329 TW_CL_SWAP32(req->length);
1332 TW_CL_SWAP32(req->data_phys);
1334 TW_CL_SWAP32(req->length);
1419 sgl_d[i].length = TW_CL_SWAP32(sgl_
[all...]
H A Dtw_cl_share.h249 ((((TW_UINT64)(TW_CL_SWAP32(((TW_UINT32 *)(&(x)))[1]))) << 32) |\
250 ((TW_UINT32)(TW_CL_SWAP32(((TW_UINT32 *)(&(x)))[0]))))
262 #define TW_CL_SWAP32(x) TW_CL_SWAP32_WITH_CAST((TW_UINT32)(x)) macro
H A Dtw_cl_init.c660 init_connect->features = TW_CL_SWAP32(set_features);
662 init_connect->features |= TW_CL_SWAP32(TWA_64BIT_SG_ADDRESSES);
694 *init_connect_result = TW_CL_SWAP32(init_connect->result);

Completed in 99 milliseconds