| /f-stack/freebsd/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-80x0.dtsi | 24 #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 D | cn9130.dtsi | 22 #define CP11X_PCIEx_MEM_BASE(iface) ((iface == 0) ? 0xc0000000 : \ argument 24 #define CP11X_PCIEx_MEM_SIZE(iface) ((iface == 0) ? 0x1ff00000 : 0xf00000) argument
|
| H A D | armada-70x0.dtsi | 22 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument 23 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
| H A D | cn9131-db.dts | 62 #define CP11X_PCIEx_MEM_BASE(iface) (0xe2000000 + (iface * 0x1000000)) argument 63 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
| H A D | cn9132-db.dts | 80 #define CP11X_PCIEx_MEM_BASE(iface) (0xe5000000 + (iface * 0x1000000)) argument 81 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
| H A D | armada-cp11x.dtsi | 13 #define CP11X_PCIEx_CONF_BASE(iface) (CP11X_PCIEx_MEM_BASE(iface) + CP11X_PCIEx_MEM_SIZE(iface)) argument
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 287 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 D | ng_netflow.h | 125 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 D | sgmii.c | 78 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 D | xaui.c | 140 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 D | nae.c | 1267 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 D | altq_cdnr.h | 82 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 D | vdev_netvsc.c | 111 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 D | rte_eth_pcap.c | 458 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 D | if_bridge.c | 2436 # 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 D | ng_netflow.h | 125 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 D | main.c | 40 static char iface[MAX_PATH_LEN]; variable
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-board.c | 111 int pip, iface, eth; in __pip_eth_node() local
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qman_low.h | 160 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 D | ng_ubt.c | 625 struct usb_interface *iface; in ubt_attach() local
|
| /f-stack/lib/ |
| H A D | ff_config.h | 92 char *iface; member
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_fw.h | 790 char iface[IF_NAMESIZE]; /* interface name */ member 899 char iface[IF_NAMESIZE]; /* interface name */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fw.h | 790 char iface[IF_NAMESIZE]; /* interface name */ member 899 char iface[IF_NAMESIZE]; /* interface name */ member
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 381 struct ipfw_iface *iface; member
|