Lines Matching defs:tx_cmd
45 struct tx_cmd {
46 const struct rep_protocol_transaction_cmd *tx_cmd;
59 const struct tx_cmd *elem = elem_arg;
73 struct tx_cmd txc_cmds[1]; /* actually txc_count */
108 struct tx_cmd *elem;
145 switch (elem->tx_cmd->rptc_action) {
151 if (REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type) !=
153 REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type) !=
191 struct tx_cmd *elem;
233 switch (elem->tx_cmd->rptc_action) {
250 elem->tx_cmd->rptc_action != REP_PROTOCOL_TX_ENTRY_NEW &&
269 if (elem->tx_cmd->rptc_action == REP_PROTOCOL_TX_ENTRY_DELETE)
272 type[0] = REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type);
273 type[1] = REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type);
320 val_id, elem->tx_cmd->rptc_type,
358 struct tx_cmd *cur;
359 struct tx_cmd *prev = NULL;
371 cur->tx_cmd = cmds;
527 struct tx_cmd *cur;
534 *action = cur->tx_cmd->rptc_action;
558 struct tx_cmd *cur;
579 struct tx_cmd *cur;
600 struct tx_cmd *cur;
607 *ptype = cur->tx_cmd->rptc_type;
625 struct tx_cmd *cur;