Searched defs:bgx_idx (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/cavium/thunder/ | 
| D | thunder_bgx.c | 169 static struct bgx *get_bgx(int node, int bgx_idx)  in get_bgx()192 int bgx_get_lmac_count(int node, int bgx_idx)  in bgx_get_lmac_count()
 205 void bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status)  in bgx_get_lmac_link_state()
 223 const u8 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid)  in bgx_get_lmac_mac()
 234 void bgx_set_lmac_mac(int node, int bgx_idx, int lmacid, const u8 *mac)  in bgx_set_lmac_mac()
 331 void bgx_set_dmac_cam_filter(int node, int bgx_idx, int lmacid,  in bgx_set_dmac_cam_filter()
 354 void bgx_set_xcast_mode(int node, int bgx_idx, int lmacid, u8 mode)  in bgx_set_xcast_mode()
 388 void bgx_reset_xcast_mode(int node, int bgx_idx, int lmacid, u8 vf_id)  in bgx_reset_xcast_mode()
 402 void bgx_lmac_rx_tx_enable(int node, int bgx_idx, int lmacid, bool enable)  in bgx_lmac_rx_tx_enable()
 434 void bgx_config_timestamping(int node, int bgx_idx, int lmacid, bool enable)  in bgx_config_timestamping()
 [all …]
 
 | 
| D | nic_main.c | 161 	int bgx_idx, lmac;  in nic_mbx_send_ready()  local233 	int bgx_idx, lmac;  in nic_get_bgx_stats()  local
 762 	int bgx_idx, lmac_idx;  in nic_config_loopback()  local
 889 	u8 lmac, bgx_idx;  in nic_config_timestamp()  local
 
 |