Searched refs:cpsw_ale_control_get (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | cpsw_ale.h | 126 int cpsw_ale_control_get(struct cpsw_ale *ale, int port, int control);
|
D | cpsw_new.c | 1681 cpsw_ale_control_get(cpsw->ale, 0, ALE_AGEOUT); in cpsw_dl_switch_mode_set() 1710 cpsw_ale_control_get(cpsw->ale, 0, ALE_AGEOUT); in cpsw_dl_switch_mode_set() 1747 ctx->val.vbool = cpsw_ale_control_get(cpsw->ale, 0, ALE_BYPASS); in cpsw_dl_ale_ctrl_get()
|
D | cpsw_ale.c | 1118 int cpsw_ale_control_get(struct cpsw_ale *ale, int port, int control) in cpsw_ale_control_get() function
|
D | cpsw.c | 142 if (cpsw_ale_control_get(ale, 0, ALE_AGEOUT)) in cpsw_set_promiscious()
|
D | netcp_ethss.c | 2795 if (cpsw_ale_control_get(ale, 0, ALE_AGEOUT)) { in gbe_set_rx_mode() 2803 if (ret && !cpsw_ale_control_get(ale, 0, ALE_AGEOUT)) in gbe_set_rx_mode()
|
D | am65-cpsw-nuss.c | 2391 cpsw_ale_control_get(cpsw->ale, HOST_PORT_NUM, ALE_AGEOUT); in am65_cpsw_dl_switch_mode_set()
|