Home
last modified time | relevance | path

Searched defs:octep_dev (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.h149 struct octep_device *octep_dev; member
343 #define octep_write_csr(octep_dev, reg_off, value) \ argument
346 #define octep_write_csr64(octep_dev, reg_off, val64) \ argument
349 #define octep_read_csr(octep_dev, reg_off) \ argument
352 #define octep_read_csr64(octep_dev, reg_off) \ argument
Doctep_rx.h167 struct octep_device *octep_dev; member
Doctep_tx.h157 struct octep_device *octep_dev; member
Doctep_main.c1417 struct octep_device *octep_dev = NULL; in octep_probe() local