nic_ops          1162 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	struct qlcnic_nic_template *nic_ops;
nic_ops          1868 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	return adapter->nic_ops->start_firmware(adapter);
nic_ops          2004 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	return adapter->nic_ops->napi_add(adapter, netdev);
nic_ops          2009 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	adapter->nic_ops->napi_del(adapter);
nic_ops          2021 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	return adapter->nic_ops->shutdown(pdev);
nic_ops          2026 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	return adapter->nic_ops->resume(adapter);
nic_ops          2140 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	if (adapter->nic_ops->request_reset)
nic_ops          2141 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 		adapter->nic_ops->request_reset(adapter, key);
nic_ops          2146 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	if (adapter->nic_ops->cancel_idc_work)
nic_ops          2147 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 		adapter->nic_ops->cancel_idc_work(adapter);
nic_ops          2153 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	return adapter->nic_ops->clear_legacy_intr(adapter);
nic_ops          2159 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	return adapter->nic_ops->config_led(adapter, state, rate);
nic_ops          2165 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	adapter->nic_ops->config_ipaddr(adapter, ip, cmd);
nic_ops           560 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	if (adapter->nic_ops->clear_legacy_intr(adapter) == IRQ_NONE)
nic_ops           786 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		adapter->nic_ops = &qlcnic_vf_ops;
nic_ops           791 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 		adapter->nic_ops = &qlcnic_83xx_ops;
nic_ops           633 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c 	if (adapter->nic_ops->init_driver(adapter)) {
nic_ops          2324 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c 		adapter->nic_ops->init_driver = qlcnic_83xx_init_default_driver;
nic_ops          2538 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c 	err = adapter->nic_ops->init_driver(adapter);
nic_ops           196 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c 	struct qlcnic_nic_template *nic_ops = adapter->nic_ops;
nic_ops           210 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c 		nic_ops->init_driver = qlcnic_83xx_init_non_privileged_vnic;
nic_ops           215 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c 		nic_ops->init_driver = qlcnic_83xx_init_privileged_vnic;
nic_ops           220 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c 		nic_ops->init_driver = qlcnic_83xx_init_mgmt_vnic;
nic_ops          1430 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 		if (adapter->nic_ops->config_led(adapter, 1, 0xf) == 0) {
nic_ops          1451 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 		if (adapter->nic_ops->config_led(adapter, 0, 0xf))
nic_ops          1144 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		adapter->nic_ops = &qlcnic_vf_ops;
nic_ops          1146 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		adapter->nic_ops = &qlcnic_ops;
nic_ops          3473 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 		if (!adapter->nic_ops->start_firmware(adapter)) {
nic_ops           654 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	adapter->nic_ops = &qlcnic_sriov_vf_ops;
nic_ops          2147 drivers/staging/qlge/qlge.h 	const struct nic_operations *nic_ops;
nic_ops          3843 drivers/staging/qlge/qlge_main.c 	status = qdev->nic_ops->port_initialize(qdev);
nic_ops          4547 drivers/staging/qlge/qlge_main.c 		qdev->nic_ops = &qla8012_nic_ops;
nic_ops          4549 drivers/staging/qlge/qlge_main.c 		qdev->nic_ops = &qla8000_nic_ops;
nic_ops          4659 drivers/staging/qlge/qlge_main.c 	err = qdev->nic_ops->get_flash(qdev);