Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c205 CXGBE_FILL_FS(be16_to_cpu(spec->type), in ch_rte_parsetype_eth()
206 be16_to_cpu(mask->type), ethtype); in ch_rte_parsetype_eth()
273 CXGBE_FILL_FS(be16_to_cpu(spec->tci), in ch_rte_parsetype_vlan()
274 be16_to_cpu(mask->tci), ovlan); in ch_rte_parsetype_vlan()
282 CXGBE_FILL_FS(be16_to_cpu(spec->tci), in ch_rte_parsetype_vlan()
283 be16_to_cpu(mask->tci), ivlan); in ch_rte_parsetype_vlan()
290 CXGBE_FILL_FS(be16_to_cpu(spec->inner_type), in ch_rte_parsetype_vlan()
362 CXGBE_FILL_FS(be16_to_cpu(val->hdr.src_port), in ch_rte_parsetype_udp()
366 CXGBE_FILL_FS(be16_to_cpu(val->hdr.dst_port), in ch_rte_parsetype_udp()
794 fs->nat_fport = be16_to_cpu(tp_port->port); in ch_rte_parse_atype_switch()
[all …]
H A Dcxgbe_compat.h151 #define be16_to_cpu(o) rte_be_to_cpu_16(o) macro
157 #define ntohs(o) be16_to_cpu(o)
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c231 fqd->fq_ctrl = be16_to_cpu(fqd->fq_ctrl); in hw_fqd_to_cpu()
232 fqd->dest_wq = be16_to_cpu(fqd->dest_wq); in hw_fqd_to_cpu()
233 fqd->ics_cred = be16_to_cpu(fqd->ics_cred); in hw_fqd_to_cpu()
1979 np->odp_seq = be16_to_cpu(np->odp_seq); in qman_query_fq_np()
1980 np->orp_nesn = be16_to_cpu(np->orp_nesn); in qman_query_fq_np()
1987 np->ics_surp = be16_to_cpu(np->ics_surp); in qman_query_fq_np()
1990 np->ra1_sfdr = be16_to_cpu(np->ra1_sfdr); in qman_query_fq_np()
1991 np->ra2_sfdr = be16_to_cpu(np->ra2_sfdr); in qman_query_fq_np()
1992 np->od1_sfdr = be16_to_cpu(np->od1_sfdr); in qman_query_fq_np()
1993 np->od2_sfdr = be16_to_cpu(np->od2_sfdr); in qman_query_fq_np()
[all …]
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c764 return G_FW_VI_CMD_VIID(be16_to_cpu(rpl.type_to_viid)); in t4vf_alloc_vi()
822 (be16_to_cpu(vi_rpl.norss_rsssize)); in t4vf_port_init()
859 (be16_to_cpu(port_rpl.u.info.pcap)); in t4vf_port_init()
861 (be16_to_cpu(port_rpl.u.info.acap)); in t4vf_port_init()
H A Dt4_hw.c4062 *rss_size = G_FW_VI_CMD_RSSSIZE(be16_to_cpu(c.norss_rsssize)); in t4_alloc_vi_func()
4328 ret = G_FW_VI_MAC_CMD_IDX(be16_to_cpu(p->valid_to_idx)); in t4_change_mac()
4561 pcaps = fwcaps16_to_caps32(be16_to_cpu(cmd->u.info.pcap)); in t4_handle_get_port_info()
4562 acaps = fwcaps16_to_caps32(be16_to_cpu(cmd->u.info.acap)); in t4_handle_get_port_info()
5458 pcaps = be16_to_cpu(cmd.u.info.pcap); in t4_port_init()
5459 acaps = be16_to_cpu(cmd.u.info.acap); in t4_port_init()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h106 #define be16_to_cpu(o) rte_be_to_cpu_16(o) macro
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h268 #define be16_to_cpu(x) rte_be_to_cpu_16(x) macro
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h2153 sgentry->val_off = be16_to_cpu(sgentry->val_off); in __hw_sg_to_cpu()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c178 ((be16_to_cpu(*(txq)->cons_idx_addr)) & HINIC_GET_SQ_WQE_MASK(txq))