Lines Matching refs:tx_cmd
43 struct tx_cmd { struct
44 const struct rep_protocol_transaction_cmd *tx_cmd; argument
57 const struct tx_cmd *elem = elem_arg; in tx_cmd_compare() argument
71 struct tx_cmd txc_cmds[1]; /* actually txc_count */
106 struct tx_cmd *elem; in tx_process_property()
143 switch (elem->tx_cmd->rptc_action) { in tx_process_property()
149 if (REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type) != in tx_process_property()
151 REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type) != in tx_process_property()
189 struct tx_cmd *elem; in tx_process_cmds()
231 switch (elem->tx_cmd->rptc_action) { in tx_process_cmds()
248 elem->tx_cmd->rptc_action != REP_PROTOCOL_TX_ENTRY_NEW && in tx_process_cmds()
267 if (elem->tx_cmd->rptc_action == REP_PROTOCOL_TX_ENTRY_DELETE) in tx_process_cmds()
270 type[0] = REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type); in tx_process_cmds()
271 type[1] = REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type); in tx_process_cmds()
318 val_id, elem->tx_cmd->rptc_type, in tx_process_cmds()
356 struct tx_cmd *cur; in tx_check_and_setup()
357 struct tx_cmd *prev = NULL; in tx_check_and_setup()
369 cur->tx_cmd = cmds; in tx_check_and_setup()
525 struct tx_cmd *cur; in tx_cmd_action()
532 *action = cur->tx_cmd->rptc_action; in tx_cmd_action()
556 struct tx_cmd *cur; in tx_cmd_nvalues()
577 struct tx_cmd *cur; in tx_cmd_prop()
598 struct tx_cmd *cur; in tx_cmd_prop_type()
605 *ptype = cur->tx_cmd->rptc_type; in tx_cmd_prop_type()
623 struct tx_cmd *cur; in tx_cmd_value()