Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_main.c51 #define DRV_VERSION_MAJOR 0 macro
54 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_main.c12 #define DRV_VERSION_MAJOR 0 macro
16 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
2695 dv.major_ver = DRV_VERSION_MAJOR; in ice_send_version()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_main.c26 #define DRV_VERSION_MAJOR 3 macro
29 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_main.c28 #define DRV_VERSION_MAJOR 2 macro
31 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
9845 dv.major_version = DRV_VERSION_MAJOR; in i40e_send_version()