Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_adminq_cmd.h522 #define ICE_AQ_VSI_FD_REPORT_Q_S 0 macro
523 #define ICE_AQ_VSI_FD_REPORT_Q_M (0x7FF << ICE_AQ_VSI_FD_REPORT_Q_S)
Dice_lib.c1163 val = ((report_q << ICE_AQ_VSI_FD_REPORT_Q_S) & in ice_set_fd_vsi_ctx()