Home
last modified time | relevance | path

Searched refs:temp32 (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sbin/ipf/ipsend/
H A Dipsend.c147 u_32_t temp32; in udpcksum() local
155 temp32 = 0; in udpcksum()
157 temp32 += opts[0] + opts[1] + opts[2] + opts[3] + opts[4] + opts[5]; in udpcksum()
158 temp32 = (temp32 >> 16) + (temp32 & 65535); in udpcksum()
159 temp32 += (temp32 >> 16); in udpcksum()
160 udp->uh_sum = temp32 & 65535; in udpcksum()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_crypto.c442 u_int32 temp32; in crypto_recv() local
586 if ((temp32 && !(fstamp & in crypto_recv()
588 (!temp32 && (fstamp & in crypto_recv()
599 temp32 = (fstamp >> 16) & 0xffff; in crypto_recv()
632 OBJ_nid2ln(temp32)); in crypto_recv()
685 temp32 = xinfo->nid; in crypto_recv()
689 OBJ_nid2ln(temp32), temp32, in crypto_recv()
960 temp32 = xinfo->nid; in crypto_recv()
964 OBJ_nid2ln(temp32), temp32, in crypto_recv()
1581 u_int32 temp32; in crypto_encrypt() local
[all …]
H A Dntp_proto.c4458 u_int32 temp32; in peer_xmit() local
4460 temp32 = CRYPTO_RESP; in peer_xmit()
4461 peer->cmmd->opcode |= htonl(temp32); in peer_xmit()
4601 u_int32 temp32; in fast_xmit() local
4825 temp32 = CRYPTO_RESP; in fast_xmit()
4826 rpkt->exten[0] |= htonl(temp32); in fast_xmit()
/freebsd-14.2/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c1374 u32 temp32[4]; in bnxt_qplib_modify_qp() local
1411 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_modify_qp()
1412 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_modify_qp()
1413 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_modify_qp()
1414 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_modify_qp()
1507 u32 temp32[4]; in bnxt_qplib_query_qp() local
1538 temp32[0] = le32_to_cpu(sb->dgid[0]); in bnxt_qplib_query_qp()
1539 temp32[1] = le32_to_cpu(sb->dgid[1]); in bnxt_qplib_query_qp()
1540 temp32[2] = le32_to_cpu(sb->dgid[2]); in bnxt_qplib_query_qp()
1541 temp32[3] = le32_to_cpu(sb->dgid[3]); in bnxt_qplib_query_qp()
[all …]
H A Dqplib_sp.c466 u32 temp32[4]; in bnxt_qplib_create_ah() local
473 memcpy(temp32, ah->dgid.data, sizeof(struct bnxt_qplib_gid)); in bnxt_qplib_create_ah()
474 req.dgid[0] = cpu_to_le32(temp32[0]); in bnxt_qplib_create_ah()
475 req.dgid[1] = cpu_to_le32(temp32[1]); in bnxt_qplib_create_ah()
476 req.dgid[2] = cpu_to_le32(temp32[2]); in bnxt_qplib_create_ah()
477 req.dgid[3] = cpu_to_le32(temp32[3]); in bnxt_qplib_create_ah()
/freebsd-14.2/sys/dev/gem/
H A Dif_gem.c470 uint32_t temp32; in gem_rxcksum() local
516 temp32 = cksum - *opts; in gem_rxcksum()
517 temp32 = (temp32 >> 16) + (temp32 & 65535); in gem_rxcksum()
518 cksum = temp32 & 65535; in gem_rxcksum()
/freebsd-14.2/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1391 uint32_t temp32; in ar5211SetPowerTable() local
1480 temp32 = 0xffff & ((pcdacTable[2 * i + 1] << 8) | 0xff); in ar5211SetPowerTable()
1481 temp32 = (temp32 << 16) | (0xffff & ((pcdacTable[2 * i] << 8) | 0xff)); in ar5211SetPowerTable()
1482 OS_REG_WRITE(ah, addr, temp32); in ar5211SetPowerTable()
/freebsd-14.2/sys/dev/fxp/
H A Dif_fxp.c1782 int32_t hlen, len, pktlen, temp32; in fxp_rxcsum() local
1844 temp32 = csum - *opts; in fxp_rxcsum()
1845 temp32 = (temp32 >> 16) + (temp32 & 65535); in fxp_rxcsum()
1846 csum = temp32 & 65535; in fxp_rxcsum()
/freebsd-14.2/sys/dev/cas/
H A Dif_cas.c544 uint32_t temp32; in cas_rxcksum() local
589 temp32 = cksum - *opts; in cas_rxcksum()
590 temp32 = (temp32 >> 16) + (temp32 & 65535); in cas_rxcksum()
591 cksum = temp32 & 65535; in cas_rxcksum()
/freebsd-14.2/sys/dev/msk/
H A Dif_msk.c3084 int32_t hlen, len, pktlen, temp32; in msk_rxcsum() local
3159 temp32 = csum - *opts; in msk_rxcsum()
3160 temp32 = (temp32 >> 16) + (temp32 & 65535); in msk_rxcsum()
3161 csum = temp32 & 65535; in msk_rxcsum()