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

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c869 int mn_present = qlcnic_has_mn(adapter); qlcnic_validate_product_offs() local
899 flagbit = mn_present ? 1 : 2; qlcnic_validate_product_offs()
907 if (mn_present) { qlcnic_validate_product_offs()
908 mn_present = 0; qlcnic_validate_product_offs()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c702 int mn_present = (NX_IS_REVISION_P2(adapter->ahw.revision_id)) ? netxen_nic_validate_product_offs() local
733 flagbit = mn_present ? 1 : 2; netxen_nic_validate_product_offs()
742 if (mn_present && NX_IS_REVISION_P3(adapter->ahw.revision_id)) { netxen_nic_validate_product_offs()
743 mn_present = 0; netxen_nic_validate_product_offs()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_nx.c1840 /* Hardcoding mn_present flag for P3P */ qla82xx_set_product_offset()
1841 int mn_present = 0; qla82xx_set_product_offset() local
1859 flagbit = mn_present ? 1 : 2; qla82xx_set_product_offset()

Completed in 185 milliseconds