Home
last modified time | relevance | path

Searched refs:cpu_to_be16 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h11 #define cpu_to_be16(x) (x) macro
H A Dlittle_bswap.h11 #define cpu_to_be16(x) __bswap_16(x) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c5478 cmd.niqid = cpu_to_be16(nq); in t4_config_rss_range()
6958 c.u.mdio.raddr = cpu_to_be16(reg); in t4_mdio_rd()
6992 c.u.mdio.rval = cpu_to_be16(val); in t4_mdio_wr()
8527 p->valid_to_idx = cpu_to_be16( in t4_free_mac_filt()
8734 c.iqid = cpu_to_be16(iqid); in t4_iq_stop()
8735 c.fl0id = cpu_to_be16(fl0id); in t4_iq_stop()
8736 c.fl1id = cpu_to_be16(fl1id); in t4_iq_stop()
8765 c.iqid = cpu_to_be16(iqid); in t4_iq_free()
8766 c.fl0id = cpu_to_be16(fl0id); in t4_iq_free()
8767 c.fl1id = cpu_to_be16(fl1id); in t4_iq_free()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h163 #define cpu_to_be16(x) BE_16((uint16_t)(x)) macro
H A Dt4_sge.c1347 c.iqdroprss_to_iqesize = cpu_to_be16(V_FW_IQ_CMD_IQPCIECH(pi->tx_chan) | in alloc_iq_fl()
1351 c.iqsize = cpu_to_be16(iq->qsize); in alloc_iq_fl()
1398 cpu_to_be16(V_FW_IQ_CMD_FL0FBMIN(chip_ver <= CHELSIO_T5 in alloc_iq_fl()
1404 c.fl0size = cpu_to_be16(fl->qsize); in alloc_iq_fl()
2837 wr->plen = cpu_to_be16(txpkts->plen); in write_txpkts_wr()
2938 lso->ipid_ofst = cpu_to_be16(0); in write_txpkt_wr()
2939 lso->mss = cpu_to_be16(txinfo->mss); in write_txpkt_wr()
2965 cpl->len = cpu_to_be16(txinfo->len); in write_txpkt_wr()
3070 cpl->len = cpu_to_be16(txinfo->len); in write_ulp_cpl_sgl()