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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_fw_file_hdr.h23 struct bnx2x_fw_file_section init_ops; member in struct:bnx2x_fw_file_hdr
H A Dbnx2x.h886 struct raw_op *init_ops; member in struct:bnx2x
887 /* Init blocks offsets inside init_ops */
900 #define INIT_OPS(bp) (bp->init_ops)
H A Dbnx2x_main.c7275 /* Likewise for the init_ops offsets */
7278 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op);
7394 BNX2X_ALLOC_AND_SET(init_ops, init_ops_alloc_err, bnx2x_prep_ops);
7421 kfree(bp->init_ops);
7519 kfree(bp->init_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Digbvf.h285 void (*init_ops)(struct e1000_hw *); member in struct:igbvf_info
H A Dnetdev.c65 .init_ops = e1000_init_function_pointers_vf,
1580 adapter->ei->init_ops(&adapter->hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_core.c503 static int __init init_ops(void) function
1346 if (init_ops()) {

Completed in 210 milliseconds