aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/bnxt/bnxt.h
Commit message (Collapse)AuthorAgeFilesLines
* [bnxt] Allocate TX rings with firmware inputJoseph Wong2025-02-071-1/+0
| | | | | | | Use queue_id value retrieved from firmware unconditionally when allocating TX rings. Signed-off by: Joseph Wong <joseph.wong@broadcom.com>
* [bnxt] Add support for BCM957608Joseph Wong2024-02-081-8/+203
| | | | | | | Add support for BCM957608 device. Add support for additional link speeds supported by BCM957608. Signed-off-by: Joseph Wong <joseph.wong@broadcom.com>
* [bnxt] Add support for additional chip IDsJoseph Wong2024-01-191-1/+3
| | | | | | | Add additional chip IDs that can be recognized as part of the thor family. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [bnxt] Use hexadecimal values in PCI_ROM entriesJoseph2021-05-171-136/+1
| | | | | | | | | | Use hexadecimal values instead of macros in PCI_ROM entries so Perl script can parse them correctly. Move PCI_ROM entries from header file to C file. Integrate bnxt_vf_nics array into PCI_ROM entries by introducing BNXT_FLAG_PCI_VF flag into driver_data field. Add whitespaces in PCI_ROM entries for style consistency. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [bnxt] Add driver support for Broadcom NetXtreme-E AdaptersJoseph Wong2020-05-061-0/+1006
Signed-off-by: Joseph Wong <joseph.wong@broadcom.com>