[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8b263ecc-7959-f470-253e-c676af36f406@intel.com>
Date: Wed, 3 Apr 2024 16:25:08 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: Karol Kolacinski <karol.kolacinski@...el.com>,
<intel-wired-lan@...ts.osuosl.org>
CC: <netdev@...r.kernel.org>, <jesse.brandeburg@...el.com>, Przemek Kitszel
<przemyslaw.kitszel@...el.com>, Arkadiusz Kubalewski
<arkadiusz.kubalewski@...el.com>
Subject: Re: [PATCH v4 iwl-next 01/12] ice: Introduce ice_ptp_hw struct
On 3/29/2024 9:09 AM, Karol Kolacinski wrote:
...
> @@ -1229,7 +1229,7 @@ static u64 ice_base_incval(struct ice_pf *pf)
> */
> static int ice_ptp_check_tx_fifo(struct ice_ptp_port *port)
> {
> - int quad = port->port_num / ICE_PORTS_PER_QUAD;
> + int quad = ICE_GET_QUAD_NUM(port->port_num);
Need to readjust for RCT
> int offs = port->port_num % ICE_PORTS_PER_QUAD;
> struct ice_pf *pf;
> struct ice_hw *hw;
Powered by blists - more mailing lists