Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3575 val = cpu_to_be32(val); in t4_write_flash()
7246 c.err_to_clearinit = cpu_to_be32( in t4_fw_hello()
7383 c.val = cpu_to_be32(reset); in t4_fw_reset()
7875 *p++ = cpu_to_be32(*params++); in t4_query_params_rw()
7877 *p = cpu_to_be32(*(val + i)); in t4_query_params_rw()
7946 *p++ = cpu_to_be32(*params++); in t4_set_params_timeout()
7947 *p++ = cpu_to_be32(*val++); in t4_set_params_timeout()
10694 cmd.action_to_len16 = cpu_to_be32( in t4_init_portinfo_viid()
12167 wdog.timeout = cpu_to_be32(ticks); in t4_config_watchdog()
12168 wdog.action = cpu_to_be32(action); in t4_config_watchdog()
[all …]
/illumos-gate/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
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1343 c.type_to_iqandstindex = cpu_to_be32(v | in alloc_iq_fl()
2556 txinfo->sgl.sge[n / 2].len[1] = cpu_to_be32(0); in get_frame_txinfo()
2634 txinfo->sgl.len0 = cpu_to_be32(len); in add_seg()
2831 wr->op_pkd = cpu_to_be32(V_FW_WR_OP(FW_ETH_TX_PKTS_WR) | in write_txpkts_wr()
2836 wr->equiq_to_len16 = cpu_to_be32(ctrl); in write_txpkts_wr()
2903 wr->equiq_to_len16 = cpu_to_be32(ctrl); in write_txpkt_wr()
2937 lso->lso_ctrl = cpu_to_be32(ctrl); in write_txpkt_wr()
2940 lso->seqno_offset = cpu_to_be32(0); in write_txpkt_wr()
2942 lso->len = cpu_to_be32(txinfo->len); in write_txpkt_wr()
2962 cpl->ctrl0 = cpu_to_be32(V_TXPKT_OPCODE(CPL_TX_PKT) | in write_txpkt_wr()
[all …]
H A Dosdep.h164 #define cpu_to_be32(x) BE_32((uint32_t)(x)) macro
/illumos-gate/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.c854 scsi_req->hdr.sg_list_len_bytes = cpu_to_be32(sg_byte_count); in skd_start()
1380 scsi->hdr.sg_list_len_bytes = cpu_to_be32(sgd->byte_count); in skd_send_internal_skspcl()
1396 scsi->hdr.sg_list_len_bytes = cpu_to_be32(SKD_N_INTERNAL_BYTES); in skd_send_internal_skspcl()
1406 scsi->hdr.sg_list_len_bytes = cpu_to_be32(sgd->byte_count); in skd_send_internal_skspcl()
1416 scsi->hdr.sg_list_len_bytes = cpu_to_be32(sgd->byte_count); in skd_send_internal_skspcl()