Searched refs:fcoe_enable (Results 1 – 1 of 1) sorted by relevance
2439 struct fcoe_conn_enable_disable_ramrod_params *fcoe_enable; in cnic_bnx2x_fcoe_enable() local2449 if (sizeof(*fcoe_enable) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_enable()2453 fcoe_enable = cnic_get_kwqe_16_data(cp, l5_cid, &l5_data); in cnic_bnx2x_fcoe_enable()2454 if (!fcoe_enable) in cnic_bnx2x_fcoe_enable()2457 memset(fcoe_enable, 0, sizeof(*fcoe_enable)); in cnic_bnx2x_fcoe_enable()2458 memcpy(&fcoe_enable->enable_disable_kwqe, req, sizeof(*req)); in cnic_bnx2x_fcoe_enable()