Home
last modified time | relevance | path

Searched refs:p2p (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c801 struct xlpge_tx_desc *p2p; in xlpge_tx() local
813 p2p = NULL; in xlpge_tx()
828 p2p = uma_zalloc(nl_tx_desc_zone, M_NOWAIT); in xlpge_tx()
829 if (p2p == NULL) { in xlpge_tx()
856 p2p->frag[pos] = htobe64(desc); in xlpge_tx()
869 p2p->frag[XLP_NTXFRAGS-3] = 0xf00bad; in xlpge_tx()
870 p2p->frag[XLP_NTXFRAGS-2] = (uintptr_t)p2p; in xlpge_tx()
871 p2p->frag[XLP_NTXFRAGS-1] = (uintptr_t)mbuf_chain; in xlpge_tx()
873 paddr = vtophys(p2p); in xlpge_tx()
899 if (p2p) in xlpge_tx()
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c4333 MKT(UNI_BEARER_P2P, p2p), in DEF_IE_PRINT()