Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_init_ops.c437 union init_op *init_ops; in qed_init_run() local
442 init_ops = cdev->fw_data->init_ops; in qed_init_run()
451 union init_op *cmd = &init_ops[cmd_num]; in qed_init_run()
520 fw->init_ops = (union init_op *)(data + offset); in qed_init_fw_data()
Dqed.h230 union init_op *init_ops; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_fw_file_hdr.h25 struct bnx2x_fw_file_section init_ops; member
Dbnx2x.h1829 struct raw_op *init_ops; member
1845 #define INIT_OPS(bp) (bp->init_ops)
Dbnx2x_main.c13283 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware()
13423 BNX2X_ALLOC_AND_SET(init_ops, init_ops_alloc_err, bnx2x_prep_ops); in bnx2x_init_firmware()
13454 kfree(bp->init_ops); in bnx2x_init_firmware()
13467 kfree(bp->init_ops); in bnx2x_release_firmware()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h285 void (*init_ops)(struct e1000_hw *); member
Dnetdev.c71 .init_ops = e1000_init_function_pointers_vf,
78 .init_ops = e1000_init_function_pointers_vf,
1587 adapter->ei->init_ops(&adapter->hw); in igbvf_sw_init()
/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_core.c501 static int __init init_ops(void) in init_ops() function
1357 if (init_ops()) { in ibmphp_init()