Searched refs:subtype (Results 1 - 25 of 45) sorted by path

12

/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A Dvirtio_scsi.h66 uint32_t subtype; member in struct:virtio_scsi_ctrl_tmf_req
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h412 uint8_t subtype : 4; member in struct:nvme_sgl_descriptor::__anon9::__anon10
419 uint8_t subtype : 4; member in struct:nvme_sgl_descriptor::__anon9::__anon11
426 uint64_t subtype : 4; member in struct:nvme_sgl_descriptor::__anon9::__anon12
H A Dnvme_qpair.c608 req->cmd.dptr.sgl1.unkeyed.subtype = 0;
632 sgl->unkeyed.subtype = 0;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_btcoex_mci.c436 uint32_t offset, subtype, opcode; local
564 subtype = MCI_GPM_TYPE(pGpm);
568 if (MCI_GPM_IS_CAL_TYPE(subtype)) {
569 ath_btcoex_mci_cal_msg(sc, subtype,
572 switch (subtype) {
H A Dif_ath_rx.h38 int subtype, const struct ieee80211_rx_stats *rxs,
H A Dif_ath.c185 static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
3970 ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) argument
3977 qi.tqi_subtype = subtype;
H A Dif_ath_rx.c337 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf)
363 ATH_VAP(vap)->av_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
364 switch (subtype) {
336 ath_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
H A Dif_ath_tx.c1449 uint8_t type, subtype; local
1453 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
1460 subtype == IEEE80211_FC0_SUBTYPE_BAR) {
1466 subtype == IEEE80211_FC0_SUBTYPE_BAR) {
1481 "(type=%d, subtype=%d)\n",
1482 __func__, ni->ni_macaddr, ":", type, subtype);
1565 u_int subtype, flags; local
1649 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
1650 if (subtype == IEEE80211_FC0_SUBTYPE_BEACON)
1652 else if (subtype
1917 uint8_t type, subtype; local
2156 uint8_t type, subtype; local
2990 uint8_t subtype; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c991 le32toh(cmd->subtype), le32toh(cmd->seq), le32toh(cmd->len),
1120 uint8_t subtype; local
1128 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
1130 if (subtype != IEEE80211_FC0_SUBTYPE_BEACON &&
1131 subtype != IEEE80211_FC0_SUBTYPE_PROBE_RESP)
1508 sc->cmd.subtype = 0;
1594 shdr->hdr.subtype = 0;
1659 shdr->hdr.type, shdr->hdr.subtype, shdr->hdr.encrypted,
H A Dif_ipwreg.h167 uint32_t subtype; member in struct:ipw_hdr
213 uint32_t subtype; member in struct:ipw_cmd
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c1660 wpi_ibss_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, int subtype, argument
1669 wvp->wv_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
1672 (subtype == IEEE80211_FC0_SUBTYPE_BEACON ||
1673 subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP)) {
2298 "subtype=%x alive=%x\n", uc->major, uc->minor,
2299 uc->subtype, le32toh(uc->valid));
2894 uint8_t subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; local
2897 if (subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP)
2899 if (subtype == IEEE80211_FC0_SUBTYPE_ASSOC_REQ ||
2900 subtype
3020 uint8_t subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; local
[all...]
H A Dif_wpireg.h709 uint8_t subtype; member in struct:wpi_ucode_info
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c33 char *subtype; member in struct:mount_opts
81 FUSE_MOUNT_OPT("subtype=%s", subtype),
87 FUSE_OPT_KEY("subtype=", KEY_SUBTYPE_OPT),
/haiku/src/kits/storage/mime/
H A DSnifferRules.cpp371 // Get the subtype's name
372 char subtype[B_PATH_NAME_LENGTH]; local
373 if (subEntry.GetName(subtype) == B_OK) {
374 BPrivate::Storage::to_lower(subtype);
378 supertype, subtype);
380 // Process the subtype
424 "supertype/subtype" form rules are checked before "supertype-only" form
533 and lowercase. Both "supertype" and "supertype/subtype" mime types
H A DTextSnifferAddon.cpp157 const char *subtype = NULL; local
251 subtype = "troff or preprocessor input";
259 subtype = "fortran program";
290 subtype = types[p->type].human;
303 (void)subtype;
350 // If we have identified the subtype, return it, otherwise just
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.h189 int subtype, int rssi, int noise);
317 int subtype, int rssi, int noise);
346 void ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew,
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c4611 uint8_t type, subtype; local
4619 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
4620 if (ieee80211_has_qos(wh) && (subtype & IEEE80211_FC0_SUBTYPE_NODATA))
4779 uint8_t subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; local
4784 (hasqos && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) ||
4965 uint8_t baid, type, subtype; local
4973 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
4981 if (subtype & IEEE80211_FC0_SUBTYPE_NODATA)
4985 subtype != IEEE80211_FC0_SUBTYPE_BAR)
5021 subtype
6168 uint8_t type, subtype; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c4758 uint8_t type, subtype; local
4766 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
4767 if (ieee80211_has_qos(wh) && (subtype & IEEE80211_FC0_SUBTYPE_NODATA))
4989 uint8_t subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; local
4994 (hasqos && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) ||
5175 uint8_t baid, type, subtype; local
5183 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
5191 if (subtype & IEEE80211_FC0_SUBTYPE_NODATA)
5195 subtype != IEEE80211_FC0_SUBTYPE_BAR)
5231 subtype
6731 uint8_t tid, type, subtype; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c3167 uint8_t type, subtype; local
3171 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK;
3177 "%s: beacon_wait, type=%d, subtype=%d\n",
3178 __func__, type, subtype);
3180 subtype == IEEE80211_FC0_SUBTYPE_BEACON) {
4083 "subtype=%x alive=%x\n", uc->major, uc->minor,
4084 uc->subtype, le32toh(uc->valid));
4091 if (uc->subtype == IWN_UCODE_INIT) {
4728 uint8_t subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; local
4731 if (subtype
4822 uint8_t subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; local
[all...]
H A Dif_iwnreg.h1288 uint8_t subtype; member in struct:iwn_ucode_info
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c904 rum_sta_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, int subtype, argument
913 subtype == IEEE80211_FC0_SUBTYPE_BEACON) {
931 rvp->recv_mgmt(ni, m, subtype, rxs, rssi, nf);
H A Dif_run.c2842 run_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, int subtype, argument
2850 rvp->recv_mgmt(ni, m, subtype, rxs, rssi, nf);
2853 (subtype == IEEE80211_FC0_SUBTYPE_BEACON ||
2854 subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP)) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_rx.c327 rtwn_adhoc_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, int subtype, argument
336 uvp->recv_mgmt(ni, m, subtype, rxs, rssi, nf);
339 (subtype == IEEE80211_FC0_SUBTYPE_BEACON ||
340 subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP)) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_reg.h664 #define R92C_RXFLTMAP_SUBTYPE(subtype) \
665 (1 << ((subtype) >> IEEE80211_FC0_SUBTYPE_SHIFT))
/haiku/src/bin/listusb/
H A Dusb_audio.cpp662 uint8 subtype = descriptor->data[0]; local
663 switch (subtype) {
804 uint8 subtype = descriptor->data[0]; local
805 switch (subtype) {

Completed in 338 milliseconds

12