Home
last modified time | relevance | path

Searched refs:target_alloc_cmd_counter (Results 1 – 3 of 3) sorted by relevance

/linux/include/target/
H A Dtarget_core_fabric.h147 struct target_cmd_counter *target_alloc_cmd_counter(void);
/linux/drivers/target/
H A Dtarget_core_transport.c231 struct target_cmd_counter *target_alloc_cmd_counter(void) in target_alloc_cmd_counter() function
255 EXPORT_SYMBOL_GPL(target_alloc_cmd_counter);
469 cmd_cnt = target_alloc_cmd_counter(); in target_setup_session()
/linux/drivers/target/iscsi/
H A Discsi_target_login.c1059 conn->cmd_cnt = target_alloc_cmd_counter(); in iscsit_alloc_conn()