Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dbat_algo.c78 !bat_algo_ops->iface.update_mac || in batadv_algo_register()
H A Dbat_v.c784 .update_mac = batadv_v_iface_update_mac,
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c907 fip->update_mac(lport, fcoe_mac); in bnx2fc_flogi_resp()
921 fip->update_mac(lport, zero_mac); in bnx2fc_logo_resp()
H A Dbnx2fc_fcoe.c1458 ctlr->update_mac = bnx2fc_update_src_mac; in bnx2fc_interface_create()
/linux/include/linux/qed/
H A Dqed_if.h1123 int (*update_mac)(struct qed_dev *cdev, const u8 *mac); member
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c774 fip->update_mac(lport, mac); in fcoe_ctlr_els_send()
3099 fip->update_mac(fip->lp, mac); in fcoe_ctlr_vn_timeout()
H A Dfcoe.c415 ctlr->update_mac = fcoe_update_src_mac; in fcoe_interface_create()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1114 edev->ops->common->update_mac(edev->cdev, ndev->dev_addr); in qede_set_mac_addr()