Home
last modified time | relevance | path

Searched refs:ttp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c179 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_priority() local
190 ttp[llfc_traf_type] = max_t(u32, ttp[llfc_traf_type], pri); in bnx2x_dcbx_get_ap_priority()
197 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_feature() local
216 ttp[index] = 0; in bnx2x_dcbx_get_ap_feature()
252 if (ttp[LLFC_TRAFFIC_TYPE_NW] != 0) { in bnx2x_dcbx_get_ap_feature()
254 ttp[LLFC_TRAFFIC_TYPE_ISCSI] = in bnx2x_dcbx_get_ap_feature()
255 ttp[LLFC_TRAFFIC_TYPE_NW]; in bnx2x_dcbx_get_ap_feature()
260 ttp[LLFC_TRAFFIC_TYPE_FCOE] = in bnx2x_dcbx_get_ap_feature()
261 ttp[LLFC_TRAFFIC_TYPE_NW]; in bnx2x_dcbx_get_ap_feature()
270 ttp[index] = INVALID_TRAFFIC_TYPE_PRIORITY; in bnx2x_dcbx_get_ap_feature()
[all …]
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c2549 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfifprf) \ argument
2558 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2562 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2565 helper_compute_fprf_##ttp(env, t.tfld); \
2576 #define VSX_CVT_FP_TO_FP2(op, nels, stp, ttp, sfifprf) \ argument
2585 t.VsrW(2 * i) = stp##_to_##ttp(xb->VsrD(i), &env->fp_status); \
2589 t.VsrW(2 * i) = ttp##_snan_to_qnan(t.VsrW(2 * i)); \
2592 helper_compute_fprf_##ttp(env, t.VsrW(2 * i)); \
2614 #define VSX_CVT_FP_TO_FP_VECTOR(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2624 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
[all …]