Searched refs:fcoe_disable (Results 1 – 2 of 2) sorted by relevance
111 static int fcoe_disable(struct net_device *netdev);1932 static int fcoe_disable(struct net_device *netdev) in fcoe_disable() function2009 return fcoe_disable(netdev); in fcoe_ctlr_enabled()2447 .disable = fcoe_disable,
2460 struct fcoe_conn_enable_disable_ramrod_params *fcoe_disable; in cnic_bnx2x_fcoe_disable() local2474 if (sizeof(*fcoe_disable) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_disable()2478 fcoe_disable = cnic_get_kwqe_16_data(cp, l5_cid, &l5_data); in cnic_bnx2x_fcoe_disable()2479 if (!fcoe_disable) in cnic_bnx2x_fcoe_disable()2482 memset(fcoe_disable, 0, sizeof(*fcoe_disable)); in cnic_bnx2x_fcoe_disable()2483 memcpy(&fcoe_disable->enable_disable_kwqe, req, sizeof(*req)); in cnic_bnx2x_fcoe_disable()