Home
last modified time | relevance | path

Searched refs:mprot (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/dev/ral/
H A Drt2560.c1593 struct mbuf *mprot; in rt2560_sendprot() local
1598 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rt2560_sendprot()
1599 if (mprot == NULL) { in rt2560_sendprot()
1610 mprot, segs, &nsegs, 0); in rt2560_sendprot()
1614 m_freem(mprot); in rt2560_sendprot()
1618 data->m = mprot; in rt2560_sendprot()
1628 rt2560_setup_tx_desc(sc, desc, flags, mprot->m_pkthdr.len, protrate, 1, in rt2560_sendprot()
H A Drt2661.c1361 struct mbuf *mprot; in rt2661_sendprot() local
1366 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rt2661_sendprot()
1367 if (mprot == NULL) { in rt2661_sendprot()
1377 error = bus_dmamap_load_mbuf_sg(txq->data_dmat, data->map, mprot, segs, in rt2661_sendprot()
1382 m_freem(mprot); in rt2661_sendprot()
1386 data->m = mprot; in rt2661_sendprot()
1396 rt2661_setup_tx_desc(sc, desc, flags, 0, mprot->m_pkthdr.len, in rt2661_sendprot()
/freebsd-14.2/sys/dev/usb/wlan/
H A Dif_ural.c1124 struct mbuf *mprot; in ural_sendprot() local
1127 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in ural_sendprot()
1128 if (mprot == NULL) { in ural_sendprot()
1144 data->m = mprot; in ural_sendprot()
1147 ural_setup_tx_desc(sc, &data->desc, flags, mprot->m_pkthdr.len, protrate); in ural_sendprot()
H A Dif_rum.c1418 struct mbuf *mprot; in rum_sendprot() local
1423 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rum_sendprot()
1424 if (mprot == NULL) { in rum_sendprot()
1440 data->m = mprot; in rum_sendprot()
1444 mprot->m_pkthdr.len, protrate); in rum_sendprot()
H A Dif_run.c3650 struct mbuf *mprot; in run_sendprot() local
3663 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in run_sendprot()
3664 if (mprot == NULL) { in run_sendprot()
3688 data->m = mprot; in run_sendprot()
/freebsd-14.2/tests/sys/fs/fusefs/
H A Dutils.cc586 int mprot = PROT_READ | PROT_WRITE; in fork() local
598 sem = (sem_t*)mmap(NULL, sizeof(*sem), mprot, mflags, -1, 0); in fork()
H A Dinterrupt.cc157 const int mprot = PROT_READ | PROT_WRITE; in SetUp() local
163 mprot, mflags, -1, 0); in SetUp()
/freebsd-14.2/sys/net80211/
H A Dieee80211_output.c3355 struct mbuf *mprot; in ieee80211_alloc_prot() local
3372 mprot = ieee80211_alloc_rts(ic, wh->i_addr1, wh->i_addr2, dur); in ieee80211_alloc_prot()
3374 mprot = ieee80211_alloc_cts(ic, vap->iv_myaddr, dur); in ieee80211_alloc_prot()
3376 return (mprot); in ieee80211_alloc_prot()
/freebsd-14.2/sys/dev/bwn/
H A Dif_bwn.c6401 struct mbuf *mprot; in bwn_set_txhdr() local
6534 mprot = ieee80211_alloc_prot(ni, m, rate, ic->ic_protmode); in bwn_set_txhdr()
6535 if (mprot == NULL) { in bwn_set_txhdr()
6555 bcopy(mtod(mprot, uint8_t *), prot_ptr, mprot->m_pkthdr.len); in bwn_set_txhdr()
6556 m_freem(mprot); in bwn_set_txhdr()