Home
last modified time | relevance | path

Searched refs:ifc (Results 1 – 25 of 86) sorted by relevance

1234

/f-stack/freebsd/net/
H A Dif_clone.c125 #define IF_CLONE_LOCK(ifc) mtx_lock(&(ifc)->ifc_mtx) argument
126 #define IF_CLONE_UNLOCK(ifc) mtx_unlock(&(ifc)->ifc_mtx) argument
189 if (ifc->ifc_match(ifc, name)) in if_clone_create()
200 if (ifc->ifc_match(ifc, name)) in if_clone_create()
241 err = (*ifc->ifc_create)(ifc, name, len, params); in if_clone_createif()
283 if (ifc->ifc_match(ifc, name)) in if_clone_destroy()
337 err = (*ifc->ifc_destroy)(ifc, ifp); in if_clone_destroyif()
363 ifc->ifc_unrhdr = new_unrhdr(0, ifc->ifc_maxunit, &ifc->ifc_mtx); in if_clone_alloc()
366 return (ifc); in if_clone_alloc()
458 if_clone_destroyif(ifc, LIST_FIRST(&ifc->ifc_iflist)); in if_clone_detach()
[all …]
H A Dif_epair.c690 epair_clone_match(struct if_clone *ifc, const char *name) in epair_clone_match() argument
727 if_clone_addif(ifc, ifp); in epair_clone_add()
748 error = ifc_alloc_unit(ifc, &unit); in epair_clone_create()
761 ifc_free_unit(ifc, unit); in epair_clone_create()
768 ifc_free_unit(ifc, unit); in epair_clone_create()
788 ifc_free_unit(ifc, unit); in epair_clone_create()
799 ifc_free_unit(ifc, unit); in epair_clone_create()
895 epair_clone_add(ifc, scb); in epair_clone_create()
919 epair_clone_destroy(struct if_clone *ifc, struct ifnet *ifp) in epair_clone_destroy() argument
962 error = if_clone_destroyif(ifc, oifp); in epair_clone_destroy()
[all …]
H A Dif_stf.c184 stf_clone_match(struct if_clone *ifc, const char *name) in stf_clone_match() argument
197 stf_clone_create(struct if_clone *ifc, char *name, size_t len, caddr_t params) in stf_clone_create() argument
215 err = ifc_alloc_unit(ifc, &unit); in stf_clone_create()
223 ifc_free_unit(ifc, unit); in stf_clone_create()
254 ifc_free_unit(ifc, unit); in stf_clone_create()
268 stf_clone_destroy(struct if_clone *ifc, struct ifnet *ifp) in stf_clone_destroy() argument
280 ifc_free_unit(ifc, STFUNIT); in stf_clone_destroy()
H A Diflib_clone.c170 iflib_clone_create(struct if_clone *ifc, int unit, caddr_t params) in iflib_clone_create() argument
172 const char *name = ifc_name(ifc); in iflib_clone_create()
179 clctx.cc_ifc = ifc; in iflib_clone_create()
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/fsl/
H A Difc.txt4 - name : Should be ifc
5 - compatible : should contain "fsl,ifc". The version of the integrated
28 cfi-flash) and NAND (fsl,ifc-nand). There might be board specific devices
33 ifc@ffe1e000 {
34 compatible = "fsl,ifc", "simple-bus";
64 compatible = "fsl,ifc-nand";
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Dbsc9131rdb.dts18 board_ifc: ifc: ifc@ff71e000 {
H A Dbsc9132qds.dts18 ifc: ifc@ff71e000 { label
H A Dc293pcie.dts45 ifc: ifc@fffe1e000 { label
73 &ifc {
117 compatible = "fsl,ifc-nand";
H A Dp1010rdb_32b.dtsi39 board_ifc: ifc: ifc@ffe1e000 {
H A Dbsc9132qds.dtsi35 &ifc {
48 compatible = "fsl,ifc-nand";
/f-stack/tools/arp/
H A Darp.c858 struct ifconf ifc; in get_ether_addr() local
867 ifc.ifc_len = sizeof(ifs); in get_ether_addr()
868 ifc.ifc_req = ifs; in get_ether_addr()
869 if (ioctl(sock, SIOCGIFCONF, &ifc) < 0) { in get_ether_addr()
882 ifend = (struct ifreq *)(ifc.ifc_buf + ifc.ifc_len); in get_ether_addr()
883 for (ifr = ifc.ifc_req; ifr < ifend; ifr = NEXTIFR(ifr) ) { in get_ether_addr()
918 for (ifr = ifc.ifc_req; ifr < ifend; ifr = NEXTIFR(ifr)) in get_ether_addr()
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls208xa-rdb.dtsi16 &ifc {
34 compatible = "fsl,ifc-nand";
H A Dfsl-ls1088a-rdb.dts61 &ifc {
67 compatible = "fsl,ifc-nand";
H A Dfsl-ls1046a-frwy.dts99 &ifc {
107 compatible = "fsl,ifc-nand";
H A Dfsl-ls1043a-qds.dts42 &ifc {
60 compatible = "fsl,ifc-nand";
H A Dfsl-ls208xa-qds.dtsi17 &ifc {
35 compatible = "fsl,ifc-nand";
H A Dfsl-ls1088a-qds.dts110 &ifc {
124 compatible = "fsl,ifc-nand";
H A Dfsl-ls1046a-qds.dts133 &ifc {
151 compatible = "fsl,ifc-nand";
H A Dfsl-ls2080a-simu.dts26 &ifc {
H A Dfsl-ls1046a-rdb.dts80 &ifc {
89 compatible = "fsl,ifc-nand";
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dqcom,wcd934x.yaml31 slim-ifc-dev: true
126 - slim-ifc-dev
149 slim-ifc-dev = <&wcd9340_ifd>;
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_bpf.c95 ipfw_clone_create(struct if_clone *ifc, int unit, caddr_t params) in ipfw_clone_create() argument
121 ipfwlog_clone_create(struct if_clone *ifc, int unit, caddr_t params) in ipfwlog_clone_create() argument
/f-stack/dpdk/drivers/vdpa/
H A Dmeson.build8 drivers = ['ifc',
/f-stack/dpdk/doc/guides/vdpadevs/
H A Dindex.rst15 ifc
/f-stack/freebsd/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt36 - slim-ifc-dev - Should be phandle to SLIMBus Interface device.
58 slim-ifc-dev = <&codec_ifd>;

1234