Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c473 u32 res_timeout = timeout; in ixgbe_acquire_res() local
477 err = ixgbe_aci_req_res(hw, res, access, 0, &res_timeout); in ixgbe_acquire_res()
493 retry_timeout = res_timeout; in ixgbe_acquire_res()
494 while (err && retry_timeout && res_timeout) { in ixgbe_acquire_res()
498 err = ixgbe_aci_req_res(hw, res, access, 0, &res_timeout); in ixgbe_acquire_res()