Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_fw_file_hdr.h23 struct bnx2x_fw_file_section init_ops; member
Dbnx2x.h1173 struct raw_op *init_ops; member
1187 #define INIT_OPS(bp) (bp->init_ops)
Dbnx2x_cmn.c1284 kfree(bp->init_ops); in bnx2x_release_firmware()
Dbnx2x_main.c9526 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware()
9668 BNX2X_ALLOC_AND_SET(init_ops, init_ops_alloc_err, bnx2x_prep_ops); in bnx2x_init_firmware()
9699 kfree(bp->init_ops); in bnx2x_init_firmware()
/linux-2.6.39/drivers/net/igbvf/
Digbvf.h282 void (*init_ops)(struct e1000_hw *); member
Dnetdev.c64 .init_ops = e1000_init_function_pointers_vf,
71 .init_ops = e1000_init_function_pointers_vf,
1539 adapter->ei->init_ops(&adapter->hw); in igbvf_sw_init()
/linux-2.6.39/drivers/pci/hotplug/
Dibmphp_core.c503 static int __init init_ops(void) in init_ops() function
1346 if (init_ops()) { in ibmphp_init()