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/shared/
H A Dosdep.h78 #define be16_to_cpu(x) BE_16((uint16_t)(x)) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4303 if ((unsigned int) be16_to_cpu(hdr->len512) * 512 != size) { in t4_load_fw()
7060 *valp = be16_to_cpu(c.u.mdio.rval); in t4_mdio_rd()
8182 *rss_size = G_FW_VI_CMD_RSSSIZE(be16_to_cpu(c.norss_rsssize)); in t4_alloc_vi_func()
8190 return G_FW_VI_CMD_VIID(be16_to_cpu(c.type_to_viid)); in t4_alloc_vi_func()
8335 ret = G_FW_VI_MAC_CMD_IDX(be16_to_cpu(p->valid_to_idx)); in t4_alloc_encap_mac_filt()
8466 be16_to_cpu(p->valid_to_idx)); in t4_alloc_mac_filt()
8637 be16_to_cpu(p->valid_to_idx)); in t4_free_mac_filt()
9547 pcaps = fwcaps16_to_caps32(be16_to_cpu(cmd->u.info.pcap)); in t4_handle_get_port_info()
9548 acaps = fwcaps16_to_caps32(be16_to_cpu(cmd->u.info.acap)); in t4_handle_get_port_info()
9549 lpacaps = fwcaps16_to_caps32(be16_to_cpu(cmd->u.info.lpacap)); in t4_handle_get_port_info()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c198 cidx = be16_to_cpu(cidx); in reclaimable()
730 pkt_len = be16_to_cpu(cpl->len); in t4_ring_rx()
1247 iq->cntxt_id = be16_to_cpu(c.iqid); in alloc_iq_fl()
1248 iq->abs_id = be16_to_cpu(c.physiqid); in alloc_iq_fl()
1257 fl->cntxt_id = be16_to_cpu(c.fl0id); in alloc_iq_fl()
3182 rxq->rxbytes += be16_to_cpu(cpl->len); in t4_eth_rx()