aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ice/ice_controlq.h
diff options
context:
space:
mode:
authorEric Joyner <erj@FreeBSD.org>2023-08-24 23:26:13 +0000
committerEric Joyner <erj@FreeBSD.org>2023-09-13 22:26:54 +0000
commit9c30461dd25bac49045acbeac10e00b6cc13d2bc (patch)
treec2fcec40d2ce95c6eed616347d3f01fb6fb5a6fe /sys/dev/ice/ice_controlq.h
parentffafa6a4d157e49e6b12567958c4ab0c9151c080 (diff)
Diffstat (limited to 'sys/dev/ice/ice_controlq.h')
-rw-r--r--sys/dev/ice/ice_controlq.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ice/ice_controlq.h b/sys/dev/ice/ice_controlq.h
index 99e66cff4b83..b32c753d14c5 100644
--- a/sys/dev/ice/ice_controlq.h
+++ b/sys/dev/ice/ice_controlq.h
@@ -68,7 +68,6 @@ enum ice_ctl_q {
struct ice_ctl_q_ring {
void *dma_head; /* Virtual address to DMA head */
struct ice_dma_mem desc_buf; /* descriptor ring memory */
- void *cmd_buf; /* command buffer memory */
union {
struct ice_dma_mem *sq_bi;
@@ -98,8 +97,6 @@ struct ice_sq_cd {
struct ice_aq_desc *wb_desc;
};
-#define ICE_CTL_Q_DETAILS(R, i) (&(((struct ice_sq_cd *)((R).cmd_buf))[i]))
-
/* rq event information */
struct ice_rq_event_info {
struct ice_aq_desc desc;