Searched refs:lbl_item (Results 1 – 1 of 1) sorted by relevance
1372 struct ice_lbl_item *lbl_item = item; in ice_parse_lbl_item() local1375 lbl_item->idx = lbl_data->idx; in ice_parse_lbl_item()1376 memcpy(lbl_item->label, lbl_data->label, sizeof(lbl_item->label)); in ice_parse_lbl_item()1378 if (strstarts(lbl_item->label, ICE_LBL_BST_DVM)) in ice_parse_lbl_item()1379 lbl_item->type = ICE_LBL_BST_TYPE_DVM; in ice_parse_lbl_item()1380 else if (strstarts(lbl_item->label, ICE_LBL_BST_SVM)) in ice_parse_lbl_item()1381 lbl_item->type = ICE_LBL_BST_TYPE_SVM; in ice_parse_lbl_item()1382 else if (strstarts(lbl_item->label, ICE_LBL_TNL_VXLAN)) in ice_parse_lbl_item()1383 lbl_item->type = ICE_LBL_BST_TYPE_VXLAN; in ice_parse_lbl_item()1384 else if (strstarts(lbl_item->label, ICE_LBL_TNL_GENEVE)) in ice_parse_lbl_item()[all …]