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

/freebsd-current/sys/dev/mxge/
H A Dif_mxge.c145 static int mxge_send_cmd(mxge_softc_t *sc, uint32_t cmd, mxge_cmd_t *data);
487 status = mxge_send_cmd(sc, test_type, &cmd);
497 status = mxge_send_cmd(sc, test_type, &cmd);
508 status = mxge_send_cmd(sc, test_type, &cmd);
810 mxge_send_cmd(mxge_softc_t *sc, uint32_t cmd, mxge_cmd_t *data) function
1027 status = mxge_send_cmd(sc, MXGEFW_SET_MAC_ADDRESS, &cmd);
1038 status = mxge_send_cmd(sc, MXGEFW_ENABLE_FLOW_CONTROL,
1041 status = mxge_send_cmd(sc, MXGEFW_DISABLE_FLOW_CONTROL,
1062 status = mxge_send_cmd(sc, MXGEFW_ENABLE_PROMISC,
1065 status = mxge_send_cmd(s
[all...]

Completed in 176 milliseconds