diff options
author | David Wei <[email protected]> | 2024-12-03 20:10:20 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-12-04 19:23:35 -0800 |
commit | 5883a3e0babf55d85422fddec3422f211c853f6e (patch) | |
tree | b5c928b031514a8cb63152d35f16f7cbd196e520 /drivers/fpga/fpga-mgr.c | |
parent | 8588c99c7d47448fcae39e3227d6e2bb97aad86d (diff) |
bnxt_en: refactor tpa_info alloc/free into helpers
Refactor bnxt_rx_ring_info->tpa_info operations into helpers that work
on a single tpa_info in prep for queue API using them.
There are 2 pairs of operations:
* bnxt_alloc_one_tpa_info()
* bnxt_free_one_tpa_info()
These alloc/free the tpa_info array itself.
* bnxt_alloc_one_tpa_info_data()
* bnxt_free_one_tpa_info_data()
These alloc/free the frags stored in tpa_info array.
Reviewed-by: Somnath Kotur <[email protected]>
Signed-off-by: David Wei <[email protected]>
Reviewed-by: Michael Chan <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions