Searched refs:tag_p (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/udf/ |
D | misc.c | 191 struct tag *tag_p; in udf_read_tagged() local 206 tag_p = (struct tag *)(bh->b_data); in udf_read_tagged() 208 *ident = le16_to_cpu(tag_p->tagIdent); in udf_read_tagged() 210 if (location != le32_to_cpu(tag_p->tagLocation)) { in udf_read_tagged() 212 block, le32_to_cpu(tag_p->tagLocation), location); in udf_read_tagged() 217 checksum = udf_tag_checksum(tag_p); in udf_read_tagged() 218 if (checksum != tag_p->tagChecksum) { in udf_read_tagged() 220 block, checksum, tag_p->tagChecksum); in udf_read_tagged() 225 if (tag_p->descVersion != cpu_to_le16(0x0002U) && in udf_read_tagged() 226 tag_p->descVersion != cpu_to_le16(0x0003U)) { in udf_read_tagged() [all …]
|
/Linux-v6.6/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 57 static void ieee80211_MFIE_Brate(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_MFIE_Brate() argument 59 u8 *tag = *tag_p; in ieee80211_MFIE_Brate() 71 *tag_p = tag; in ieee80211_MFIE_Brate() 74 static void ieee80211_MFIE_Grate(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_MFIE_Grate() argument 76 u8 *tag = *tag_p; in ieee80211_MFIE_Grate() 92 *tag_p = tag; in ieee80211_MFIE_Grate() 95 static void ieee80211_WMM_Info(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_WMM_Info() argument 97 u8 *tag = *tag_p; in ieee80211_WMM_Info() 115 *tag_p = tag; in ieee80211_WMM_Info() 119 static void ieee80211_TURBO_Info(struct ieee80211_device *ieee, u8 **tag_p) in ieee80211_TURBO_Info() argument [all …]
|
/Linux-v6.6/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 48 static void rtllib_MFIE_Brate(struct rtllib_device *ieee, u8 **tag_p) in rtllib_MFIE_Brate() argument 50 u8 *tag = *tag_p; in rtllib_MFIE_Brate() 62 *tag_p = tag; in rtllib_MFIE_Brate() 65 static void rtllib_MFIE_Grate(struct rtllib_device *ieee, u8 **tag_p) in rtllib_MFIE_Grate() argument 67 u8 *tag = *tag_p; in rtllib_MFIE_Grate() 83 *tag_p = tag; in rtllib_MFIE_Grate() 86 static void rtllib_WMM_Info(struct rtllib_device *ieee, u8 **tag_p) in rtllib_WMM_Info() argument 88 u8 *tag = *tag_p; in rtllib_WMM_Info() 99 *tag_p = tag; in rtllib_WMM_Info() 102 static void rtllib_TURBO_Info(struct rtllib_device *ieee, u8 **tag_p) in rtllib_TURBO_Info() argument [all …]
|