Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/fcoe/
Dfcoe.c2134 u8 fup, up; in fcoe_dcb_create() local
2149 fup = dcb_ieee_getapp_mask(netdev, &app); in fcoe_dcb_create()
2154 fup = dcb_getapp(netdev, &app); in fcoe_dcb_create()
2158 ctlr_prio = ffs(fup) ? ffs(fup) - 1 : fcoe_prio; in fcoe_dcb_create()
/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c3052 bool fup; member
3083 if (data->fup || pkt_info->packet.count == 0) in intel_pt_psb_lookahead_cb()
3086 data->fup = true; in intel_pt_psb_lookahead_cb()
3090 if (!data->fup) in intel_pt_psb_lookahead_cb()
3099 data->fup = false; in intel_pt_psb_lookahead_cb()
3177 struct intel_pt_psb_info data = { .fup = false }; in intel_pt_psb_with_fup()
3183 if (!data.fup) in intel_pt_psb_with_fup()