Home
last modified time | relevance | path

Searched refs:ph_cookie (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/sys/arch/octeon/dev/
H A Dif_cnmac.c581 m->m_pkthdr.ph_cookie = gbuf; in cnmac_send_queue_add()
597 *rgbuf = m->m_pkthdr.ph_cookie; in cnmac_send_queue_del()
1110 m->m_pkthdr.ph_cookie = (void *)pktbuf; in cnmac_mbuf_alloc()
1146 if ((paddr_t)m->m_pkthdr.ph_cookie != pktbuf) in cnmac_recv_mbuf()
1148 "pktbuf %p", __func__, m->m_pkthdr.ph_cookie, in cnmac_recv_mbuf()
1163 m->m_pkthdr.ph_cookie = NULL; in cnmac_recv_mbuf()
H A Dif_ogx.c980 KASSERTMSG((paddr_t)m->m_pkthdr.ph_cookie == pktbuf, in ogx_extract_mbuf()
982 DEVNAME(sc), m->m_pkthdr.ph_cookie, (void *)pktbuf); in ogx_extract_mbuf()
983 m->m_pkthdr.ph_cookie = NULL; in ogx_extract_mbuf()
1196 m->m_pkthdr.ph_cookie = (void *)pktbuf; in ogx_load_mbufs()
1262 m0->m_pkthdr.ph_cookie = m0; in ogx_send_mbuf()
1334 word |= KVTOPHYS(&m0->m_pkthdr.ph_cookie) << PKO3_SEND_WORK_ADDR_S; in ogx_send_mbuf()
/openbsd/sys/dev/pci/
H A Dif_devar.h867 #define TULIP_GETCTX(m, t) ((t) (m)->m_pkthdr.ph_cookie + 0)
868 #define TULIP_SETCTX(m, c) ((void) ((m)->m_pkthdr.ph_cookie = (void *)(c)))
/openbsd/sys/net80211/
H A Dieee80211_output.c197 m->m_pkthdr.ph_cookie = ni; in ieee80211_mgmt_output()
2016 m->m_pkthdr.ph_cookie = ni; in ieee80211_get_compressed_bar()
2114 m->m_pkthdr.ph_cookie = ni; in ieee80211_beacon_alloc()
2162 m->m_pkthdr.ph_cookie = ni; in ieee80211_pwrsave()
H A Dieee80211_node.c3072 if (m->m_pkthdr.ph_cookie == ni) { in ieee80211_node_leave_pwrsave()
/openbsd/sys/net/
H A Difq.c440 m->m_pkthdr.ph_cookie = cookie; in ifq_deq_begin()
451 cookie = m->m_pkthdr.ph_cookie; in ifq_deq_commit()
H A Dpipex.c205 session = m->m_pkthdr.ph_cookie; in pipexintr()
1357 m0->m_pkthdr.ph_cookie = session; in pipex_pppoe_output()
/openbsd/sys/sys/
H A Dmbuf.h126 void *ph_cookie; /* additional data */ member
/openbsd/sys/dev/ic/
H A Dacx.c923 ni = m->m_pkthdr.ph_cookie; in acx_start()
950 ni = m->m_pkthdr.ph_cookie; in acx_start()
H A Dathn.c2828 ni = m->m_pkthdr.ph_cookie; in athn_start()
2836 ni = m->m_pkthdr.ph_cookie; in athn_start()
H A Drt2860.c1758 ni = m->m_pkthdr.ph_cookie; in rt2860_start()
1767 ni = m->m_pkthdr.ph_cookie; in rt2860_start()
H A Drtw.c1503 m->m_pkthdr.ph_cookie = ieee80211_ref_node(ic->ic_bss); in rtw_intr_beacon()
2699 *nip = m->m_pkthdr.ph_cookie; in rtw_80211_dequeue()
H A Dmalo.c1007 ni = m0->m_pkthdr.ph_cookie; in malo_start()
H A Drt2560.c1926 ni = m0->m_pkthdr.ph_cookie; in rt2560_start()
H A Dath.c862 ni = m->m_pkthdr.ph_cookie; in ath_start()
H A Drt2661.c1922 ni = m0->m_pkthdr.ph_cookie; in rt2661_start()
H A Datw.c3595 ni = m0->m_pkthdr.ph_cookie; in atw_start()
/openbsd/sys/dev/usb/
H A Dif_ral.c1220 ni = m0->m_pkthdr.ph_cookie; in ural_start()
H A Dif_atu.c1987 ni = m->m_pkthdr.ph_cookie; in atu_start()
H A Dif_rum.c1236 ni = m0->m_pkthdr.ph_cookie; in rum_start()
H A Dif_uath.c1469 ni = m0->m_pkthdr.ph_cookie; in uath_start()
H A Dif_upgt.c1355 ni = m->m_pkthdr.ph_cookie; in upgt_start()
H A Dif_otus.c1417 ni = m->m_pkthdr.ph_cookie; in otus_start()
H A Dif_athn_usb.c2430 ni = m->m_pkthdr.ph_cookie; in athn_usb_start()
H A Dif_zyd.c2242 ni = m->m_pkthdr.ph_cookie; in zyd_start()

12