Searched refs:fcoe_init (Results 1 – 7 of 7) sorted by relevance
87 struct fcoe_init_ramrod_params fcoe_init; member
115 p_ramrod = &p_ent->ramrod.fcoe_init; in qed_sp_fcoe_func_start()
2293 struct fcoe_init_ramrod_params *fcoe_init; in cnic_bnx2x_fcoe_init1() local2315 if (sizeof(*fcoe_init) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_init1()2320 if (!fcoe_init) in cnic_bnx2x_fcoe_init1()2323 memset(fcoe_init, 0, sizeof(*fcoe_init)); in cnic_bnx2x_fcoe_init1()2324 memcpy(&fcoe_init->init_kwqe1, req1, sizeof(*req1)); in cnic_bnx2x_fcoe_init1()2325 memcpy(&fcoe_init->init_kwqe2, req2, sizeof(*req2)); in cnic_bnx2x_fcoe_init1()2326 memcpy(&fcoe_init->init_kwqe3, req3, sizeof(*req3)); in cnic_bnx2x_fcoe_init1()2329 fcoe_init->eq_pbl_size = cp->kcq2.dma.num_pages; in cnic_bnx2x_fcoe_init1()2331 fcoe_init->sb_num = cp->status_blk_num; in cnic_bnx2x_fcoe_init1()2332 fcoe_init->eq_prod = MAX_KCQ_IDX; in cnic_bnx2x_fcoe_init1()[all …]
316 #define FCOE_INIT(bp) ((bp)->fcoe_init)1516 bool fcoe_init; member
2665 bp->fcoe_init = false; in bnx2x_nic_load()
8889 bp->fcoe_init = true; in bnx2x_setup_queue()
2455 static int __init fcoe_init(void) in fcoe_init() function2499 module_init(fcoe_init);