Home
last modified time | relevance | path

Searched refs:mfp (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_macfilter.c298 mfp->mf_mac_used, mfp->mf_mac_allocated, n); in macfilter_mactable_resize()
416 mfp->mf_mac_used, mfp->mf_mac_allocated); in macfilter_mactable_change()
464 bcopy(&mfp->mf_macs[i], &mfp->mf_macs[j], sizeof(mfp->mf_macs[0])); in macfilter_mactable_remove_by_hookid()
536 mtx_lock(&mfp->mtx); in macfilter_ether_output()
576 mtx_lock(&mfp->mtx); in macfilter_ether_input()
625 macfilter_p mfp = malloc(sizeof(*mfp), M_NETGRAPH, M_NOWAIT | M_ZERO); in ng_macfilter_constructor() local
626 if (mfp == NULL) in ng_macfilter_constructor()
663 mfp->mf_upper = realloc(mfp->mf_upper, in ng_macfilter_newhook()
664 sizeof(mfp->mf_upper[0])*mfp->mf_upper_cnt, in ng_macfilter_newhook()
849 mfp->mf_upper = realloc(mfp->mf_upper, in ng_macfilter_disconnect()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dmrvl,intc.yaml93 mrvl,clr-mfp-irq:
H A Dmrvl,intc.txt24 - mrvl,clr-mfp-irq : Specifies the interrupt that needs to clear MFP edge
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dmmp2.dtsi79 mrvl,clr-mfp-irq = <1>;