Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_phy.c659 memset(this_phy->error_counter, 0, sizeof(this_phy->error_counter)); in scic_sds_phy_construct()
1464 *data = this_phy->error_counter[SCU_ERR_CNT_RX_DONE_ACK_NAK_TIMEOUT_INDEX]; in scic_phy_get_counter()
1467 *data = this_phy->error_counter[SCU_ERR_CNT_TX_DONE_ACK_NAK_TIMEOUT_INDEX]; in scic_phy_get_counter()
1470 *data = this_phy->error_counter[SCU_ERR_CNT_INACTIVITY_TIMER_EXPIRED_INDEX]; in scic_phy_get_counter()
1473 *data = this_phy->error_counter[SCU_ERR_CNT_RX_DONE_CREDIT_TIMEOUT_INDEX]; in scic_phy_get_counter()
1476 *data = this_phy->error_counter[SCU_ERR_CNT_TX_DONE_CREDIT_TIMEOUT_INDEX]; in scic_phy_get_counter()
1479 *data = this_phy->error_counter[SCU_ERR_CNT_RX_CREDIT_BLOCKED_RECEIVED_INDEX]; in scic_phy_get_counter()
1543 this_phy->error_counter[SCU_ERR_CNT_RX_DONE_ACK_NAK_TIMEOUT_INDEX] = 0; in scic_phy_clear_counter()
1546 this_phy->error_counter[SCU_ERR_CNT_TX_DONE_ACK_NAK_TIMEOUT_INDEX] = 0; in scic_phy_clear_counter()
1549 this_phy->error_counter[SCU_ERR_CNT_INACTIVITY_TIMER_EXPIRED_INDEX] = 0; in scic_phy_clear_counter()
[all …]
H A Dscic_sds_phy.h288 U32 error_counter[SCU_ERR_CNT_MAX_INDEX]; member
/freebsd/sys/netinet/
H A Dsctp_uio.h1226 uint32_t error_counter; /* */ member
H A Dsctp_sysctl.c535 xraddr.error_counter = net->error_count; in sctp_sysctl_handle_assoclist()