Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.h125 struct octep_device *octep_dev; member
305 #define octep_write_csr(octep_dev, reg_off, value) \ argument
308 #define octep_write_csr64(octep_dev, reg_off, val64) \ argument
311 #define octep_read_csr(octep_dev, reg_off) \ argument
314 #define octep_read_csr64(octep_dev, reg_off) \ argument
H A Doctep_rx.h142 struct octep_device *octep_dev; member
H A Doctep_tx.h155 struct octep_device *octep_dev; member
H A Doctep_main.c1096 struct octep_device *octep_dev = NULL; in octep_probe() local