Home
last modified time | relevance | path

Searched refs:fcoe_enable (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/fcoe/
Dfcoe.c110 static int fcoe_enable(struct net_device *netdev);
1963 static int fcoe_enable(struct net_device *netdev) in fcoe_enable() function
2007 return fcoe_enable(netdev); in fcoe_ctlr_enabled()
2446 .enable = fcoe_enable,
/drivers/net/ethernet/broadcom/
Dcnic.c2432 struct fcoe_conn_enable_disable_ramrod_params *fcoe_enable; in cnic_bnx2x_fcoe_enable() local
2442 if (sizeof(*fcoe_enable) > CNIC_KWQ16_DATA_SIZE) { in cnic_bnx2x_fcoe_enable()
2446 fcoe_enable = cnic_get_kwqe_16_data(cp, l5_cid, &l5_data); in cnic_bnx2x_fcoe_enable()
2447 if (!fcoe_enable) in cnic_bnx2x_fcoe_enable()
2450 memset(fcoe_enable, 0, sizeof(*fcoe_enable)); in cnic_bnx2x_fcoe_enable()
2451 memcpy(&fcoe_enable->enable_disable_kwqe, req, sizeof(*req)); in cnic_bnx2x_fcoe_enable()