Searched refs:ice_enum_labels (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 566 * 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, in ice_enum_labels() function 1683 * since the first call to ice_enum_labels requires a pointer to an actual 1699 label_name = ice_enum_labels(ice_seg, ICE_SID_LBL_RXPARSER_TMEM, &state, in ice_init_pkg_hints() 1715 label_name = ice_enum_labels(NULL, 0, &state, &val); in ice_init_pkg_hints()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 421 * ice_enum_labels 428 * ice_enum_labels(ice_seg, type, ...) to start the enumeration, then call 429 * ice_enum_labels(NULL, 0, ...) to continue. When the function returns a NULL 433 ice_enum_labels(struct ice_seg *ice_seg, u32 type, struct ice_pkg_enum *state, in ice_enum_labels() function 458 * since the first call to ice_enum_labels requires a pointer to an actual 474 label_name = ice_enum_labels(ice_seg, ICE_SID_LBL_RXPARSER_TMEM, &state, in ice_init_pkg_hints() 499 label_name = ice_enum_labels(NULL, 0, &state, &val); in ice_init_pkg_hints()
|
Completed in 9 milliseconds