Home
last modified time | relevance | path

Searched refs:cpu_to_be32 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h10 #define cpu_to_be32(x) (x) macro
H A Dlittle_bswap.h10 #define cpu_to_be32(x) __bswap_32(x) macro
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1114 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_IQ_CMD) | F_FW_CMD_REQUEST | in alloc_iq_fl()
1118 c.alloc_to_len16 = cpu_to_be32(F_FW_IQ_CMD_ALLOC | F_FW_IQ_CMD_IQSTART | in alloc_iq_fl()
1131 c.type_to_iqandstindex = cpu_to_be32(v | in alloc_iq_fl()
1163 cpu_to_be32(V_FW_IQ_CMD_FL0HOSTFCMODE(X_HOSTFCMODE_NONE) | in alloc_iq_fl()
2254 txinfo->sgl.sge[n / 2].len[1] = cpu_to_be32(0); in get_frame_txinfo()
2256 txinfo->sgl.cmd_nsge = cpu_to_be32(V_ULPTX_CMD((u32)ULP_TX_SC_DSGL) | in get_frame_txinfo()
2329 txinfo->sgl.sge[idx / 2].len[idx & 1] = cpu_to_be32(len); in add_seg()
2332 txinfo->sgl.len0 = cpu_to_be32(len); in add_seg()
2529 wr->op_pkd = cpu_to_be32(V_FW_WR_OP(FW_ETH_TX_PKTS_WR) | in write_txpkts_wr()
2534 wr->equiq_to_len16 = cpu_to_be32(ctrl); in write_txpkts_wr()
[all …]
H A Dosdep.h146 #define cpu_to_be32(x) BE_32((uint32_t)(x)) macro
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.h55 #define cpu_to_be32(x) (x) macro
60 #define cpu_to_be32(x) BSWAP_32(x) macro
H A Dskd.c852 scsi_req->hdr.sg_list_len_bytes = cpu_to_be32(sg_byte_count); in skd_start()
1378 scsi->hdr.sg_list_len_bytes = cpu_to_be32(sgd->byte_count); in skd_send_internal_skspcl()
1394 scsi->hdr.sg_list_len_bytes = cpu_to_be32(SKD_N_INTERNAL_BYTES); in skd_send_internal_skspcl()
1404 scsi->hdr.sg_list_len_bytes = cpu_to_be32(sgd->byte_count); in skd_send_internal_skspcl()
1414 scsi->hdr.sg_list_len_bytes = cpu_to_be32(sgd->byte_count); in skd_send_internal_skspcl()