Home
last modified time | relevance | path

Searched refs:fcoe_prio (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe.c2144 int fcoe_prio = TC_PRIO_INTERACTIVE; in fcoe_dcb_create() local
2171 fcoe_prio = ffs(up) ? ffs(up) - 1 : 0; in fcoe_dcb_create()
2172 ctlr_prio = ffs(fup) ? ffs(fup) - 1 : fcoe_prio; in fcoe_dcb_create()
2175 fcoe->priority = fcoe_prio; in fcoe_dcb_create()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe.c2130 int fcoe_prio = TC_PRIO_INTERACTIVE; in fcoe_dcb_create() local
2157 fcoe_prio = ffs(up) ? ffs(up) - 1 : 0; in fcoe_dcb_create()
2158 ctlr_prio = ffs(fup) ? ffs(fup) - 1 : fcoe_prio; in fcoe_dcb_create()
2161 fcoe->priority = fcoe_prio; in fcoe_dcb_create()

Completed in 7 milliseconds