Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_init.c6542 uint16_t fcoe_other_function = 0xffff, i; in qla83xx_reset_ownership() local
6560 fcoe_other_function = i; in qla83xx_reset_ownership()
6564 if (fcoe_other_function == 0xffff) { in qla83xx_reset_ownership()
6570 fcoe_other_function = i + 8; in qla83xx_reset_ownership()
6580 ((fcoe_other_function == 0xffff) ? in qla83xx_reset_ownership()
6581 0 : (1 << (fcoe_other_function)))); in qla83xx_reset_ownership()
6587 (ha->portnum < fcoe_other_function)) { in qla83xx_reset_ownership()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_init.c7024 uint16_t fcoe_other_function = 0xffff, i; in qla83xx_reset_ownership() local
7042 fcoe_other_function = i; in qla83xx_reset_ownership()
7046 if (fcoe_other_function == 0xffff) { in qla83xx_reset_ownership()
7052 fcoe_other_function = i + 8; in qla83xx_reset_ownership()
7062 ((fcoe_other_function == 0xffff) ? in qla83xx_reset_ownership()
7063 0 : (1 << (fcoe_other_function)))); in qla83xx_reset_ownership()
7069 (ha->portnum < fcoe_other_function)) { in qla83xx_reset_ownership()

Completed in 20 milliseconds