Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c204 int tad; in cvmx_l2c_config_perf() local
241 int tad; in cvmx_l2c_read_perf() local
252 int tad; in cvmx_l2c_read_perf() local
263 int tad; in cvmx_l2c_read_perf() local
275 int tad; in cvmx_l2c_read_perf() local
/openbmc/linux/drivers/edac/
H A Docteon_edac-l2c.c60 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) in _octeon_l2c_poll_oct2()
H A Dthunderx_edac.c1763 struct thunderx_l2c *tad = container_of(msix, struct thunderx_l2c, in thunderx_l2c_tad_isr() local
/openbmc/linux/drivers/scsi/
H A Dhpsa_cmd.h366 #define GET_TYPE(tad) ((tad) & 0x07) argument
367 #define GET_ATTR(tad) (((tad) >> 3) & 0x07) argument
368 #define GET_DIR(tad) (((tad) >> 6) & 0x03) argument