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