Home
last modified time | relevance | path

Searched defs:intf (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_vlan.c134 struct mcam_entry *entry, uint8_t intf, uint8_t ena) in nix_vlan_mcam_write()
156 uint8_t intf, bool drop) in nix_vlan_mcam_alloc_and_write()
205 uint8_t intf, mcam_ena; in nix_vlan_update_mac() local
H A Dotx2_flow_utils.c159 int intf; in otx2_flow_get_hw_supp_mask() local
275 int intf, lf_cfg; in otx2_flow_update_parse_state() local
H A Dotx2_flow.c60 int intf = pst->flow->nix_intf; in flow_program_npc() local
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_port_db.c125 struct ulp_interface_info *intf; in ulp_port_db_dev_port_intf_update() local
/f-stack/freebsd/contrib/zlib/
H A Dzconf.h.in152 # define intf z_intf macro
403 typedef int FAR intf; typedef
H A Dzconf.h158 # define intf z_intf macro
409 typedef int FAR intf; typedef
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_npc.h403 uint64_t intf : 2; member
412 uint64_t intf : 2; member
423 uint64_t intf : 2; member
456 uint64_t intf : 2; member
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c258 int intf; in nlm_xlpnae_print_frin_desc_carving() local
H A Dnae.c158 int intf, start; in nlm_deflate_frin_fifo_carving() local
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h1375 uint8_t __otx2_io intf; /* Rx or Tx interface */ member
1440 uint8_t __otx2_io intf; /* Rx or Tx interface */ member
1519 uint8_t __otx2_io intf; member
1566 uint8_t __otx2_io intf; member
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h43 #define NAE_REG(blk, intf, reg) (((blk) << 11) | ((intf) << 7) | (reg)) argument