Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2661.c1359 struct mbuf *mprot; in rt2661_sendprot() local
1364 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rt2661_sendprot()
1365 if (mprot == NULL) { in rt2661_sendprot()
1375 error = bus_dmamap_load_mbuf_sg(txq->data_dmat, data->map, mprot, segs, in rt2661_sendprot()
1380 m_freem(mprot); in rt2661_sendprot()
1384 data->m = mprot; in rt2661_sendprot()
1394 rt2661_setup_tx_desc(sc, desc, flags, 0, mprot->m_pkthdr.len, in rt2661_sendprot()
H A Drt2560.c1590 struct mbuf *mprot; in rt2560_sendprot() local
1595 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rt2560_sendprot()
1596 if (mprot == NULL) { in rt2560_sendprot()
1607 mprot, segs, &nsegs, 0); in rt2560_sendprot()
1611 m_freem(mprot); in rt2560_sendprot()
1615 data->m = mprot; in rt2560_sendprot()
1625 rt2560_setup_tx_desc(sc, desc, flags, mprot->m_pkthdr.len, protrate, 1, in rt2560_sendprot()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c1120 struct mbuf *mprot; in ural_sendprot() local
1123 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in ural_sendprot()
1124 if (mprot == NULL) { in ural_sendprot()
1140 data->m = mprot; in ural_sendprot()
1143 ural_setup_tx_desc(sc, &data->desc, flags, mprot->m_pkthdr.len, protrate); in ural_sendprot()
H A Dif_rum.c1417 struct mbuf *mprot; in rum_sendprot() local
1422 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in rum_sendprot()
1423 if (mprot == NULL) { in rum_sendprot()
1439 data->m = mprot; in rum_sendprot()
1443 mprot->m_pkthdr.len, protrate); in rum_sendprot()
H A Dif_mtw.c3259 struct mbuf *mprot; in mtw_sendprot() local
3272 mprot = ieee80211_alloc_prot(ni, m, rate, prot); in mtw_sendprot()
3273 if (mprot == NULL) { in mtw_sendprot()
3297 data->m = mprot; in mtw_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/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/sys/net80211/
H A Dieee80211_output.c3354 struct mbuf *mprot; in ieee80211_alloc_prot() local
3371 mprot = ieee80211_alloc_rts(ic, wh->i_addr1, wh->i_addr2, dur); in ieee80211_alloc_prot()
3373 mprot = ieee80211_alloc_cts(ic, vap->iv_myaddr, dur); in ieee80211_alloc_prot()
3375 return (mprot); in ieee80211_alloc_prot()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c6393 struct mbuf *mprot; in bwn_set_txhdr() local
6522 mprot = ieee80211_alloc_prot(ni, m, rate, ic->ic_protmode); in bwn_set_txhdr()
6523 if (mprot == NULL) { in bwn_set_txhdr()
6543 bcopy(mtod(mprot, uint8_t *), prot_ptr, mprot->m_pkthdr.len); in bwn_set_txhdr()
6544 m_freem(mprot); in bwn_set_txhdr()