Searched refs:be16_to_cpu (Results 1 – 9 of 9) sorted by relevance
205 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()268 CXGBE_FILL_FS(be16_to_cpu(spec->tci), in ch_rte_parsetype_vlan()269 be16_to_cpu(mask->tci), ovlan); in ch_rte_parsetype_vlan()277 CXGBE_FILL_FS(be16_to_cpu(spec->tci), in ch_rte_parsetype_vlan()278 be16_to_cpu(mask->tci), ivlan); in ch_rte_parsetype_vlan()285 CXGBE_FILL_FS(be16_to_cpu(spec->inner_type), in ch_rte_parsetype_vlan()357 CXGBE_FILL_FS(be16_to_cpu(val->hdr.src_port), in ch_rte_parsetype_udp()361 CXGBE_FILL_FS(be16_to_cpu(val->hdr.dst_port), in ch_rte_parsetype_udp()789 fs->nat_fport = be16_to_cpu(tp_port->port); in ch_rte_parse_atype_switch()[all …]
150 #define be16_to_cpu(o) rte_be_to_cpu_16(o) macro156 #define ntohs(o) be16_to_cpu(o)
231 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 …]
106 #define be16_to_cpu(o) rte_be_to_cpu_16(o) macro
732 return G_FW_VI_CMD_VIID(be16_to_cpu(rpl.type_to_viid)); in t4vf_alloc_vi()778 (be16_to_cpu(vi_rpl.norss_rsssize)); in t4vf_port_init()
3839 *rss_size = G_FW_VI_CMD_RSSSIZE(be16_to_cpu(c.norss_rsssize)); in t4_alloc_vi_func()4105 ret = G_FW_VI_MAC_CMD_IDX(be16_to_cpu(p->valid_to_idx)); in t4_change_mac()
263 #define be16_to_cpu(x) rte_be_to_cpu_16(x) macro
2153 sgentry->val_off = be16_to_cpu(sgentry->val_off); in __hw_sg_to_cpu()
178 ((be16_to_cpu(*(txq)->cons_idx_addr)) & HINIC_GET_SQ_WQE_MASK(txq))