Searched refs:BNX2X_ALLOC_AND_SET (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_main.c | 9618 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ macro 9665 BNX2X_ALLOC_AND_SET(init_data, request_firmware_exit, be32_to_cpu_n); in bnx2x_init_firmware() 9668 BNX2X_ALLOC_AND_SET(init_ops, init_ops_alloc_err, bnx2x_prep_ops); in bnx2x_init_firmware() 9671 BNX2X_ALLOC_AND_SET(init_ops_offsets, init_offsets_alloc_err, in bnx2x_init_firmware() 9692 BNX2X_ALLOC_AND_SET(iro_arr, iro_alloc_err, bnx2x_prep_iro); in bnx2x_init_firmware()
|