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() local 2315 if (sizeof(*fcoe_init) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_init1() 2316 netdev_err(dev->netdev, "fcoe_init size too big\n"); in cnic_bnx2x_fcoe_init1() 2319 fcoe_init = cnic_get_kwqe_16_data(cp, BNX2X_FCOE_L5_CID_BASE, &l5_data); 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 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()
2431 * fcoe_init() - Initialize fcoe.ko2435 static int __init fcoe_init(void) in fcoe_init() function 2479 module_init(fcoe_init);