Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h15 #define be16_to_cpu(x) (x) macro
H A Dlittle_bswap.h15 #define be16_to_cpu(x) __bswap_16(x) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h160 #define be16_to_cpu(x) BE_16((uint16_t)(x)) macro
H A Dt4_sge.c177 cidx = be16_to_cpu(cidx); in reclaimable()
776 pkt_len = be16_to_cpu(cpl->len); in t4_ring_rx()
1420 iq->cntxt_id = be16_to_cpu(c.iqid); in alloc_iq_fl()
1421 iq->abs_id = be16_to_cpu(c.physiqid); in alloc_iq_fl()
1435 fl->cntxt_id = be16_to_cpu(c.fl0id); in alloc_iq_fl()
3202 cidx = be16_to_cpu(cidx); in reclaim_tx_descs()
3333 rxq->rxbytes += be16_to_cpu(cpl->len); in t4_eth_rx()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c6962 *valp = be16_to_cpu(c.u.mdio.rval); in t4_mdio_rd()
8092 return G_FW_VI_CMD_VIID(be16_to_cpu(c.type_to_viid)); in t4_alloc_vi_func()
8237 ret = G_FW_VI_MAC_CMD_IDX(be16_to_cpu(p->valid_to_idx)); in t4_alloc_encap_mac_filt()
8368 be16_to_cpu(p->valid_to_idx)); in t4_alloc_mac_filt()
8539 be16_to_cpu(p->valid_to_idx)); in t4_free_mac_filt()
9629 mtu = be16_to_cpu(port_cmd.u.info.mtu);; in t4_get_link_params()
12122 *weight = be16_to_cpu(cmd.u.params.weight); in t4_read_sched_params()
12123 *pktsize = be16_to_cpu(cmd.u.params.pktsize); in t4_read_sched_params()
12124 *burstsize = be16_to_cpu(cmd.u.params.burstsize); in t4_read_sched_params()
12345 ret = G_FW_VI_MAC_CMD_IDX(be16_to_cpu(p->valid_to_idx)); in t4_del_mac()
[all …]