Searched refs:get_mac_addr (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/ethernet/mucse/rnpgbe/ |
| H A D | rnpgbe_mbx_fw.c | 177 .datalen = cpu_to_le16(sizeof(req.r.get_mac_addr) + in mucse_mbx_get_macaddr() 180 .get_mac_addr = { in mucse_mbx_get_macaddr()
|
| H A D | rnpgbe_mbx_fw.h | 57 } get_mac_addr; member
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xdp_redirect_multi.c | |
| /linux/samples/bpf/ |
| H A D | xdp_sample_user.h | 45 int get_mac_addr(int ifindex, void *mac_addr);
|
| H A D | xdp_router_ipv4_user.c | 153 assert(get_mac_addr(route.iface, &route.mac) == 0); in read_route()
|
| H A D | xdp_sample_user.c | 1635 int get_mac_addr(int ifindex, void *mac_addr) in get_mac_addr() function
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.c | 52 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbevf_init_hw_vf() 1127 .get_mac_addr = ixgbevf_get_mac_addr_vf, 1146 .get_mac_addr = ixgbevf_get_mac_addr_vf,
|
| H A D | vf.h | 25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_82598.c | 765 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598() 1123 .get_mac_addr = &ixgbe_get_mac_addr_generic,
|
| /linux/drivers/media/usb/b2c2/ |
| H A D | flexcop-usb.c | 573 fc->get_mac_addr = flexcop_usb_get_mac_addr; in flexcop_usb_probe()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hnae3.h | 672 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p); member
|
| H A D | hns3_enet.c | 5228 if (h->ae_algo->ops->get_mac_addr) in hns3_init_mac_addr() 5229 h->ae_algo->ops->get_mac_addr(h, mac_addr_temp); in hns3_init_mac_addr()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 10632 .get_mac_addr = hclge_get_mac_addr,
|