Home
last modified time | relevance | path

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

/dpdk/drivers/net/ena/base/
H A Dena_com.h308 u32 error_bound; member
491 int ena_com_phc_get_error_bound(struct ena_com_dev *ena_dev, u32 *error_bound);
H A Dena_com.c1947 phc->error_bound = ENA_PHC_MAX_ERROR_BOUND; in ena_com_phc_get_timestamp()
1967 phc->error_bound = ENA_PHC_MAX_ERROR_BOUND; in ena_com_phc_get_timestamp()
1976 phc->error_bound = read_resp->error_bound; in ena_com_phc_get_timestamp()
1992 int ena_com_phc_get_error_bound(struct ena_com_dev *ena_dev, u32 *error_bound) in ena_com_phc_get_error_bound() argument
1995 u32 local_error_bound = phc->error_bound; in ena_com_phc_get_error_bound()
2005 *error_bound = local_error_bound; in ena_com_phc_get_error_bound()
/dpdk/drivers/net/ena/base/ena_defs/
H A Dena_admin_defs.h1284 uint32_t error_bound; member