Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dthunder_bgx.h209 void bgx_set_lmac_mac(int node, int bgx_idx, int lmacid, const uint8_t *mac);
H A Dnic_main.c321 bgx_set_lmac_mac(nic->node, bgx, lmac, mac); in nicpf_iov_add_vf()
954 bgx_set_lmac_mac(nic->node, bgx, lmac, mbx.mac.mac_addr); in nic_handle_mbx_intr()
H A Dthunder_bgx.c321 bgx_set_lmac_mac(int node, int bgx_idx, int lmacid, const uint8_t *mac) in bgx_set_lmac_mac() function