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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c566 * ice_enum_labels
573 * ice_enum_labels(ice_seg, type, ...) to start the enumeration, then call
574 * ice_enum_labels(NULL, 0, ...) to continue. When the function returns a NULL
577 static char *ice_enum_labels(struct ice_seg *ice_seg, u32 type, function
2044 * since the first call to ice_enum_labels requires a pointer to an actual
2060 label_name = ice_enum_labels(ice_seg, ICE_SID_LBL_RXPARSER_TMEM, &state,
2076 label_name = ice_enum_labels(NULL, 0, &state, &val);

Completed in 111 milliseconds