Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/mxl862xx/
H A Dmxl862xx-host.c219 static int mxl862xx_issue_cmd(struct mxl862xx_priv *priv, u16 cmd, u16 len) in mxl862xx_issue_cmd() function
270 return mxl862xx_issue_cmd(priv, cmd, in mxl862xx_set_data()
284 return mxl862xx_issue_cmd(priv, cmd, in mxl862xx_get_data()
290 return mxl862xx_issue_cmd(priv, MMD_API_RST_DATA, 0); in mxl862xx_rst_data()
304 ret = mxl862xx_issue_cmd(priv, cmd, size); in mxl862xx_send_cmd()