Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.h225 const u8 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid);
H A Dthunder_bgx.c223 const u8 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid) in bgx_get_lmac_mac() function
232 EXPORT_SYMBOL(bgx_get_lmac_mac);
H A Dnic_main.c173 mac = bgx_get_lmac_mac(nic->node, bgx_idx, lmac); in nic_mbx_send_ready()