opnsense-src/sys/dev/cxgbe
Enji Cooper 1b5bee9b2d chore: replace {0, 0} with {DEV,KOBJ}METHOD_END
Both of the aforementioned macros have been present in FreeBSD
for well over a decade: 2009 for `KOBJMETHOD_END`; 2011 for
`DEVMETHOD_END`.

Adapt all hardcoded references of `{0, 0}` with `DEVMETHOD_END`
and `KOBJMETHOD_END` as appropriate. This helps ensure that
future adaptations to drivers following patterns documented
in driver(9) can be made more easily/without issue.

MFC after:	1 week
Differential Revision:	 https://reviews.freebsd.org/D55414

MFC notes:
- All changes to nvme/nvd were dropped as they didn't apply.
- Change to ufshci_pci.c was adjusted to match code in branch.

Conflicts:
	sys/dev/nvd/nvd.c
	sys/dev/nvme/nvme_sim.c
	sys/dev/ufshci/ufshci_pci.c

(cherry picked from commit 0fc6c3f731a2cca3120798806c330a3081c9424b)
2026-04-25 09:46:07 -07:00
..
common cxgbe(4): hw/fw headers and shared code for the Terminator 7 ASIC 2025-10-02 15:09:04 -07:00
crypto cxgbe: Use partial GCM mode for partial TLS records on T7 2025-10-02 15:09:09 -07:00
cudbg cxgbe(4): T7 LB mode support 2025-10-02 15:09:05 -07:00
cxgbei chore: replace {0, 0} with {DEV,KOBJ}METHOD_END 2026-04-25 09:46:07 -07:00
firmware cxgbe(4): hw/fw headers and shared code for the Terminator 7 ASIC 2025-10-02 15:09:04 -07:00
iw_cxgbe cxgbe: Move the STAG and PBL memory pool arenas to the base driver 2025-10-02 15:09:07 -07:00
tom cxgbe TOE TLS: Support for TLS 1.3 for receive 2025-10-02 15:09:08 -07:00
adapter.h cxgbe: Stop using bus_space_tag/handle directly 2026-04-24 11:26:37 -04:00
if_cc.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
if_ccv.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
if_cxl.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
if_cxlv.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
offload.h cxgbe: Use partial GCM mode for partial TLS records on T7 2025-10-02 15:09:09 -07:00
osdep.h libkern: add ilog2 macro 2024-06-03 11:37:55 -05:00
t4_clip.c cxgbe(4): Block most access to the hardware as soon as the adapter stops. 2025-02-25 11:33:40 -08:00
t4_clip.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
t4_filter.c cxgbe(4): T7 TCB CPLs have queue and channel in different location 2025-10-02 15:09:06 -07:00
t4_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
t4_ioctl.h cxgbe(4): Update the filtering code for T7 2025-10-02 15:09:06 -07:00
t4_iov.c cxgbe: Stop using bus_space_tag/handle directly 2026-04-24 11:26:37 -04:00
t4_l2t.c cxgbe(4): Rename lport to hw_port. 2025-10-02 15:09:03 -07:00
t4_l2t.h cxgbe(4): Rename lport to hw_port. 2025-10-02 15:09:03 -07:00
t4_main.c chore: replace {0, 0} with {DEV,KOBJ}METHOD_END 2026-04-25 09:46:07 -07:00
t4_mp_ring.c cxgbe mp_ring: Add mp_ring_enqueue_only 2025-10-02 15:09:08 -07:00
t4_mp_ring.h cxgbe mp_ring: Add mp_ring_enqueue_only 2025-10-02 15:09:08 -07:00
t4_netmap.c cxgbe(4): Updates for T7 CIM multicore operation 2025-10-02 15:09:06 -07:00
t4_sched.c cxgbe(4): Use hw_port and tx_chan correctly all over the driver 2025-10-02 15:09:03 -07:00
t4_sge.c cxgbe: Use partial GCM mode for partial TLS records on T7 2025-10-02 15:09:09 -07:00
t4_smt.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
t4_smt.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
t4_tpt.c cxgbe: Move the STAG and PBL memory pool arenas to the base driver 2025-10-02 15:09:07 -07:00
t4_tracer.c cxgbe(4): Support for T7 tracing filters 2025-10-02 15:09:06 -07:00
t4_vf.c cxgbe(4): Claim T7 based devices 2025-10-02 15:09:04 -07:00