Searched refs:get_mac_addr (Results 1 - 25 of 47) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbevf/
H A Dvf.c58 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
375 .get_mac_addr = ixgbevf_get_mac_addr_vf,
H A Dvf.h53 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member in struct:ixgbe_mac_operations
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dvf.c58 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
375 .get_mac_addr = ixgbevf_get_mac_addr_vf,
H A Dvf.h53 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member in struct:ixgbe_mac_operations
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-common.h102 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member in struct:flexcop_device
H A Dflexcop.c267 if (fc->get_mac_addr(fc, 0) == 0) {
H A Dflexcop-pci.c363 fc->get_mac_addr = flexcop_eeprom_check_mac_addr;
H A Dflexcop-usb.c504 fc->get_mac_addr = flexcop_usb_get_mac_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A Dflexcop-common.h102 int (*get_mac_addr) (struct flexcop_device *fc, int extended); member in struct:flexcop_device
H A Dflexcop.c267 if (fc->get_mac_addr(fc, 0) == 0) {
H A Dflexcop-pci.c363 fc->get_mac_addr = flexcop_eeprom_check_mac_addr;
H A Dflexcop-usb.c504 fc->get_mac_addr = flexcop_usb_get_mac_addr;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Ddriver_i.h194 if (wpa_s->driver->get_mac_addr) {
195 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Ddriver_i.h194 if (wpa_s->driver->get_mac_addr) {
195 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Ddriver_i.h194 if (wpa_s->driver->get_mac_addr) {
195 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/
H A Dwpa_supplicant_i.h640 if (wpa_s->driver->get_mac_addr) {
641 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/
H A Dwpa_supplicant_i.h640 if (wpa_s->driver->get_mac_addr) {
641 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/
H A Dwpa_supplicant_i.h640 if (wpa_s->driver->get_mac_addr) {
641 return wpa_s->driver->get_mac_addr(wpa_s->drv_priv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/drivers/
H A Ddriver.h742 * get_mac_addr - Get own MAC address
751 const u8 * (*get_mac_addr)(void *priv); member in struct:wpa_driver_ops
769 * implement get_mac_addr() handler if send_eapol() is used.
H A Ddriver_roboswitch.c601 .get_mac_addr = wpa_driver_roboswitch_get_mac_addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/drivers/
H A Ddriver.h742 * get_mac_addr - Get own MAC address
751 const u8 * (*get_mac_addr)(void *priv); member in struct:wpa_driver_ops
769 * implement get_mac_addr() handler if send_eapol() is used.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/drivers/
H A Ddriver.h742 * get_mac_addr - Get own MAC address
751 const u8 * (*get_mac_addr)(void *priv); member in struct:wpa_driver_ops
769 * implement get_mac_addr() handler if send_eapol() is used.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbe/
H A Dixgbe_82598.c865 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
1195 .get_mac_addr = &ixgbe_get_mac_addr_generic,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82598.c865 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
1195 .get_mac_addr = &ixgbe_get_mac_addr_generic,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/drivers/
H A Ddriver.h882 * get_mac_addr - Get own MAC address
891 const u8 * (*get_mac_addr)(void *priv); member in struct:wpa_driver_ops
908 * event. The driver interface is required to implement get_mac_addr()

Completed in 280 milliseconds

12