Home
last modified time | relevance | path

Searched refs:error_counter (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/isci/scil/
H A Dscic_sds_phy.c661 memset(this_phy->error_counter, 0, sizeof(this_phy->error_counter)); in scic_sds_phy_construct()
1466 *data = this_phy->error_counter[SCU_ERR_CNT_RX_DONE_ACK_NAK_TIMEOUT_INDEX]; in scic_phy_get_counter()
1475 *data = this_phy->error_counter[SCU_ERR_CNT_RX_DONE_CREDIT_TIMEOUT_INDEX]; in scic_phy_get_counter()
1478 *data = this_phy->error_counter[SCU_ERR_CNT_TX_DONE_CREDIT_TIMEOUT_INDEX]; in scic_phy_get_counter()
1545 this_phy->error_counter[SCU_ERR_CNT_RX_DONE_ACK_NAK_TIMEOUT_INDEX] = 0; in scic_phy_clear_counter()
1548 this_phy->error_counter[SCU_ERR_CNT_TX_DONE_ACK_NAK_TIMEOUT_INDEX] = 0; in scic_phy_clear_counter()
1551 this_phy->error_counter[SCU_ERR_CNT_INACTIVITY_TIMER_EXPIRED_INDEX] = 0; in scic_phy_clear_counter()
1554 this_phy->error_counter[SCU_ERR_CNT_RX_DONE_CREDIT_TIMEOUT_INDEX] = 0; in scic_phy_clear_counter()
1557 this_phy->error_counter[SCU_ERR_CNT_TX_DONE_CREDIT_TIMEOUT_INDEX] = 0; in scic_phy_clear_counter()
1560 this_phy->error_counter[SCU_ERR_CNT_RX_CREDIT_BLOCKED_RECEIVED_INDEX] = 0; in scic_phy_clear_counter()
[all …]
H A Dscic_sds_phy.h290 U32 error_counter[SCU_ERR_CNT_MAX_INDEX]; member
/freebsd-13.1/sys/netinet/
H A Dsctp_uio.h1221 uint32_t error_counter; /* */ member
H A Dsctp_sysctl.c503 xraddr.error_counter = net->error_count; in sctp_sysctl_handle_assoclist()