Home
last modified time | relevance | path

Searched refs:CHELSIO_PCI_ID_VER (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_chip_type.h37 #define CHELSIO_PCI_ID_VER(__DeviceID) ((__DeviceID) >> 12) macro
H A Dcxgb4_main.c6634 chip = t4_get_chip_type(adapter, CHELSIO_PCI_ID_VER(device_id)); in init_one()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h340 #define CHELSIO_PCI_ID_VER(dev_id) ((dev_id) >> 12) macro
H A Dt4vf_hw.c2159 switch (CHELSIO_PCI_ID_VER(adapter->pdev->device)) { in t4vf_prep_adapter()