Searched refs:bbscn_def (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 2153 uint8_t bbscn_fabric = 0, bbscn_max = 0, bbscn_def = 0; in lpfc_reg_vfi() local 2191 bbscn_def = bf_get(lpfc_bbscn_def, in lpfc_reg_vfi() 2194 if (bbscn_fabric > bbscn_def) in lpfc_reg_vfi() 2198 bf_set(lpfc_reg_vfi_bbscn, reg_vfi, bbscn_def); in lpfc_reg_vfi()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 2220 uint8_t bbscn_fabric = 0, bbscn_max = 0, bbscn_def = 0; in lpfc_reg_vfi() local 2258 bbscn_def = bf_get(lpfc_bbscn_def, in lpfc_reg_vfi() 2261 if (bbscn_fabric > bbscn_def) in lpfc_reg_vfi() 2265 bf_set(lpfc_reg_vfi_bbscn, reg_vfi, bbscn_def); in lpfc_reg_vfi()
|
Completed in 8 milliseconds