Message ID | 20250117093938.1184042-2-soumyadeep.hore@intel.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Bruce Richardson |
Headers | |
Series | Update Base code for TXPP Implementation | |
Checks
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
Commit Message
diff --git a/drivers/net/ice/base/ice_lan_tx_rx.h b/drivers/net/ice/base/ice_lan_tx_rx.h index 209b8e5c43..bcc6e9a716 100644 --- a/drivers/net/ice/base/ice_lan_tx_rx.h +++ b/drivers/net/ice/base/ice_lan_tx_rx.h @@ -1269,6 +1269,12 @@ struct ice_tx_drbell_q_ctx { }; #pragma pack() +/* Tx time stamp descriptor */ +struct ice_ts_desc { + __le32 tx_desc_idx_tstamp; +}; +#define ICE_TS_DESC(R, i) (&(((struct ice_ts_desc *)((R)->desc))[i])) + /* The ice_ptype_lkup table is used to convert from the 10-bit ptype in the * hardware to a bit-field that can be used by SW to more easily determine the * packet type.