Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c439 u32 res_timeout = timeout; in ixgbe_acquire_res() local
443 err = ixgbe_aci_req_res(hw, res, access, 0, &res_timeout); in ixgbe_acquire_res()
459 retry_timeout = res_timeout; in ixgbe_acquire_res()
460 while (err && retry_timeout && res_timeout) { in ixgbe_acquire_res()
464 err = ixgbe_aci_req_res(hw, res, access, 0, &res_timeout); in ixgbe_acquire_res()