Home
last modified time | relevance | path

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

/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmove_cmd.h87 rta_move(struct program *program, int cmd_type, uint64_t src, in rta_move() argument
99 if (cmd_type == __MOVEB) { in rta_move()
101 } else if (cmd_type == __MOVEDW) { in rta_move()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cmdq.c330 enum cmdq_cmd_type cmd_type, in cmdq_set_lcmd_wqe() argument
339 switch (cmd_type) { in cmdq_set_lcmd_wqe()
734 if (cmd_info->cmd_type == HINIC_CMD_TYPE_NONE) { in hinic_cmdq_poll_msg()
766 cmd_info->cmd_type = HINIC_CMD_TYPE_NONE; in hinic_cmdq_poll_msg()
815 cmdq->cmd_infos[curr_prod_idx].cmd_type = HINIC_CMD_TYPE_NORMAL; in cmdq_sync_cmd_direct_resp()
H A Dhinic_pmd_cmdq.h183 enum hinic_cmdq_cmd_type cmd_type; member
/dpdk/app/test-pmd/
H A Dcmdline_tm.c1027 cmdline_fixed_string_t cmd_type; member
1041 cmd_type, "add#set");
1088 if ((strcmp(res->cmd_type, "add") == 0) && in cmd_add_port_tm_node_shared_shaper_parsed()
1095 if ((strcmp(res->cmd_type, "set") == 0) && in cmd_add_port_tm_node_shared_shaper_parsed()
/dpdk/drivers/net/ice/base/
H A Dice_common.c4260 cmd->cmd_type = ICE_AQC_Q_DIS_CMD_VM_RESET; in ice_aq_dis_lan_txq()
4270 cmd->cmd_type |= ICE_AQC_Q_DIS_CMD_FLUSH_PIPE; in ice_aq_dis_lan_txq()
4353 cmd->cmd_type |= ICE_AQC_Q_CMD_TYPE_MOVE; in ice_aq_move_recfg_lan_txq()
4356 cmd->cmd_type |= ICE_AQC_Q_CMD_TYPE_TC_CHANGE; in ice_aq_move_recfg_lan_txq()
4359 cmd->cmd_type |= ICE_AQC_Q_CMD_SUBSEQ_CALL; in ice_aq_move_recfg_lan_txq()
4362 cmd->cmd_type |= ICE_AQC_Q_CMD_FLUSH_PIPE; in ice_aq_move_recfg_lan_txq()
H A Dice_adminq_cmd.h2562 u8 cmd_type; member
2615 u8 cmd_type; member
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1005 static int bnx2x_is_contextless_ramrod(int cmd, int cmd_type) in bnx2x_is_contextless_ramrod() argument
1007 if ((cmd_type == NONE_CONNECTION_TYPE) || in bnx2x_is_contextless_ramrod()
1036 uint32_t data_lo, int cmd_type) in bnx2x_sp_post() argument
1042 common = bnx2x_is_contextless_ramrod(command, cmd_type); in bnx2x_sp_post()
1062 type = (cmd_type << SPE_HDR_CONN_TYPE_SHIFT) & SPE_HDR_CONN_TYPE; in bnx2x_sp_post()
H A Dbnx2x.h1840 uint32_t data_hi, uint32_t data_lo, int cmd_type);