Lines Matching defs:cmd

107 	int cmd;  member
492 #define tcmu_cmd_set_dbi_cur(cmd, index) ((cmd)->dbi_cur = (index)) argument
493 #define tcmu_cmd_reset_dbi_cur(cmd) tcmu_cmd_set_dbi_cur(cmd, 0) argument
494 #define tcmu_cmd_set_dbi(cmd, index) ((cmd)->dbi[(cmd)->dbi_cur++] = (index)) argument
495 #define tcmu_cmd_get_dbi(cmd) ((cmd)->dbi[(cmd)->dbi_cur++]) argument
578 static inline void tcmu_cmd_set_block_cnts(struct tcmu_cmd *cmd) in tcmu_cmd_set_block_cnts()
596 static int new_block_to_iov(struct tcmu_dev *udev, struct tcmu_cmd *cmd, in new_block_to_iov()
622 static void tcmu_setup_iovs(struct tcmu_dev *udev, struct tcmu_cmd *cmd, in tcmu_setup_iovs()
854 static int tcmu_alloc_data_space(struct tcmu_dev *udev, struct tcmu_cmd *cmd, in tcmu_alloc_data_space()
1229 struct tcmu_cmd *cmd; in tcmu_set_next_deadline() local
1260 struct tcmu_cmd *cmd; in tcmu_tmr_notify() local
1320 static bool tcmu_handle_completion(struct tcmu_cmd *cmd, in tcmu_handle_completion()
1446 struct tcmu_cmd *cmd; in tcmu_handle_completions() local
1518 static void tcmu_check_expired_ring_cmd(struct tcmu_cmd *cmd) in tcmu_check_expired_ring_cmd()
1537 static void tcmu_check_expired_queue_cmd(struct tcmu_cmd *cmd) in tcmu_check_expired_queue_cmd()
1652 static int tcmu_check_and_free_pending_cmd(struct tcmu_cmd *cmd) in tcmu_check_and_free_pending_cmd()
1716 struct tcmu_cmd *cmd; in tcmu_dev_kref_release() local
1963 struct tcmu_cmd *cmd; in tcmu_release() local
2003 static int tcmu_init_genl_cmd_reply(struct tcmu_dev *udev, int cmd) in tcmu_init_genl_cmd_reply()
2082 enum tcmu_genl_cmd cmd, in tcmu_netlink_event_init()
2119 enum tcmu_genl_cmd cmd, in tcmu_netlink_event_send()
2365 struct tcmu_cmd *cmd; in tcmu_reset_ring() local
2668 tcmu_parse_cdb(struct se_cmd *cmd) in tcmu_parse_cdb()
3088 struct tcmu_cmd *cmd; in tcmu_free_kept_buf_store() local
3266 struct tcmu_cmd *cmd, *tmp_cmd; in check_timedout_devices() local