Searched refs:fcoe_disable (Results 1 – 2 of 2) sorted by relevance
109 static int fcoe_disable(struct net_device *netdev);1780 static int fcoe_disable(struct net_device *netdev) in fcoe_disable() function2210 .disable = fcoe_disable,
2347 struct fcoe_conn_enable_disable_ramrod_params *fcoe_disable; in cnic_bnx2x_fcoe_disable() local2361 if (sizeof(*fcoe_disable) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_disable()2365 fcoe_disable = cnic_get_kwqe_16_data(cp, l5_cid, &l5_data); in cnic_bnx2x_fcoe_disable()2366 if (!fcoe_disable) in cnic_bnx2x_fcoe_disable()2369 memset(fcoe_disable, 0, sizeof(*fcoe_disable)); in cnic_bnx2x_fcoe_disable()2370 memcpy(&fcoe_disable->enable_disable_kwqe, req, sizeof(*req)); in cnic_bnx2x_fcoe_disable()