Home
last modified time | relevance | path

Searched refs:CHIP_METAL (Results 1 – 3 of 3) sorted by relevance

/drivers/net/
Dbnx2x.h470 #define CHIP_METAL(bp) (bp->common.chip_id & 0x00000ff0) macro
Dbnx2.h6776 #define CHIP_METAL(bp) (((bp)->chip_id) & 0x00000ff0) macro
Dbnx2x_main.c10354 (CHIP_REV(bp) >> 12) + 'A', (CHIP_METAL(bp) >> 4), in bnx2x_init_one()