Home
last modified time | relevance | path

Searched defs:lmacid (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c55 int lmacid; /* ID within BGX */ member
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()
245 static void bgx_flush_dmac_cam_filter(struct bgx *bgx, int lmacid) in bgx_flush_dmac_cam_filter()
311 static int bgx_set_dmac_cam_filter_mac(struct bgx *bgx, int lmacid, in bgx_set_dmac_cam_filter_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()
[all …]
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cn10k.c501 static void __rvu_rpm_set_channels(int cgxid, int lmacid, u16 base) in __rvu_rpm_set_channels()
Drvu.h608 u8 lmacid, u8 chan) in rvu_nix_chan_cgx()