Home
last modified time | relevance | path

Searched refs:init_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c555 union init_op *init_ops; in qed_init_run() local
559 init_ops = cdev->fw_data->init_ops; in qed_init_run()
566 union init_op *cmd = &init_ops[cmd_num]; in qed_init_run()
641 fw->init_ops = (union init_op *)(data + offset); in qed_init_fw_data()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_file_hdr.h25 struct bnx2x_fw_file_section init_ops; member
H A Dbnx2x.h1731 struct raw_op *init_ops; member
1747 #define INIT_OPS(bp) (bp->init_ops)
/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h233 void (*init_ops)(struct e1000_hw *); member
/linux/drivers/pci/hotplug/
H A Dibmphp_core.c401 static int __init init_ops(void) in init_ops() function
1225 if (init_ops()) { in ibmphp_init()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Dtegra241-cmdqv.c961 static const struct arm_smmu_impl_ops init_ops = { in __tegra241_cmdqv_probe() local
1031 new_smmu->impl_ops = &init_ops; in __tegra241_cmdqv_probe()