| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_msg_common.h | 14 #define MSG_PREP(parms, mb, type, subtype, req, resp) do { \ argument 17 parms.tf_subtype = subtype; \ 25 #define MSG_PREP_NO_REQ(parms, mb, type, subtype, resp) do { \ argument 28 parms.tf_subtype = subtype; \ 36 #define MSG_PREP_NO_RESP(parms, mb, type, subtype, req) do { \ argument 39 parms.tf_subtype = subtype; \
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_adhoc.c | 289 switch (subtype) { in doprint() 319 uint8_t dir, type, subtype, qos; in adhoc_input() local 344 subtype = IEEE80211_FC0_SUBTYPE_QOS; in adhoc_input() 447 if (IEEE80211_HAS_SEQ(type, subtype) && in adhoc_input() 525 if (subtype == IEEE80211_FC0_SUBTYPE_QOS) in adhoc_input() 648 ieee80211_mgt_subtype_name(subtype), in adhoc_input() 664 vap->iv_recv_ctl(ni, m, subtype); in adhoc_input() 727 switch (subtype) { in adhoc_recv_mgmt() 768 subtype, rssi, nf); in adhoc_recv_mgmt() 1016 switch (subtype) { in ahdemo_recv_mgmt() [all …]
|
| H A D | ieee80211_wds.c | 423 uint8_t dir, type, subtype, qos; in wds_input() local 447 subtype = IEEE80211_FC0_SUBTYPE_QOS; in wds_input() 485 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in wds_input() 506 if (IEEE80211_HAS_SEQ(type, subtype)) { in wds_input() 588 if (subtype == IEEE80211_FC0_SUBTYPE_QOS) in wds_input() 628 if (subtype == IEEE80211_FC0_SUBTYPE_NODATA || in wds_input() 629 subtype == IEEE80211_FC0_SUBTYPE_QOS_NULL) in wds_input() 707 ieee80211_mgt_subtype_name(subtype), in wds_input() 717 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf); in wds_input() 754 switch (subtype) { in wds_recv_mgmt() [all …]
|
| H A D | ieee80211_sta.c | 520 switch (subtype) { in doprint() 550 uint8_t dir, type, subtype, qos; in sta_input() local 575 subtype = IEEE80211_FC0_SUBTYPE_QOS; in sta_input() 647 if ( IEEE80211_HAS_SEQ(type, subtype) && in sta_input() 969 vap->iv_recv_ctl(ni, m, subtype); in sta_input() 1404 switch (subtype) { in sta_recv_mgmt() 1637 &scan, wh, subtype, rssi, nf); in sta_recv_mgmt() 1682 subtype, rssi, nf); in sta_recv_mgmt() 1824 ISREASSOC(subtype) ? "re" : ""); in sta_recv_mgmt() 1919 ISREASSOC(subtype) ? "re" : "", in sta_recv_mgmt() [all …]
|
| H A D | ieee80211_input.h | 67 ieee80211_mgt_subtype_name(subtype), \ 204 uint8_t type, subtype; in ieee80211_check_rxseq() local 210 subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in ieee80211_check_rxseq() 216 if (! IEEE80211_HAS_SEQ(type, subtype)) in ieee80211_check_rxseq() 319 const uint8_t mac[IEEE80211_ADDR_LEN], int subtype, int arg);
|
| H A D | ieee80211_hostap.c | 455 switch (subtype) { in doprint() 485 uint8_t dir, type, subtype, qos; in hostap_input() local 510 subtype = IEEE80211_FC0_SUBTYPE_QOS; in hostap_input() 579 if (IEEE80211_HAS_SEQ(type, subtype)) { in hostap_input() 713 if (subtype == IEEE80211_FC0_SUBTYPE_QOS) in hostap_input() 842 ieee80211_mgt_subtype_name(subtype), in hostap_input() 890 vap->iv_recv_ctl(ni, m, subtype); in hostap_input() 1758 switch (subtype) { in hostap_recv_mgmt() 1803 subtype, rssi, nf); in hostap_recv_mgmt() 2319 ieee80211_mgt_subtype_name(subtype), in hostap_recv_mgmt() [all …]
|
| H A D | ieee80211_scan.h | 189 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,
|
| H A D | ieee80211_proto.h | 58 ieee80211_mgt_subtype_name(uint8_t subtype) in ieee80211_mgt_subtype_name() argument 60 return mgt_subtype_name[(subtype & IEEE80211_FC0_SUBTYPE_MASK) >> in ieee80211_mgt_subtype_name() 65 ieee80211_ctl_subtype_name(uint8_t subtype) in ieee80211_ctl_subtype_name() argument 67 return ctl_subtype_name[(subtype & IEEE80211_FC0_SUBTYPE_MASK) >> in ieee80211_ctl_subtype_name()
|
| H A D | ieee80211_mesh.c | 1542 uint8_t dir, type, subtype, ae; in mesh_input() local 1760 if (subtype == IEEE80211_FC0_SUBTYPE_NODATA || in mesh_input() 1797 ieee80211_mgt_subtype_name(subtype), in mesh_input() 1847 switch (subtype) { in mesh_recv_mgmt() 1867 if (subtype == IEEE80211_FC0_SUBTYPE_BEACON) { in mesh_recv_mgmt() 1889 subtype, rssi, nf); in mesh_recv_mgmt() 2098 switch (subtype) { in mesh_recv_ctl() 2136 switch (subtype) { in mesh_parse_meshpeering_action() 2215 switch (subtype) { in mesh_parse_meshpeering_action() 3164 switch (subtype) { in mesh_verify_meshpeer() [all …]
|
| H A D | ieee80211_scan.c | 556 ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew, in ieee80211_scan_dump_probe_beacon() argument 563 ieee80211_mgt_subtype_name(subtype), sp->chan, sp->bchan); in ieee80211_scan_dump_probe_beacon() 585 int subtype, int rssi, int noise) in ieee80211_add_scan() argument 589 return (ic->ic_scan_methods->sc_add_scan(vap, curchan, sp, wh, subtype, in ieee80211_add_scan()
|
| H A D | ieee80211_tdma.c | 120 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf); 332 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) in tdma_recv_mgmt() argument 338 if (subtype == IEEE80211_FC0_SUBTYPE_BEACON && in tdma_recv_mgmt() 354 wh, ieee80211_mgt_subtype_name(subtype), in tdma_recv_mgmt() 403 ts->tdma_recv_mgmt(ni, m0, subtype, rxs, rssi, nf); in tdma_recv_mgmt()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 1088 topo_node_type type, uintptr_t subtype) in topo_add_node_by_hwid() argument 1095 && node->type == type && node->subtype == subtype) { in topo_add_node_by_hwid() 1105 node->subtype = subtype; in topo_add_node_by_hwid() 1117 topo_node_type type, uintptr_t subtype) in topo_find_node_by_hwid() argument 1124 && node->type == type && node->subtype == subtype) { in topo_find_node_by_hwid() 1215 node->subtype = 1; in topo_set_pu_id() 1228 uintptr_t subtype; member 1235 .subtype = CG_SHARE_L3, 1258 (spec->match_subtype && node->subtype != spec->subtype)) { in topo_analyze_table()
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.h | 55 uint8_t subtype; member 88 uint8_t subtype; member 111 uint8_t subtype; member
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 135 oid->subtype = 0; in oid_fill() 240 ep->oid.subtype = subtype; in get_extra_parms() 249 switch (subtype) { in get_extra_parms() 1361 aqm_extra ->oid.subtype = 0; in ipfw_config_pipe() 1373 sch_extra ->oid.subtype = 0; in ipfw_config_pipe() 1378 aqm_extra ->oid.subtype = 0; in ipfw_config_pipe() 1576 aqm_extra->oid.subtype = DN_AQM_PARAMS; in ipfw_config_pipe() 1658 sch->oid.subtype = 0; /* use string */ in ipfw_config_pipe() 1952 oid->subtype = DN_LINK; /* list pipe */ in dummynet_list() 1955 oid->subtype = DN_FS; /* list queue */ in dummynet_list() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | smp.h | 59 uintptr_t subtype; member 116 topo_node_type type, uintptr_t subtype); 118 topo_node_type type, uintptr_t subtype);
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 523 tent->subtype = AF_INET; in ta_dump_radix_tentry() 531 tent->subtype = AF_INET6; in ta_dump_radix_tentry() 1374 tent->subtype = AF_INET; in ta_dump_chash_tentry() 1380 tent->subtype = AF_INET6; in ta_dump_chash_tentry() 1468 tei.subtype = AF_INET; in ta_find_chash_tentry() 1486 tei.subtype = AF_INET6; in ta_find_chash_tentry() 3363 tent->subtype = ent->af; in ta_dump_fhash_tentry() 3395 ent->af = tei->subtype; in tei_to_fhash_ent() 3441 tei.subtype = tent->subtype; in ta_find_fhash_tentry() 3919 tent->subtype = AF_INET; in ta_dump_kfib_tentry_int() [all …]
|
| H A D | ip_fw_table.c | 303 if (tc->no.subtype != ti->type) in find_ref_table() 939 tei.subtype = AF_INET; in manage_table_ent_v0() 941 tei.subtype = AF_INET6; in manage_table_ent_v0() 1037 ptei->subtype = ptent->subtype; in manage_table_ent_v1() 1415 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) { in swap_tables() 1908 if (compat == 0 || tc_new->no.subtype != tc->no.subtype) { in create_table_internal() 2071 i->type = tc->no.subtype; in export_table_info() 2256 xtbl->type = tc->no.subtype; in dump_table_v0() 2490 if (tc->no.subtype == IPFW_TABLE_ADDR && tent->subtype == AF_INET) { in dump_table_xentry() 3019 uint8_t subtype; in ipfw_switch_tables_namespace() local [all …]
|
| H A D | ip_dummynet.c | 1776 a.sch->oid.subtype = DN_SCHED_WF2QP; in config_sched() 1781 a.sch->oid.subtype, a.sch->name); in config_sched() 1786 a.sch->oid.subtype = a.fp->type; in config_sched() 1817 s->sch.oid.type, s->sch.oid.subtype, in config_sched() 1884 a.sch->oid.subtype = DN_SCHED_FIFO; in config_sched() 2036 switch (o.subtype) { in do_config() 2139 switch (cmd->subtype) { in compute_space() 2235 cmd->subtype = DN_GET_COMPAT; in dummynet_get() 2242 if(cmd->subtype == DN_AQM_PARAMS) { in dummynet_get() 2258 if (cmd->subtype == DN_LINK) { in dummynet_get() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | qcom.yaml | 21 compatible = "qcom,<SoC>[-<soc_version>][-<foundry_id>]-<board>[/<subtype>][-<board_version>]" 61 The 'foundry_id' and 'subtype' elements are one or more digits from 0 to 9. 72 A dragonboard board v0.1 of subtype 1 with an apq8074 SoC version 2, made in
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 1121 struct ng_parse_type subtype; in ng_bytearray_parse() local 1123 subtype = ng_parse_bytearray_subtype; in ng_bytearray_parse() 1124 subtype.private = __DECONST(void *, type->info); in ng_bytearray_parse() 1133 struct ng_parse_type subtype; in ng_bytearray_unparse() local 1135 subtype = ng_parse_bytearray_subtype; in ng_bytearray_unparse() 1136 subtype.private = __DECONST(void *, type->info); in ng_bytearray_unparse() 1137 return ng_array_unparse(&subtype, data, off, cbuf, cbuflen); in ng_bytearray_unparse() 1144 struct ng_parse_type subtype; in ng_bytearray_getDefault() local 1146 subtype = ng_parse_bytearray_subtype; in ng_bytearray_getDefault() 1147 subtype.private = __DECONST(void *, type->info); in ng_bytearray_getDefault() [all …]
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_dcb.c | 346 u8 subtype; in ice_parse_ieee_tlv() local 349 subtype = (u8)((ouisubtype & ICE_LLDP_TLV_SUBTYPE_M) >> in ice_parse_ieee_tlv() 351 switch (subtype) { in ice_parse_ieee_tlv() 518 u8 subtype, feat_tlv_count = 0; in ice_parse_cee_tlv() local 523 subtype = (u8)((ouisubtype & ICE_LLDP_TLV_SUBTYPE_M) >> in ice_parse_cee_tlv() 526 if (subtype != ICE_CEE_DCBX_TYPE) in ice_parse_cee_tlv() 543 subtype = (u8)((typelen & ICE_LLDP_TLV_TYPE_M) >> in ice_parse_cee_tlv() 545 switch (subtype) { in ice_parse_cee_tlv()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.h | 354 #define PF_OSFP_UNPACK(osfp, class, version, subtype) do { \ argument 359 (subtype) = (osfp) & ((1 << _FP_SUBTYPE_BITS) - 1); \ 361 #define PF_OSFP_PACK(osfp, class, version, subtype) do { \ argument 366 (osfp) |= (subtype) & ((1 << _FP_SUBTYPE_BITS) - 1); \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | ti,sci-inta.txt | 47 - ti,sci-rm-range-vint: Array of TISCI subtype ids representing vints(inta 50 - ti,sci-rm-range-global-event: Array of TISCI subtype ids representing the
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_dcb.c | 249 u8 subtype; in i40e_parse_ieee_tlv() local 252 subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >> in i40e_parse_ieee_tlv() 254 switch (subtype) { in i40e_parse_ieee_tlv() 416 u8 subtype, feat_tlv_count = 0; in i40e_parse_cee_tlv() local 420 subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >> in i40e_parse_cee_tlv() 423 if (subtype != I40E_CEE_DCBX_TYPE) in i40e_parse_cee_tlv() 441 subtype = (u8)((typelength & I40E_LLDP_TLV_TYPE_MASK) >> in i40e_parse_cee_tlv() 443 switch (subtype) { in i40e_parse_cee_tlv()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 505 int subtype; in topo_probe() member 565 topo_layers[nlayers].subtype = i + 1; in topo_probe() 569 topo_layers[nlayers].subtype, in topo_probe() 598 topo_layers[layer].subtype); in topo_probe() 607 topo_layers[layer].subtype); in topo_probe() 747 if (node->subtype == 0) in cpu_mp_announce() 786 cg_root->cg_level = root->subtype; in x86topo_add_sched_group()
|