/drivers/net/ethernet/mellanox/mlx4/ |
D | sense.c | 65 enum mlx4_port_type *stype, in mlx4_do_sense_ports() argument 73 stype[i - 1] = 0; in mlx4_do_sense_ports() 76 err = mlx4_SENSE_PORT(dev, i, &stype[i - 1]); in mlx4_do_sense_ports() 78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports() 98 enum mlx4_port_type stype[MLX4_MAX_PORTS]; in mlx4_sense_port() local 101 mlx4_do_sense_ports(dev, stype, &dev->caps.port_type[1]); in mlx4_sense_port() 103 if (mlx4_check_port_params(dev, stype)) in mlx4_sense_port() 106 if (mlx4_change_port_types(dev, stype)) in mlx4_sense_port()
|
D | mlx4.h | 1147 enum mlx4_port_type *stype,
|
/drivers/net/wireless/hostap/ |
D | hostap_80211_rx.c | 394 int stype) in hostap_rx_sta_beacon() argument 474 u16 stype) in hostap_rx_frame_mgmt() argument 480 if (stype == IEEE80211_STYPE_BEACON && in hostap_rx_frame_mgmt() 505 skb->dev->name, type >> 2, stype >> 4); in hostap_rx_frame_mgmt() 512 (stype == IEEE80211_STYPE_BEACON || in hostap_rx_frame_mgmt() 513 stype == IEEE80211_STYPE_PROBE_RESP)) { in hostap_rx_frame_mgmt() 514 hostap_rx_sta_beacon(local, skb, stype); in hostap_rx_frame_mgmt() 517 (stype == IEEE80211_STYPE_ASSOC_RESP || in hostap_rx_frame_mgmt() 518 stype == IEEE80211_STYPE_REASSOC_RESP)) { in hostap_rx_frame_mgmt() 526 skb->dev->name, type >> 2, stype >> 4); in hostap_rx_frame_mgmt() [all …]
|
D | hostap_ap.c | 2205 u16 fc, type, stype; in handle_ap_item() local 2213 stype = fc & IEEE80211_FCTL_STYPE; in handle_ap_item() 2221 if (stype == IEEE80211_STYPE_NULLFUNC) { in handle_ap_item() 2240 stype == IEEE80211_STYPE_NULLFUNC) in handle_ap_item() 2247 if (type == IEEE80211_FTYPE_MGMT && stype == IEEE80211_STYPE_BEACON) { in handle_ap_item() 2253 if (type == IEEE80211_FTYPE_CTL && stype == IEEE80211_STYPE_PSPOLL) { in handle_ap_item() 2260 "subtype=0x%02x\n", type, stype); in handle_ap_item() 2282 switch (stype) { in handle_ap_item() 2309 stype >> 4); in handle_ap_item() 2938 int pwrmgt, int type, int stype) in hostap_update_sta_ps2() argument [all …]
|
D | hostap.h | 49 int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype,
|
D | hostap_main.c | 1042 int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype, in prism2_sta_send_mgmt() argument 1057 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype); in prism2_sta_send_mgmt()
|
/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 172 u16 stype) in libipw_rx_frame_mgmt() argument 184 if (stype == WLAN_FC_STYPE_BEACON && in libipw_rx_frame_mgmt() 206 skb->dev->name, type, stype); in libipw_rx_frame_mgmt() 338 u16 fc, type, stype, sc; in libipw_rx() local 364 stype = WLAN_FC_GET_STYPE(fc); in libipw_rx() 469 if (type == WLAN_FC_TYPE_MGMT && stype == WLAN_FC_STYPE_AUTH && in libipw_rx() 479 if (libipw_rx_frame_mgmt(ieee, skb, rx_stats, type, stype)) in libipw_rx() 557 stype &= ~IEEE80211_STYPE_QOS_DATA; in libipw_rx() 559 if (stype != IEEE80211_STYPE_DATA && in libipw_rx() 560 stype != IEEE80211_STYPE_DATA_CFACK && in libipw_rx() [all …]
|
D | libipw.h | 884 u16 stype = WLAN_FC_GET_STYPE(fc); in libipw_get_hdrlen() local 890 if (stype & IEEE80211_STYPE_QOS_DATA) in libipw_get_hdrlen()
|
/drivers/net/ethernet/sun/ |
D | sunvnet.c | 66 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in vnet_handle_unknown() 84 pkt.tag.stype = VIO_SUBTYPE_INFO; in vnet_send_attr() 177 pkt->tag.stype = VIO_SUBTYPE_NACK; in handle_attr_info() 192 pkt->tag.stype = VIO_SUBTYPE_ACK; in handle_attr_info() 219 switch (pkt->tag.stype) { in vnet_handle_attr() 333 .stype = VIO_SUBTYPE_ACK, in vnet_send_ack() 583 if (pkt->tag.stype != VIO_SUBTYPE_ACK) in handle_mcast() 587 pkt->tag.stype, in handle_mcast() 664 msgbuf.tag.stype, in vnet_event() 672 if (msgbuf.tag.stype == VIO_SUBTYPE_INFO) { in vnet_event() [all …]
|
/drivers/block/ |
D | sunvdc.c | 174 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in vdc_handle_unknown() 190 pkt.tag.stype = VIO_SUBTYPE_INFO; in vdc_send_attr() 211 pkt->tag.stype, pkt->operations, in vdc_handle_attr() 216 if (pkt->tag.stype == VIO_SUBTYPE_ACK) { in vdc_handle_attr() 350 msgbuf.tag.stype, in vdc_event() 358 if (msgbuf.tag.stype == VIO_SUBTYPE_ACK) in vdc_event() 360 else if (msgbuf.tag.stype == VIO_SUBTYPE_NACK) in vdc_event() 383 .stype = VIO_SUBTYPE_INFO, in __vdc_tx_trigger()
|
/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 208 u16 stype) in rtllib_rx_frame_mgmt() argument 222 rtllib_rx_frame_softmac(ieee, skb, rx_stats, type, stype); in rtllib_rx_frame_mgmt() 898 u8 frag, type, stype; in rtllib_rx_check_duplicate() local 902 stype = WLAN_FC_GET_STYPE(fc); in rtllib_rx_check_duplicate() 910 if (!((type == RTLLIB_FTYPE_MGMT) && (stype == RTLLIB_STYPE_BEACON))) { in rtllib_rx_check_duplicate() 967 u8 type, stype; in rtllib_rx_data_filter() local 970 stype = WLAN_FC_GET_STYPE(fc); in rtllib_rx_data_filter() 992 if (stype != RTLLIB_STYPE_DATA && in rtllib_rx_data_filter() 993 stype != RTLLIB_STYPE_DATA_CFACK && in rtllib_rx_data_filter() 994 stype != RTLLIB_STYPE_DATA_CFPOLL && in rtllib_rx_data_filter() [all …]
|
D | rtllib_softmac.c | 297 u16 fc, type, stype; in softmac_ps_mgmt_xmit() local 302 stype = WLAN_FC_GET_STYPE(fc); in softmac_ps_mgmt_xmit() 305 if (stype != RTLLIB_STYPE_PSPOLL) in softmac_ps_mgmt_xmit() 2421 u16 stype) in rtllib_rx_frame_softmac() argument
|
D | rtllib.h | 2743 u16 stype);
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 215 u16 stype) in ieee80211_rx_frame_mgmt() argument 232 ieee80211_rx_frame_softmac(ieee, skb, rx_stats, type, stype); in ieee80211_rx_frame_mgmt() 249 if (stype == WLAN_FC_STYPE_BEACON && in ieee80211_rx_frame_mgmt() 271 skb->dev->name, type, stype); in ieee80211_rx_frame_mgmt() 897 u16 fc, type, stype, sc; in ieee80211_rx() local 937 stype = WLAN_FC_GET_STYPE(fc); in ieee80211_rx() 1060 if (ieee80211_rx_frame_mgmt(ieee, skb, rx_stats, type, stype)) in ieee80211_rx() 1135 if (stype != IEEE80211_STYPE_DATA && in ieee80211_rx() 1136 stype != IEEE80211_STYPE_DATA_CFACK && in ieee80211_rx() 1137 stype != IEEE80211_STYPE_DATA_CFPOLL && in ieee80211_rx() [all …]
|
D | ieee80211.h | 2408 u16 stype);
|
/drivers/staging/unisys/virtpci/ |
D | virtpci.c | 764 const char *stype; in fix_vbus_devInfo() local 786 stype = "vHBA"; in fix_vbus_devInfo() 789 stype = "vNIC"; in fix_vbus_devInfo() 792 stype = "unknown"; in fix_vbus_devInfo() 795 bus_device_info_init(&devInfo, stype, in fix_vbus_devInfo()
|
/drivers/net/wireless/ath/ath9k/ |
D | btcoex.c | 230 enum ath_stomp_type stype = in ath9k_hw_btcoex_set_weight() local 234 weight = mci_wlan_weights[stype]; in ath9k_hw_btcoex_set_weight()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.c | 552 u8 stype, sztype, wraptype; in brcmf_chip_dmp_get_regaddr() local 599 stype = (val & DMP_SLAVE_TYPE) >> DMP_SLAVE_TYPE_S; in brcmf_chip_dmp_get_regaddr() 602 if (*regbase == 0 && stype == DMP_SLAVE_TYPE_SLAVE) in brcmf_chip_dmp_get_regaddr() 604 if (*wrapbase == 0 && stype == wraptype) in brcmf_chip_dmp_get_regaddr()
|
/drivers/media/i2c/m5mols/ |
D | m5mols_core.c | 510 enum m5mols_restype stype = __find_restype(mf->code); in __find_resolution() local 516 if (stype == fsize->type) { in __find_resolution() 531 *type = stype; in __find_resolution()
|
/drivers/scsi/ |
D | gdth.c | 702 ha->stype = id; in gdth_init_eisa() 746 ha->stype = id; in gdth_init_eisa() 827 ha->stype= GDT2_ID; in gdth_init_isa() 874 ha->stype = (u32)pdev->device; in gdth_init_pci() 3853 switch (ha->stype) { in gdth_ctr_name() 4520 ctrt.type = (u8)((ha->stype>>20) - 0x10); in gdth_ioctl() 4523 ctrt.type = (u8)((ha->stype<<4) + 6); in gdth_ioctl() 4527 if (ha->stype >= 0x300) in gdth_ioctl() 4530 ctrt.ext_type = 0x6000 | ha->stype; in gdth_ioctl()
|
D | gdth.h | 843 u32 stype; /* subtype (PCI: device ID) */ member
|
/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 1241 __le16 stype; member
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 641 u16 stype; in mgt_dispatcher23a() local 655 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in mgt_dispatcher23a() 656 index = stype >> 4; in mgt_dispatcher23a() 683 switch (stype) in mgt_dispatcher23a()
|
/drivers/message/fusion/ |
D | mptlan.c | 120 u16 stype; member
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 2003 u16 fc = 0, type = 0, stype = 0; in rtl8192_tx() local 2023 stype = WLAN_FC_GET_STYPE(fc); in rtl8192_tx()
|