mprot 1758 dev/ic/rt2560.c struct mbuf *mprot;
mprot 1771 dev/ic/rt2560.c mprot = ieee80211_get_rts(ic, wh, dur);
mprot 1773 dev/ic/rt2560.c mprot = ieee80211_get_cts_to_self(ic, dur);
mprot 1775 dev/ic/rt2560.c if (mprot == NULL) {
mprot 1785 dev/ic/rt2560.c error = bus_dmamap_load_mbuf(sc->sc_dmat, data->map, mprot,
mprot 1790 dev/ic/rt2560.c m_freem(mprot);
mprot 1795 dev/ic/rt2560.c data->m = mprot;
mprot 1803 dev/ic/rt2560.c mprot->m_pkthdr.len, protrate, 1,
mprot 1604 dev/ic/rt2661.c struct mbuf *mprot;
mprot 1617 dev/ic/rt2661.c mprot = ieee80211_get_rts(ic, wh, dur);
mprot 1619 dev/ic/rt2661.c mprot = ieee80211_get_cts_to_self(ic, dur);
mprot 1621 dev/ic/rt2661.c if (mprot == NULL) {
mprot 1631 dev/ic/rt2661.c error = bus_dmamap_load_mbuf(sc->sc_dmat, data->map, mprot,
mprot 1636 dev/ic/rt2661.c m_freem(mprot);
mprot 1641 dev/ic/rt2661.c data->m = mprot;
mprot 1649 dev/ic/rt2661.c 0, mprot->m_pkthdr.len, protrate, data->map->dm_segs,
mprot 1095 dev/usb/if_ral.c struct mbuf *mprot;
mprot 1108 dev/usb/if_ral.c mprot = ieee80211_get_rts(ic, wh, dur);
mprot 1110 dev/usb/if_ral.c mprot = ieee80211_get_cts_to_self(ic, dur);
mprot 1112 dev/usb/if_ral.c if (mprot == NULL) {
mprot 1125 dev/usb/if_ral.c m_copydata(mprot, 0, mprot->m_pkthdr.len,
mprot 1129 dev/usb/if_ral.c mprot->m_pkthdr.len, protrate);
mprot 1132 dev/usb/if_ral.c xferlen = RAL_TX_DESC_SIZE + mprot->m_pkthdr.len;
mprot 1137 dev/usb/if_ral.c m_freem(mprot);
mprot 1104 dev/usb/if_rum.c struct mbuf *mprot;
mprot 1117 dev/usb/if_rum.c mprot = ieee80211_get_rts(ic, wh, dur);
mprot 1119 dev/usb/if_rum.c mprot = ieee80211_get_cts_to_self(ic, dur);
mprot 1121 dev/usb/if_rum.c if (mprot == NULL) {
mprot 1134 dev/usb/if_rum.c m_copydata(mprot, 0, mprot->m_pkthdr.len,
mprot 1138 dev/usb/if_rum.c 0, mprot->m_pkthdr.len, protrate);
mprot 1141 dev/usb/if_rum.c xferlen = RT2573_TX_DESC_SIZE + mprot->m_pkthdr.len;
mprot 1146 dev/usb/if_rum.c m_freem(mprot);