Searched refs:fv (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 1398 struct ice_fv *fv; in ice_get_prof_index_max() local 1412 if (!fv) in ice_get_prof_index_max() 1428 } while (fv); in ice_get_prof_index_max() 1650 if (fv) { in ice_get_sw_fv_bitmap() 1657 } while (fv); in ice_get_sw_fv_bitmap() 1698 if (!fv) in ice_get_sw_fv_list() 1732 } while (fv); in ice_get_sw_fv_list() 1771 if (!fv) in ice_init_prof_result_bm() 1786 } while (fv); in ice_init_prof_result_bm() 2865 if (memcmp(&es->t[off], fv, es->fvw * sizeof(*fv))) in ice_find_prof_id_with_mask() [all …]
|
| H A D | ice_flex_type.h | 422 struct ice_fv fv[STRUCT_HACK_VAR_LEN]; member
|
| H A D | ice_switch.c | 6303 struct ice_sw_fv_list_entry *fv; in ice_fill_fv_word_index() local 6310 fv = LIST_FIRST_ENTRY(fv_list, struct ice_sw_fv_list_entry, list_entry); in ice_fill_fv_word_index() 6311 fv_ext = fv->fv_ptr->ew; in ice_fill_fv_word_index()
|
| /f-stack/freebsd/sys/ |
| H A D | qmath.h | 130 #define Q_SIFVALS(q, iv, fv) \ argument 133 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \ 134 (Q_LTZ(iv) || Q_LTZ(fv) ? 1ULL << Q_SIGNSHFT(q) : 0)) 154 #define Q_SFVAL(q, fv) \ argument 156 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \ 157 (Q_LTZ(fv) ? 1ULL << Q_SIGNSHFT(q) : 0))
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | identcpu.c | 1484 struct mrs_field_value *fv; in print_id_fields() local 1490 fv = fields[i].values; in print_id_fields() 1493 if (fv == NULL) in print_id_fields() 1497 for (j = 0; fv[j].desc != NULL; j++) { in print_id_fields() 1498 if ((fv[j].value >> fields[i].shift) != field) in print_id_fields() 1501 if (fv[j].desc[0] != '\0') in print_id_fields() 1502 sbuf_printf(sb, "%s%s", SEP_STR, fv[j].desc); in print_id_fields() 1505 if (fv[j].desc == NULL) in print_id_fields()
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | e500v2_power_isa.dtsi | 49 power-isa-sp.fv; // SPE.Embedded Float Vector
|