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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_file_hdr.h25 struct bnx2x_fw_file_section init_ops; member in struct:bnx2x_fw_file_hdr
H A Dbnx2x.h1731 struct raw_op *init_ops; member in struct:bnx2x
1732 /* Init blocks offsets inside init_ops */
1747 #define INIT_OPS(bp) (bp->init_ops)
H A Dbnx2x_main.c13292 /* Likewise for the init_ops offsets */
13295 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op);
13448 BNX2X_ALLOC_AND_SET(init_ops, init_ops_alloc_err, bnx2x_prep_ops);
13479 kfree(bp->init_ops);
13492 kfree(bp->init_ops);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c366 /* init_ops write command */
427 /* init_ops read/poll commands */
477 /* init_ops callbacks entry point */
555 union init_op *init_ops; local
559 init_ops = cdev->fw_data->init_ops;
566 union init_op *cmd = &init_ops[cmd_num];
641 fw->init_ops = (union init_op *)(data + offset);
H A Dqed.h422 union init_op *init_ops; member in struct:qed_fw_data
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h263 void (*init_ops)(struct e1000_hw *); member in struct:igbvf_info
H A Dnetdev.c47 .init_ops = e1000_init_function_pointers_vf,
54 .init_ops = e1000_init_function_pointers_vf,
1644 adapter->ei->init_ops(&adapter->hw);
/linux-master/drivers/pci/hotplug/
H A Dibmphp_core.c401 static int __init init_ops(void) function
1225 if (init_ops()) {

Completed in 252 milliseconds