Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.h229 void bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status);
H A Dthunder_bgx.c205 void bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status) in bgx_get_lmac_link_state() function
221 EXPORT_SYMBOL(bgx_get_lmac_link_state);
H A Dnic_main.c940 bgx_get_lmac_link_state(nic->node, bgx, lmac, &link); in nic_link_status_get()