@@ -145,11 +145,11 @@ void hwrm_req_timeout(struct bnxt *bp, void *req, unsigned int timeout)
145
145
* @bp: The driver context.
146
146
* @req: The request for which calls to hwrm_req_dma_slice() will have altered
147
147
* allocation flags.
148
- * @flags : A bitmask of GFP flags. These flags are passed to
149
- * dma_alloc_coherent() whenever it is used to allocate backing memory
150
- * for slices. Note that calls to hwrm_req_dma_slice() will not always
151
- * result in new allocations, however, memory suballocated from the
152
- * request buffer is already __GFP_ZERO.
148
+ * @gfp : A bitmask of GFP flags. These flags are passed to dma_alloc_coherent()
149
+ * whenever it is used to allocate backing memory for slices. Note that
150
+ * calls to hwrm_req_dma_slice() will not always result in new allocations,
151
+ * however, memory suballocated from the request buffer is already
152
+ * __GFP_ZERO.
153
153
*
154
154
* Sets the GFP allocation flags associated with the request for subsequent
155
155
* calls to hwrm_req_dma_slice(). This can be useful for specifying __GFP_ZERO
@@ -698,8 +698,8 @@ int hwrm_req_send_silent(struct bnxt *bp, void *req)
698
698
* @bp: The driver context.
699
699
* @req: The request for which indirect data will be associated.
700
700
* @size: The size of the allocation.
701
- * @dma : The bus address associated with the allocation. The HWRM API has no
702
- * knowledge about the type of the request and so cannot infer how the
701
+ * @dma_handle : The bus address associated with the allocation. The HWRM API has
702
+ * no knowledge about the type of the request and so cannot infer how the
703
703
* caller intends to use the indirect data. Thus, the caller is
704
704
* responsible for configuring the request object appropriately to
705
705
* point to the associated indirect memory. Note, DMA handle has the
0 commit comments