Searched refs:tag_p (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/udf/ |
D | misc.c | 202 struct tag *tag_p; in udf_read_tagged() local 217 tag_p = (struct tag *)(bh->b_data); in udf_read_tagged() 219 *ident = le16_to_cpu(tag_p->tagIdent); in udf_read_tagged() 221 if (location != le32_to_cpu(tag_p->tagLocation)) { in udf_read_tagged() 223 block, le32_to_cpu(tag_p->tagLocation), location); in udf_read_tagged() 228 checksum = udf_tag_checksum(tag_p); in udf_read_tagged() 229 if (checksum != tag_p->tagChecksum) { in udf_read_tagged() 231 block, checksum, tag_p->tagChecksum); in udf_read_tagged() 236 if (tag_p->descVersion != cpu_to_le16(0x0002U) && in udf_read_tagged() 237 tag_p->descVersion != cpu_to_le16(0x0003U)) { in udf_read_tagged() [all …]
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 58 static void ieee80211_MFIE_Brate(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_MFIE_Brate() argument 60 u8 *tag = *tag_p; in ieee80211_MFIE_Brate() 72 *tag_p = tag; in ieee80211_MFIE_Brate() 75 static void ieee80211_MFIE_Grate(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_MFIE_Grate() argument 77 u8 *tag = *tag_p; in ieee80211_MFIE_Grate() 93 *tag_p = tag; in ieee80211_MFIE_Grate() 96 static void ieee80211_WMM_Info(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_WMM_Info() argument 98 u8 *tag = *tag_p; in ieee80211_WMM_Info() 116 *tag_p = tag; in ieee80211_WMM_Info() 120 static void ieee80211_TURBO_Info(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_TURBO_Info() argument [all …]
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 56 static void rtllib_MFIE_Brate(struct rtllib_device *ieee, u8 **tag_p) in rtllib_MFIE_Brate() argument 58 u8 *tag = *tag_p; in rtllib_MFIE_Brate() 72 *tag_p = tag; in rtllib_MFIE_Brate() 75 static void rtllib_MFIE_Grate(struct rtllib_device *ieee, u8 **tag_p) in rtllib_MFIE_Grate() argument 77 u8 *tag = *tag_p; in rtllib_MFIE_Grate() 94 *tag_p = tag; in rtllib_MFIE_Grate() 97 static void rtllib_WMM_Info(struct rtllib_device *ieee, u8 **tag_p) in rtllib_WMM_Info() argument 99 u8 *tag = *tag_p; in rtllib_WMM_Info() 110 *tag_p = tag; in rtllib_WMM_Info() 113 static void rtllib_TURBO_Info(struct rtllib_device *ieee, u8 **tag_p) in rtllib_TURBO_Info() argument [all …]
|