init_ops         1730 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 	struct raw_op		*init_ops;
init_ops         1746 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h #define INIT_OPS(bp)			(bp->init_ops)
init_ops           25 drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_file_hdr.h 	struct bnx2x_fw_file_section init_ops;
init_ops         13434 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op);
init_ops         13575 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	BNX2X_ALLOC_AND_SET(init_ops, init_ops_alloc_err, bnx2x_prep_ops);
init_ops         13606 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	kfree(bp->init_ops);
init_ops         13619 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	kfree(bp->init_ops);
init_ops          263 drivers/net/ethernet/intel/igbvf/igbvf.h 	void			(*init_ops)(struct e1000_hw *);
init_ops           49 drivers/net/ethernet/intel/igbvf/netdev.c 	.init_ops	= e1000_init_function_pointers_vf,
init_ops           56 drivers/net/ethernet/intel/igbvf/netdev.c 	.init_ops	= e1000_init_function_pointers_vf,
init_ops         1638 drivers/net/ethernet/intel/igbvf/netdev.c 	adapter->ei->init_ops(&adapter->hw);
init_ops          462 drivers/net/ethernet/qlogic/qed/qed.h 	union init_op		*init_ops;
init_ops          495 drivers/net/ethernet/qlogic/qed/qed_init_ops.c 	union init_op *init_ops;
init_ops          500 drivers/net/ethernet/qlogic/qed/qed_init_ops.c 	init_ops = cdev->fw_data->init_ops;
init_ops          507 drivers/net/ethernet/qlogic/qed/qed_init_ops.c 		union init_op *cmd = &init_ops[cmd_num];
init_ops          580 drivers/net/ethernet/qlogic/qed/qed_init_ops.c 	fw->init_ops = (union init_op *)(data + offset);
init_ops         1299 drivers/pci/hotplug/ibmphp_core.c 	if (init_ops()) {