Symbol: HC_TIMEOUT_RESOLUTION_IN_US
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1131
hc_rx_timeout = (u8_t)(ic->hc_usec_u_sb[HC_INDEX_VF_ETH_RX_CQ_CONS] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1133
hc_tx_timeout = (u8_t)(ic->hc_usec_c_sb[HC_INDEX_VF_ETH_TX_CQ_CONS - HC_USTORM_SB_NUM_INDICES] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1137
hc_rx_timeout = (u8_t)(ic->hc_usec_u_sb[HC_INDEX_VF_ETH_RX_CQ_CONS] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1138
hc_tx_timeout = (u8_t)(ic->hc_usec_c_sb[HC_INDEX_VF_ETH_TX_CQ_CONS - HC_USTORM_SB_NUM_INDICES] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1149
hc_rx_timeout = (u8_t)(rx_coal_usec / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1150
hc_tx_timeout = (u8_t)(rx_coal_usec / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1156
hc_rx_timeout = (u8_t)(rx_coal_usec / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1157
hc_tx_timeout = (u8_t)(rx_coal_usec / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1163
hc_rx_timeout = (u8_t)(rx_coal_usec / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1164
hc_tx_timeout = (u8_t)(rx_coal_usec / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1442
timeout = (u8_t)(ic->hc_usec_u_sb[index] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1458
timeout = (u8_t)(ic->hc_usec_c_sb[0] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1472
timeout = (u8_t)(ic->hc_usec_c_sb[1] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1482
timeout = (u8_t)(ic->hc_usec_c_sb[2] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1491
timeout = (u8_t)(ic->hc_usec_c_sb[3] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1636
timeout = (u8_t)(ic->hc_usec_u_sb[index] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1652
timeout = (u8_t)(ic->hc_usec_c_sb[0] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1666
timeout = (u8_t)(ic->hc_usec_c_sb[1] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1676
timeout = (u8_t)(ic->hc_usec_c_sb[2] / HC_TIMEOUT_RESOLUTION_IN_US);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1685
timeout = (u8_t)(ic->hc_usec_c_sb[3] / HC_TIMEOUT_RESOLUTION_IN_US);