Searched refs:fcoe_disable (Results 1 – 2 of 2) sorted by relevance
115 static int fcoe_disable(struct net_device *netdev);1948 static int fcoe_disable(struct net_device *netdev) in fcoe_disable() function2025 return fcoe_disable(netdev); in fcoe_ctlr_enabled()2475 .disable = fcoe_disable,
2463 struct fcoe_conn_enable_disable_ramrod_params *fcoe_disable; in cnic_bnx2x_fcoe_disable() local2477 if (sizeof(*fcoe_disable) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_disable()2481 fcoe_disable = cnic_get_kwqe_16_data(cp, l5_cid, &l5_data); in cnic_bnx2x_fcoe_disable()2482 if (!fcoe_disable) in cnic_bnx2x_fcoe_disable()2485 memset(fcoe_disable, 0, sizeof(*fcoe_disable)); in cnic_bnx2x_fcoe_disable()2486 memcpy(&fcoe_disable->enable_disable_kwqe, req, sizeof(*req)); in cnic_bnx2x_fcoe_disable()