Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/contrib/device-tree/src/arm64/marvell/
H A Darmada-80x0.dtsi24 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument
25 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
45 #define CP11X_PCIEx_MEM_BASE(iface) (0xfa000000 + (iface * 0x1000000)) argument
46 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
H A Dcn9130.dtsi22 #define CP11X_PCIEx_MEM_BASE(iface) ((iface == 0) ? 0xc0000000 : \ argument
24 #define CP11X_PCIEx_MEM_SIZE(iface) ((iface == 0) ? 0x1ff00000 : 0xf00000) argument
H A Darmada-70x0.dtsi22 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument
23 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
H A Dcn9131-db.dts62 #define CP11X_PCIEx_MEM_BASE(iface) (0xe2000000 + (iface * 0x1000000)) argument
63 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
H A Dcn9132-db.dts80 #define CP11X_PCIEx_MEM_BASE(iface) (0xe5000000 + (iface * 0x1000000)) argument
81 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
H A Darmada-cp11x.dtsi13 #define CP11X_PCIEx_CONF_BASE(iface) (CP11X_PCIEx_MEM_BASE(iface) + CP11X_PCIEx_MEM_SIZE(iface)) argument
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c287 iface_p iface; in ng_netflow_newhook() local
319 iface_p iface; in ng_netflow_newhook() local
423 struct ng_netflow_iface *iface; in ng_netflow_rcvmsg() local
453 struct ng_netflow_iface *iface; in ng_netflow_rcvmsg() local
591 const iface_p iface = NG_HOOK_PRIVATE(hook); in ng_netflow_rcvdata() local
1024 iface_p iface = NG_HOOK_PRIVATE(hook); in ng_netflow_disconnect() local
H A Dng_netflow.h125 uint16_t iface; /* which iface dlt change */ member
131 uint16_t iface; /* which iface index change */ member
154 uint16_t iface; /* which iface config change */ member
/f-stack/freebsd/mips/nlm/dev/net/
H A Dsgmii.c78 nlm_nae_setup_mac(uint64_t nae_base, int nblock, int iface, int reset, in nlm_nae_setup_mac()
143 nlm_nae_setup_rx_mode_sgmii(uint64_t base, int nblock, int iface, int port_type, in nlm_nae_setup_rx_mode_sgmii()
182 nlm_nae_setup_mac_addr_sgmii(uint64_t base, int nblock, int iface, in nlm_nae_setup_mac_addr_sgmii()
H A Dxaui.c140 nlm_nae_setup_rx_mode_xaui(uint64_t base, int nblock, int iface, int port_type, in nlm_nae_setup_rx_mode_xaui()
155 nlm_nae_setup_mac_addr_xaui(uint64_t base, int nblock, int iface, in nlm_nae_setup_mac_addr_xaui()
H A Dnae.c1267 int iface = port & 0x3; in nlm_mac_enable() local
1304 int iface = port & 0x3; in nlm_mac_disable() local
1363 int iface, iface_ctrl_reg, iface_ctrl3_reg, conf1_reg, conf2_reg; in nlm_nae_open_if() local
/f-stack/freebsd/net/altq/
H A Daltq_cdnr.h82 struct cdnr_interface iface; member
89 struct cdnr_interface iface; member
95 struct cdnr_interface iface; member
104 struct cdnr_interface iface; member
110 struct cdnr_interface iface; member
118 struct cdnr_interface iface; member
130 struct cdnr_interface iface; member
138 struct cdnr_interface iface; member
147 struct cdnr_interface iface; member
159 struct cdnr_interface iface; member
[all …]
/f-stack/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c111 vdev_netvsc_iface_is_netvsc(const struct if_nameindex *iface) in vdev_netvsc_iface_is_netvsc()
157 vdev_netvsc_foreach_iface(int (*func)(const struct if_nameindex *iface, in vdev_netvsc_foreach_iface()
161 struct if_nameindex *iface = if_nameindex(); in vdev_netvsc_foreach_iface() local
223 vdev_netvsc_has_route(const struct if_nameindex *iface, in vdev_netvsc_has_route()
368 vdev_netvsc_device_probe(const struct if_nameindex *iface, in vdev_netvsc_device_probe()
507 vdev_netvsc_netvsc_probe(const struct if_nameindex *iface, in vdev_netvsc_netvsc_probe()
/f-stack/dpdk/drivers/net/pcap/
H A Drte_eth_pcap.c458 open_iface_live(const char *iface, pcap_t **pcap) { in open_iface_live()
471 open_single_iface(const char *iface, pcap_t **pcap) in open_single_iface()
998 const char *iface = value; in open_rx_tx_iface() local
1013 set_iface_direction(const char *iface, pcap_t *pcap, in set_iface_direction()
1030 const char *iface = value; in open_iface() local
/f-stack/freebsd/net/
H A Dif_bridge.c2436 # define OR_CARP_CHECK_WE_ARE_DST(iface) \ in bridge_input() argument
2439 # define OR_CARP_CHECK_WE_ARE_SRC(iface) \ in bridge_input() argument
2443 # define OR_CARP_CHECK_WE_ARE_DST(iface) in bridge_input() argument
2444 # define OR_CARP_CHECK_WE_ARE_SRC(iface) in bridge_input() argument
2454 #define GRAB_OUR_PACKETS(iface) \ in bridge_input() argument
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h125 uint16_t iface; /* which iface dlt change */ member
131 uint16_t iface; /* which iface index change */ member
154 uint16_t iface; /* which iface config change */ member
/f-stack/dpdk/examples/vdpa/
H A Dmain.c40 static char iface[MAX_PATH_LEN]; variable
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-board.c111 int pip, iface, eth; in __pip_eth_node() local
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h160 static __inline__ t_Error __qm_portal_bind(struct qm_portal *portal, uint8_t iface) in __qm_portal_bind()
170 static __inline__ void __qm_portal_unbind(struct qm_portal *portal, uint8_t iface) in __qm_portal_unbind()
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c625 struct usb_interface *iface; in ubt_attach() local
/f-stack/lib/
H A Dff_config.h92 char *iface; member
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h790 char iface[IF_NAMESIZE]; /* interface name */ member
899 char iface[IF_NAMESIZE]; /* interface name */ member
/f-stack/freebsd/netinet/
H A Dip_fw.h790 char iface[IF_NAMESIZE]; /* interface name */ member
899 char iface[IF_NAMESIZE]; /* interface name */ member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h381 struct ipfw_iface *iface; member