Searched refs:mxge_send_cmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/mxge/
H A Dif_mxge.c149 static int mxge_send_cmd(mxge_softc_t *sc, uint32_t cmd, mxge_cmd_t *data);
498 status = mxge_send_cmd(sc, test_type, &cmd);
508 status = mxge_send_cmd(sc, test_type, &cmd);
519 status = mxge_send_cmd(sc, test_type, &cmd);
842 mxge_send_cmd(mxge_softc_t *sc, uint32_t cmd, mxge_cmd_t *data) function
1061 status = mxge_send_cmd(sc, MXGEFW_SET_MAC_ADDRESS, &cmd);
1072 status = mxge_send_cmd(sc, MXGEFW_ENABLE_FLOW_CONTROL,
1075 status = mxge_send_cmd(sc, MXGEFW_DISABLE_FLOW_CONTROL,
1096 status = mxge_send_cmd(sc, MXGEFW_ENABLE_PROMISC,
1099 status = mxge_send_cmd(s
[all...]

Completed in 71 milliseconds