usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_clock.c
1425
cmd = LE_SWAP32(cmd);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1016
port_dev->dev_type[0] = LE_SWAP32(0x00000120);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1017
port_dev->dev_type[1] = LE_SWAP32(0x00000001);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10330
SCSI_SNS_CNT(cmdinfo) = 24 + LE_SWAP32(fcp_rsp->rspSnsLen) +
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10331
LE_SWAP32(fcp_rsp->rspRspLen);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
10334
SCSI_SNS_CNT(cmdinfo) = LE_SWAP32(fcp_rsp->rspSnsLen);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1467
LE_SWAP32(FC_NS_CLASS3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1621
LE_SWAP32(FC_NS_CLASS3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2302
LE_SWAP32(FC_NS_CLASS3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2442
LE_SWAP32(FC_NS_CLASS3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2612
LE_SWAP32(FC_NS_CLASS3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2759
LE_SWAP32(FC_NS_CLASS3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3245
els->un.logo.un.nPortId32 = LE_SWAP32(vport->did);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3707
LE_SWAP32(pkt->pkt_resp_fhdr.d_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4021
hbainfo->supported_cos = LE_SWAP32((FC_NS_CLASS3 | FC_NS_CLASS2));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4023
hbainfo->supported_types[0] = LE_SWAP32(0x00000120);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4024
hbainfo->supported_types[1] = LE_SWAP32(0x00000001);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4026
hbainfo->active_types[0] = LE_SWAP32(0x00000120);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4027
hbainfo->active_types[1] = LE_SWAP32(0x00000001);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
4030
hbainfo->active_types[0] &= ~(LE_SWAP32(0x00000020));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
967
port_dev->dev_type[0] = LE_SWAP32(0x00000120);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
968
port_dev->dev_type[1] = LE_SWAP32(0x00000001);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1230
ap->msg_len = LE_SWAP32(0x00000004);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1237
ap->msg_len = LE_SWAP32(4 + len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1240
*(uint32_t *)tmp = LE_SWAP32(len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1246
ap->tran_id = LE_SWAP32(node_dhc->nlp_auth_tranid_rsp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1250
LE_SWAP32(node_dhc->nlp_auth_tranid_rsp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1253
LE_SWAP32(node_dhc->nlp_auth_tranid_ini);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1375
ap->msg_len = LE_SWAP32(4);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1378
ap->tran_id = LE_SWAP32(node_dhc->nlp_auth_tranid_rsp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1380
ap->tran_id = LE_SWAP32(node_dhc->nlp_auth_tranid_ini);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1615
ap1->msg_len = LE_SWAP32(cmdsize -
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1623
ap2->msg_len = LE_SWAP32(cmdsize -
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1633
null_ap1->msg_len = LE_SWAP32(cmdsize -
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1642
null_ap2->msg_len = LE_SWAP32(cmdsize -
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1671
LE_SWAP32(node_dhc->nlp_auth_tranid_rsp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1678
ap1->params.para_len = LE_SWAP32(para_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1731
LE_SWAP32(node_dhc->nlp_auth_tranid_rsp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1738
ap2->params.para_len = LE_SWAP32(para_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1796
LE_SWAP32(node_dhc->nlp_auth_tranid_rsp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1804
null_ap1->params.para_len = LE_SWAP32(0x00000014);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1815
LE_SWAP32(node_dhc->nlp_auth_tranid_rsp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
1823
null_ap2->params.para_len = LE_SWAP32(0x00000018);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2200
node_dhc->nlp_auth_tranid_ini = LE_SWAP32(tran_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2209
chal->cnul.msg_hdr.msg_len = LE_SWAP32(cmdsize - 12);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2221
LE_SWAP32(SHA1_LEN) : LE_SWAP32(MD5_LEN));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2228
bzero(random_number, LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2234
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2247
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2251
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2255
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2258
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2266
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2270
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2274
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2277
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2282
node_dhc->hrsp_cval_len = LE_SWAP32(chal->cnul.cval_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2284
LE_SWAP32(chal->cnul.cval_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2287
LE_SWAP32(chal->cnul.cval_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2290
tmp += LE_SWAP32(chal->cnul.cval_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2302
bzero(random_number, LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2308
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2314
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2317
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2321
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2330
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2335
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2338
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2342
LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2365
myrand, LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2381
LE_SWAP32(node_dhc->hrsp_pubkey_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2384
LE_SWAP32(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2416
random_number, LE_SWAP32(chal->cnul.cval_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2431
LE_SWAP32(node_dhc->hrsp_pubkey_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2434
LE_SWAP32(
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2578
ap->msg_len = LE_SWAP32(cmdsize - sizeof (DHCHAP_REPLY_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2579
ap->tran_id = LE_SWAP32(node_dhc->nlp_auth_tranid_rsp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2585
*(uint32_t *)pCmd = LE_SWAP32(MD5_LEN);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2587
*(uint32_t *)pCmd = LE_SWAP32(SHA1_LEN);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2591
*(uint32_t *)pCmd = LE_SWAP32(MD5_LEN);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2593
*(uint32_t *)pCmd = LE_SWAP32(SHA1_LEN);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2618
*(uint32_t *)pCmd = LE_SWAP32(dhval_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2659
*(uint32_t *)pCmd = LE_SWAP32(MD5_LEN);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2663
*(uint32_t *)pCmd = LE_SWAP32(SHA1_LEN);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2670
*(uint32_t *)pCmd = LE_SWAP32(MD5_LEN);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2674
*(uint32_t *)pCmd = LE_SWAP32(SHA1_LEN);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2687
LE_SWAP32(ap->tran_id));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2850
if (LE_SWAP32(tran_id) != node_dhc->nlp_auth_tranid_rsp) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2853
ndlp->nlp_DID, LE_SWAP32(tran_id),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2876
if (ncval->cval_len != LE_SWAP32(MD5_LEN)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2879
ndlp->nlp_DID, ncval->cval_len, LE_SWAP32(MD5_LEN));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2893
if (ncval->cval_len != LE_SWAP32(SHA1_LEN)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2896
ndlp->nlp_DID, ncval->cval_len, LE_SWAP32(MD5_LEN));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2949
if (LE_SWAP32(dhvallen) != 0) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2952
ndlp->nlp_DID, ncval->dhgp_id, LE_SWAP32(dhvallen));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2967
dhval = (uint8_t *)kmem_zalloc(LE_SWAP32(dhvallen),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2978
bcopy((void *)tmp, (void *)dhval, LE_SWAP32(dhvallen));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
2998
ndlp, tran_id, un_cval, dhval, LE_SWAP32(dhvallen));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3047
LE_SWAP32(dhvallen),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3053
kmem_free(dhval, LE_SWAP32(dhvallen));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3304
ndlp->nlp_DID, LE_SWAP32(tran_id),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3308
if (LE_SWAP32(tran_id) != node_dhc->nlp_auth_tranid_rsp) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3311
ndlp->nlp_DID, LE_SWAP32(tran_id),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3346
if (LE_SWAP32(rsp_size) == 16) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3347
bzero(un_cval.md5.val, LE_SWAP32(rsp_size));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3351
LE_SWAP32(rsp_size));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3356
LE_SWAP32(rsp_size));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3358
} else if (LE_SWAP32(rsp_size) == 20) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3360
bzero(un_cval.sha1.val, LE_SWAP32(rsp_size));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3364
LE_SWAP32(rsp_size));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3369
LE_SWAP32(rsp_size));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3385
LE_SWAP32(rsp_size))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3728
if (LE_SWAP32(tran_id) != node_dhc->nlp_auth_tranid_ini) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3812
rsp_len = LE_SWAP32(*(uint32_t *)tmp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3819
dhval_len = LE_SWAP32(*(uint32_t *)tmp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
3834
cval_len = LE_SWAP32(*(uint32_t *)tmp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4263
if (LE_SWAP32(dh_success->tran_id) !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4387
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x90000B01)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4399
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00010008)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4411
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00000001)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4439
if ((LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16 !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4446
(LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4451
num_hs = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4535
if ((LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16 !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4547
num_dh = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4594
LE_SWAP32(msglen),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4730
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x90000B01)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4742
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00010008)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4754
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00000001)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4783
if ((LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16 !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4790
(LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4795
num_hs = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4879
if ((LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16 !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4891
num_dh = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4938
node_dhc->nlp_auth_tranid_ini = LE_SWAP32(msg->tran_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4973
LE_SWAP32(msglen),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5033
mytran_id = (uint8_t)(LE_SWAP32(tran_id));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
5254
mytran_id = (uint8_t)(LE_SWAP32(tran_id));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6219
mytran_id = (uint8_t)(LE_SWAP32(tran_id));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
6527
mytran_id = (uint8_t)(LE_SWAP32(tran_id));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
203
*bptr1 = LE_SWAP32(*bptr2);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1120
sid, count, LE_SWAP32(*lp),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1121
((count > 1) ? LE_SWAP32(*(lp + 1)) : 0));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1146
count, LE_SWAP32(*lp),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1147
((count > 1) ? LE_SWAP32(*(lp + 1)) : 0), ubp, ub_priv->token);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1202
(LE_SWAP32(sp->cmn.e_d_tov) + 999999) / 1000000;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1204
hba->fc_edtov = LE_SWAP32(sp->cmn.e_d_tov);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1351
vvl.un0.word0 = LE_SWAP32(vvl.un0.word0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1352
vvl.un1.word1 = LE_SWAP32(vvl.un1.word1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1421
(LE_SWAP32(sp->cmn.e_d_tov) + 999999) / 1000000;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
1423
hba->fc_edtov = LE_SWAP32(sp->cmn.e_d_tov);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2262
lp[1] = LE_SWAP32(sp->cmn.w2.r_a_tov);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2263
lp[2] = LE_SWAP32(sp->cmn.e_d_tov);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
2788
*page = LE_SWAP32(d_id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3104
LE_SWAP32(rsp[4]), LE_SWAP32(rsp[5]));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3121
LE_SWAP32(rsp[4]), LE_SWAP32(rsp[5]));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3131
LE_SWAP32(rsp[4]), LE_SWAP32(rsp[5]));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3141
LE_SWAP32(rsp[4]), LE_SWAP32(rsp[5]));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
587
hba->fc_edtov = (LE_SWAP32(sp->cmn.e_d_tov) + 999999) / 1000000;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
589
hba->fc_edtov = LE_SWAP32(sp->cmn.e_d_tov);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
593
hba->fc_ratov = (LE_SWAP32(sp->cmn.w2.r_a_tov) + 999) / 1000;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
865
(LE_SWAP32(sp->cmn.e_d_tov) + 999999) / 1000000;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
867
hba->fc_edtov = LE_SWAP32(sp->cmn.e_d_tov);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
10860
edtov = (LE_SWAP32(flogi_sparam->cmn.e_d_tov) + 999999) /
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
10863
edtov = LE_SWAP32(flogi_sparam->cmn.e_d_tov);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
10866
ratov = (LE_SWAP32(flogi_sparam->cmn.w2.r_a_tov) + 999) / 1000;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
12553
LE_SWAP32((FF_DEF_RATOV * 1000));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcf.c
12986
LE_SWAP32((FF_DEF_RATOV * 1000));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
210
length = sizeof (fcp_rsp_t) + LE_SWAP32(rsp->fcp_response_len) +
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
211
LE_SWAP32(rsp->fcp_sense_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
258
LE_SWAP32(pkt->pkt_datalen);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
281
if (LE_SWAP32(rsp->fcp_sense_len) >= 14) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
310
LE_SWAP32(rsp->fcp_resid) : 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
450
LE_SWAP32(pkt->pkt_data_resid);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
544
LE_SWAP32(pkt->pkt_data_resid);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
686
LE_SWAP32(rsp->fcp_resid),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
687
LE_SWAP32(rsp->fcp_sense_len),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
688
LE_SWAP32(rsp->fcp_response_len));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
1404
port_attrs->supported_cos = LE_SWAP32(FC_NS_CLASS3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2395
LE_SWAP32(fcp_cmd->fcpDl));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2455
cnt = LE_SWAP32(fcp_cmd->fcpDl);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2709
fcp_rsp->rspResId = LE_SWAP32(fct_task->task_resid);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2714
fcp_rsp->rspResId = LE_SWAP32(fct_task->task_resid);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2739
fcp_rsp->rspSnsLen = LE_SWAP32(fct_task->task_sense_length);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
2844
fcp_rsp->rspResId = LE_SWAP32(fcp_cmd->fcpDl);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_node.c
912
vvl.un0.word0 = LE_SWAP32(vvl.un0.word0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_node.c
913
vvl.un1.word1 = LE_SWAP32(vvl.un1.word1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
2497
*iptr = LE_SWAP32(FW_INITIALIZE_WORD0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
2498
*(iptr+1) = LE_SWAP32(FW_INITIALIZE_WORD1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
3084
*xrdy_vaddr++ = LE_SWAP32(size);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10026
did, LE_SWAP32(lp0[4]), LE_SWAP32(lp0[5]));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10043
did, LE_SWAP32(lp0[4]), LE_SWAP32(lp0[5]));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10055
did, LE_SWAP32(lp0[4]), LE_SWAP32(lp0[5]));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10122
LE_SWAP32(cmd[4]), LE_SWAP32(cmd[5]),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10774
sp->cmn.e_d_tov = LE_SWAP32(sp->cmn.e_d_tov);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10854
cmd->fcpDl = LE_SWAP32(cmd->fcpDl);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10865
rsp->fcp_resid = LE_SWAP32(rsp->fcp_resid);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10866
rsp->fcp_sense_len = LE_SWAP32(rsp->fcp_sense_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10867
rsp->fcp_response_len = LE_SWAP32(rsp->fcp_response_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10911
cmd[0] = LE_SWAP32(cmd[0]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10915
cmd[0] = LE_SWAP32(cmd[0]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10919
rsp[0] = LE_SWAP32(rsp[0]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10926
cmd[1] = LE_SWAP32(cmd[1]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10929
cmd[6] = LE_SWAP32(cmd[6]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10942
cmd[1] = LE_SWAP32(cmd[1]); /* N_Port ID */
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10946
cmd[1] = LE_SWAP32(cmd[1]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10950
rsp[1 + i] = LE_SWAP32(rsp[1 + i]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10956
cmd[1] = LE_SWAP32(cmd[1]); /* Hard address of originator */
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10957
cmd[6] = LE_SWAP32(cmd[6]); /* N_Port ID of originator */
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10964
cmd[4] = LE_SWAP32(cmd[4]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10967
rsp[4] = LE_SWAP32(rsp[4]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10972
cmd[1] = LE_SWAP32(cmd[1]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
10977
rsp[1] = LE_SWAP32(rsp[1]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11029
cmd[0] = LE_SWAP32(cmd[0]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11030
cmd[1] = LE_SWAP32(cmd[1]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11031
cmd[2] = LE_SWAP32(cmd[2]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11032
cmd[3] = LE_SWAP32(cmd[3]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11040
cmd[4] = LE_SWAP32(cmd[4]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11048
cmd[4] = LE_SWAP32(cmd[4]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11053
cmd[4] = LE_SWAP32(cmd[4]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11054
cmd[5] = LE_SWAP32(cmd[5]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11058
cmd[4] = LE_SWAP32(cmd[4]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11062
cmd[5 + i] = LE_SWAP32(cmd[5 + i]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11070
rsp[4 + i] = LE_SWAP32(rsp[4 + i]);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11124
*lp = LE_SWAP32(*lp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1805
port_info->pi_attrs.supported_cos = LE_SWAP32(FC_NS_CLASS3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9281
LE_SWAP32((hba->fc_ratov * 1000));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9292
vvl->un0.word0 = LE_SWAP32(vvl->un0.word0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9294
vvl->un1.word1 = LE_SWAP32(vvl->un1.word1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9553
cmd = LE_SWAP32(cmd);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9606
cmd = LE_SWAP32(cmd);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
9676
LE_SWAP32((FF_DEF_RATOV * 1000));