Searched refs:ICE_AQC_PORT_OPT_MAX (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_devlink.c573 options = kcalloc(ICE_AQC_PORT_OPT_MAX * ICE_MAX_PORT_PER_PCI_DEV,
579 opt = options + i * ICE_AQC_PORT_OPT_MAX;
580 options_count = ICE_AQC_PORT_OPT_MAX;
615 speed = options[i + j * ICE_AQC_PORT_OPT_MAX].max_lane_speed;
697 struct ice_aqc_get_port_options_elem options[ICE_AQC_PORT_OPT_MAX];
700 u8 option_count = ICE_AQC_PORT_OPT_MAX;
715 new_option = ICE_AQC_PORT_OPT_MAX;
738 if (new_option == ICE_AQC_PORT_OPT_MAX) {
1593 struct ice_aqc_get_port_options_elem options[ICE_AQC_PORT_OPT_MAX];
1594 u8 i, active_idx, pending_idx, option_count = ICE_AQC_PORT_OPT_MAX;
[all...]
H A Dice_adminq_cmd.h1542 #define ICE_AQC_PORT_OPT_MAX 16 macro

Completed in 131 milliseconds