Searched refs:tag_p (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/udf/ |
D | misc.c | 211 struct tag *tag_p; in udf_read_tagged() local 226 tag_p = (struct tag *)(bh->b_data); in udf_read_tagged() 228 *ident = le16_to_cpu(tag_p->tagIdent); in udf_read_tagged() 230 if (location != le32_to_cpu(tag_p->tagLocation)) { in udf_read_tagged() 232 block, le32_to_cpu(tag_p->tagLocation), location); in udf_read_tagged() 237 checksum = udf_tag_checksum(tag_p); in udf_read_tagged() 238 if (checksum != tag_p->tagChecksum) { in udf_read_tagged() 240 block, checksum, tag_p->tagChecksum); in udf_read_tagged() 245 if (tag_p->descVersion != cpu_to_le16(0x0002U) && in udf_read_tagged() 246 tag_p->descVersion != cpu_to_le16(0x0003U)) { in udf_read_tagged() [all …]
|
/linux-6.1.9/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-6.1.9/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 53 static void rtllib_MFIE_Brate(struct rtllib_device *ieee, u8 **tag_p) in rtllib_MFIE_Brate() argument 55 u8 *tag = *tag_p; in rtllib_MFIE_Brate() 69 *tag_p = tag; in rtllib_MFIE_Brate() 72 static void rtllib_MFIE_Grate(struct rtllib_device *ieee, u8 **tag_p) in rtllib_MFIE_Grate() argument 74 u8 *tag = *tag_p; in rtllib_MFIE_Grate() 91 *tag_p = tag; in rtllib_MFIE_Grate() 94 static void rtllib_WMM_Info(struct rtllib_device *ieee, u8 **tag_p) in rtllib_WMM_Info() argument 96 u8 *tag = *tag_p; in rtllib_WMM_Info() 107 *tag_p = tag; in rtllib_WMM_Info() 110 static void rtllib_TURBO_Info(struct rtllib_device *ieee, u8 **tag_p) in rtllib_TURBO_Info() argument [all …]
|