Searched refs:stype (Results 26 - 50 of 57) sorted by relevance

123

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c291 enum ath_stomp_type stype = local
295 weight = mci_wlan_weights[stype];
/linux-master/fs/affs/
H A Damigaffs.c209 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {
290 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {
H A Dnamei.c219 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {
H A Dsuper.c433 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) {
H A Dfile.c138 AFFS_TAIL(sb, new_bh)->stype = cpu_to_be32(ST_FILE);
/linux-master/include/linux/
H A Dhwmon.h434 #define HWMON_CHANNEL_INFO(stype, ...) \
436 .type = hwmon_##stype, \
/linux-master/net/mac80211/
H A Dmesh.c1457 u16 stype,
1471 if (stype == IEEE80211_STYPE_PROBE_RESP &&
1516 ifmsh->sync_ops->rx_bcn_presp(sdata, stype, mgmt, len,
1686 u16 stype; local
1696 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
1698 switch (stype) {
1701 ieee80211_mesh_rx_bcn_presp(sdata, stype, mgmt, skb->len,
1456 ieee80211_mesh_rx_bcn_presp(struct ieee80211_sub_if_data *sdata, u16 stype, struct ieee80211_mgmt *mgmt, size_t len, struct ieee80211_rx_status *rx_status) argument
H A Dieee80211_i.h670 void (*rx_bcn_presp)(struct ieee80211_sub_if_data *sdata, u16 stype,
2443 u16 stype, u16 reason,
H A Drx.c3999 __le16 stype; local
4001 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE);
4009 switch (stype) {
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h429 #define SLI4_DISEED_SGE_OP_RX_VALUE(stype) \
430 (SLI4_DISEED_SGE_OP_##stype << SLI4_DISEED_SGE_OP_RX_SHIFT)
431 #define SLI4_DISEED_SGE_OP_TX_VALUE(stype) \
432 (SLI4_DISEED_SGE_OP_##stype << SLI4_DISEED_SGE_OP_TX_SHIFT)
575 #define SLI4_RQST_CMDSZ(stype) sizeof(struct sli4_rqst_##stype)
577 #define SLI4_RQST_PYLD_LEN(stype) \
578 cpu_to_le32(sizeof(struct sli4_rqst_##stype) - \
581 #define SLI4_RQST_PYLD_LEN_VAR(stype, varpyld) \
582 cpu_to_le32((sizeof(struct sli4_rqst_##stype)
[all...]
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h874 u16 stype = WLAN_FC_GET_STYPE(fc); local
880 if (stype & IEEE80211_STYPE_QOS_DATA)
/linux-master/net/ipv4/
H A Dip_tunnel_core.c357 int stype = ipv6_addr_type(&ip6h->saddr); local
365 if (stype == IPV6_ADDR_ANY || stype == IPV6_ADDR_MULTICAST ||
366 stype == IPV6_ADDR_LOOPBACK)
/linux-master/scripts/kconfig/
H A Dgconf.c1035 int stype; local
1107 stype = sym_get_type(sym);
1108 switch (stype) {
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c837 u8 stype, sztype, wraptype; local
891 stype = (val & DMP_SLAVE_TYPE) >> DMP_SLAVE_TYPE_S;
894 if (*regbase == 0 && stype == DMP_SLAVE_TYPE_SLAVE)
896 if (*wrapbase == 0 && stype == wraptype)
/linux-master/arch/sparc/include/asm/
H A Dvio.h23 u8 stype; member in struct:vio_msg_tag
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c265 u16 fc, type, stype; local
270 stype = WLAN_FC_GET_STYPE(fc);
272 if (stype != IEEE80211_STYPE_PSPOLL)
1747 u16 stype)
1744 rtllib_rx_frame_softmac(struct rtllib_device *ieee, struct sk_buff *skb, struct rtllib_rx_stats *rx_stats, u16 type, u16 stype) argument
H A Drtllib.h1645 u16 stype);
/linux-master/kernel/bpf/
H A Dverifier.c1185 static void mark_stack_slot_misc(struct bpf_verifier_env *env, u8 *stype) argument
1187 if (*stype == STACK_ZERO)
1189 if (env->allow_ptr_leaks && *stype == STACK_INVALID)
1191 *stype = STACK_MISC;
1194 static void scrub_spilled_slot(u8 *stype) argument
1196 if (*stype != STACK_INVALID)
1197 *stype = STACK_MISC;
4659 u8 new_type, *stype; local
4664 stype = &state->stack[spi].slot_type[slot % BPF_REG_SIZE];
4667 if (!env->allow_ptr_leaks && *stype !
4746 u8 *stype; local
4788 u8 *stype, type; local
7186 u8 *stype; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dfcnal-test.sh3961 local stype="$1"
3965 [ "${stype}" = "UDP" ] && arg="-D"
3973 log_test_addr ${a} $? 1 "Global ${stype} server, Rx reject icmp-port-unreach"
4018 local stype="$1"
4022 [ "${stype}" = "UDP" ] && arg="$arg -D"
4030 log_test_addr ${a} $? 1 "Global ${stype} server, Rx reject icmp-port-unreach"
/linux-master/include/net/bluetooth/
H A Dl2cap.h363 __u8 stype; member in struct:l2cap_conf_efs
/linux-master/security/selinux/ss/
H A Dpolicydb.c1914 u32 len, stype, otype; local
1933 stype = le32_to_cpu(buf[0]);
1943 if (unlikely(ebitmap_get_bit(&datum->stypes, stype - 1))) {
1984 return ebitmap_set_bit(&datum->stypes, stype - 1, 1);
/linux-master/net/bluetooth/
H A Dl2cap_core.c3053 efs.stype = chan->local_stype;
3062 efs.stype = L2CAP_SERV_BESTEFFORT;
3474 efs.stype != L2CAP_SERV_NOTRAFIC &&
3475 efs.stype != chan->local_stype) {
3522 chan->remote_stype = efs.stype;
3631 efs.stype != L2CAP_SERV_NOTRAFIC &&
3632 efs.stype != chan->local_stype)
/linux-master/drivers/message/fusion/
H A Dmptlan.c117 u16 stype; member in struct:mpt_lan_ohdr
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h1247 enum mlx4_port_type *stype,
/linux-master/io_uring/
H A Dio_uring.c4100 #define __BUILD_BUG_VERIFY_OFFSET_SIZE(stype, eoffset, esize, ename) do { \
4101 BUILD_BUG_ON(offsetof(stype, ename) != eoffset); \
4102 BUILD_BUG_ON(sizeof_field(stype, ename) != esize); \

Completed in 391 milliseconds

123