read_phys_port_id 1808 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	int (*read_phys_port_id) (struct qlcnic_adapter *);
read_phys_port_id 2097 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	if (adapter->ahw->hw_ops->read_phys_port_id)
read_phys_port_id 2098 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 		adapter->ahw->hw_ops->read_phys_port_id(adapter);
read_phys_port_id  615 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	.read_phys_port_id		= qlcnic_82xx_read_phys_port_id,