Searched refs:mprot (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661.c1366 struct mbuf *mprot; local
1371 mprot = ieee80211_alloc_prot(ni, m, rate, prot);
1372 if (mprot == NULL) {
1382 error = bus_dmamap_load_mbuf_sg(txq->data_dmat, data->map, mprot, segs,
1387 m_freem(mprot);
1391 data->m = mprot;
1401 rt2661_setup_tx_desc(sc, desc, flags, 0, mprot->m_pkthdr.len,
H A Drt2560.c1598 struct mbuf *mprot; local
1603 mprot = ieee80211_alloc_prot(ni, m, rate, prot);
1604 if (mprot == NULL) {
1615 mprot, segs, &nsegs, 0);
1619 m_freem(mprot);
1623 data->m = mprot;
1633 rt2560_setup_tx_desc(sc, desc, flags, mprot->m_pkthdr.len, protrate, 1,
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c1132 struct mbuf *mprot; local
1135 mprot = ieee80211_alloc_prot(ni, m, rate, prot);
1136 if (mprot == NULL) {
1152 data->m = mprot;
1155 ural_setup_tx_desc(sc, &data->desc, flags, mprot->m_pkthdr.len, protrate);
H A Dif_rum.c1422 struct mbuf *mprot; local
1427 mprot = ieee80211_alloc_prot(ni, m, rate, prot);
1428 if (mprot == NULL) {
1444 data->m = mprot;
1448 mprot->m_pkthdr.len, protrate);
H A Dif_run.c3656 struct mbuf *mprot; local
3669 mprot = ieee80211_alloc_prot(ni, m, rate, prot);
3670 if (mprot == NULL) {
3694 data->m = mprot;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c3297 struct mbuf *mprot; local
3314 mprot = ieee80211_alloc_rts(ic, wh->i_addr1, wh->i_addr2, dur);
3316 mprot = ieee80211_alloc_cts(ic, vap->iv_myaddr, dur);
3318 return (mprot);

Completed in 82 milliseconds