Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1727 q_params.cmd = ECORE_Q_CMD_HALT; in bnx2x_stop_queue()
1728 rc = ecore_queue_state_change(sc, &q_params); in bnx2x_stop_queue()
1734 q_params.cmd = ECORE_Q_CMD_TERMINATE; in bnx2x_stop_queue()
1735 memset(&q_params.params.terminate, 0, in bnx2x_stop_queue()
1736 sizeof(q_params.params.terminate)); in bnx2x_stop_queue()
1738 rc = ecore_queue_state_change(sc, &q_params); in bnx2x_stop_queue()
1744 q_params.cmd = ECORE_Q_CMD_CFC_DEL; in bnx2x_stop_queue()
1745 memset(&q_params.params.cfc_del, 0, sizeof(q_params.params.cfc_del)); in bnx2x_stop_queue()
6589 q_params.q_obj = &BNX2X_SP_OBJ(sc, fp).q_obj; in bnx2x_setup_queue()
6598 q_params.cmd = ECORE_Q_CMD_INIT; in bnx2x_setup_queue()
[all …]