Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c1101 (ocs->err_injection == INJECT_DROP_CMD ? 1:0)); in get_inject_drop_cmd()
1108 (ocs->err_injection == INJECT_FREE_DROPPED ? 1:0)); in get_inject_free_drop_cmd()
1115 (ocs->err_injection == INJECT_DROP_DATA ? 1:0)); in get_inject_drop_data()
1122 (ocs->err_injection == INJECT_DROP_RESP ? 1:0)); in get_inject_drop_resp()
2479 ocs->err_injection = (ocs_strtoul(value, NULL, 0) == 0 ? NO_ERR_INJECT : INJECT_DROP_CMD); in set_inject_drop_cmd()
2487 ocs->err_injection = (ocs_strtoul(value, NULL, 0) == 0 ? NO_ERR_INJECT : INJECT_FREE_DROPPED); in set_inject_free_drop_cmd()
2495 ocs->err_injection = (ocs_strtoul(value, NULL, 0) == 0 ? NO_ERR_INJECT : INJECT_DROP_DATA); in set_inject_drop_data()
2503 ocs->err_injection = (ocs_strtoul(value, NULL, 0) == 0 ? NO_ERR_INJECT : INJECT_DROP_RESP); in set_inject_drop_resp()
2520 ocs->err_injection = (ocs->delay_value_msec == 0 ? NO_ERR_INJECT : INJECT_DELAY_CMD); in set_cmd_delay_value()
H A Docs_drv_fc.h74 ocs_err_injection_e err_injection; /**< for error injection testing */ member
H A Docs.h206 ocs_err_injection_e err_injection; member