Home
last modified time | relevance | path

Searched refs:mib_value (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/staging/ks7010/
Dks_hostif.h208 struct hostif_mib_value mib_value; member
214 struct hostif_mib_value mib_value; member
Dks_hostif.c1266 pp->mib_value.size = cpu_to_le16(size); in hostif_mib_set_request()
1267 pp->mib_value.type = cpu_to_le16(type); in hostif_mib_set_request()
1268 memcpy(&pp->mib_value.body, data, size); in hostif_mib_set_request()
/linux-5.19.10/drivers/net/wireless/
Dwl3501.h379 u8 mib_value[100]; member
Dwl3501_cs.c422 memcpy(bf, this->sig_get_confirm.mib_value, size); in wl3501_get_mib_value()