Home
last modified time | relevance | path

Searched refs:fup (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe.c2148 u8 fup, up; in fcoe_dcb_create() local
2163 fup = dcb_ieee_getapp_mask(netdev, &app); in fcoe_dcb_create()
2168 fup = dcb_getapp(netdev, &app); in fcoe_dcb_create()
2172 ctlr_prio = ffs(fup) ? ffs(fup) - 1 : fcoe_prio; in fcoe_dcb_create()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A 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()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c3054 bool fup; member
3085 if (data->fup || pkt_info->packet.count == 0) in intel_pt_psb_lookahead_cb()
3088 data->fup = true; in intel_pt_psb_lookahead_cb()
3092 if (!data->fup) in intel_pt_psb_lookahead_cb()
3101 data->fup = false; in intel_pt_psb_lookahead_cb()
3179 struct intel_pt_psb_info data = { .fup = false }; in intel_pt_psb_with_fup()
3185 if (!data.fup) in intel_pt_psb_with_fup()

Completed in 12 milliseconds