Searched refs:cpsw_ale_control_get (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | cpsw_ale.h | 180 int cpsw_ale_control_get(struct cpsw_ale *ale, int port, int control);
|
D | cpsw_new.c | 1691 cpsw_ale_control_get(cpsw->ale, 0, ALE_AGEOUT); in cpsw_dl_switch_mode_set() 1720 cpsw_ale_control_get(cpsw->ale, 0, ALE_AGEOUT); in cpsw_dl_switch_mode_set() 1757 ctx->val.vbool = cpsw_ale_control_get(cpsw->ale, 0, ALE_BYPASS); in cpsw_dl_ale_ctrl_get()
|
D | cpsw_ale.c | 1153 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 | 2790 if (cpsw_ale_control_get(ale, 0, ALE_AGEOUT)) { in gbe_set_rx_mode() 2798 if (ret && !cpsw_ale_control_get(ale, 0, ALE_AGEOUT)) in gbe_set_rx_mode()
|
D | am65-cpsw-nuss.c | 3166 cpsw_ale_control_get(cpsw->ale, HOST_PORT_NUM, ALE_AGEOUT); in am65_cpsw_dl_switch_mode_set()
|