Home
last modified time | relevance | path

Searched refs:ICE_AQ_VSI_NUM_M (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_switch.c394 vsi_ctx->vsi_num = LE16_TO_CPU(res->vsi_num) & ICE_AQ_VSI_NUM_M; in ice_aq_add_vsi()
738 ICE_AQ_VSI_NUM_M; in ice_aq_get_vsi_params()
H A Dice_adminq_cmd.h478 #define ICE_AQ_VSI_NUM_M (0x03FF << ICE_AQ_VSI_NUM_S) macro