Searched refs:pcmcia_do_get_mac (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | pcmcia_cis.c | 390 * pcmcia_do_get_mac() - internal helper for pcmcia_get_mac_from_cis() 392 * pcmcia_do_get_mac() is the internal callback for the call from 397 static int pcmcia_do_get_mac(struct pcmcia_device *p_dev, tuple_t *tuple, in pcmcia_do_get_mac() function 431 return pcmcia_loop_tuple(p_dev, CISTPL_FUNCE, pcmcia_do_get_mac, dev); in pcmcia_get_mac_from_cis()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | pcmcia_cis.c | 391 * pcmcia_do_get_mac() - internal helper for pcmcia_get_mac_from_cis() 393 * pcmcia_do_get_mac() is the internal callback for the call from 398 static int pcmcia_do_get_mac(struct pcmcia_device *p_dev, tuple_t *tuple, in pcmcia_do_get_mac() function 430 return pcmcia_loop_tuple(p_dev, CISTPL_FUNCE, pcmcia_do_get_mac, dev); in pcmcia_get_mac_from_cis()
|
Completed in 2 milliseconds