Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Drndis_host.c306 __le32 phym_unspec, *phym; in generic_rndis_bind() local
387 phym = NULL; in generic_rndis_bind()
388 reply_len = sizeof *phym; in generic_rndis_bind()
391 reply_len, (void **)&phym, &reply_len); in generic_rndis_bind()
392 if (retval != 0 || !phym) { in generic_rndis_bind()
395 phym = &phym_unspec; in generic_rndis_bind()
398 le32_to_cpup(phym) != RNDIS_PHYSICAL_MEDIUM_WIRELESS_LAN) { in generic_rndis_bind()
405 le32_to_cpup(phym) == RNDIS_PHYSICAL_MEDIUM_WIRELESS_LAN) { in generic_rndis_bind()