|
|
@@ -1503,7 +1503,7 @@ rel_resource_without_clip:
|
|
|
return -EINVAL;
|
|
|
}
|
|
|
|
|
|
-cxgb4i_cplhandler_func cxgb4i_cplhandlers[NUM_CPL_CMDS] = {
|
|
|
+static cxgb4i_cplhandler_func cxgb4i_cplhandlers[NUM_CPL_CMDS] = {
|
|
|
[CPL_ACT_ESTABLISH] = do_act_establish,
|
|
|
[CPL_ACT_OPEN_RPL] = do_act_open_rpl,
|
|
|
[CPL_PEER_CLOSE] = do_peer_close,
|
|
|
@@ -1519,7 +1519,7 @@ cxgb4i_cplhandler_func cxgb4i_cplhandlers[NUM_CPL_CMDS] = {
|
|
|
[CPL_RX_DATA] = do_rx_data,
|
|
|
};
|
|
|
|
|
|
-int cxgb4i_ofld_init(struct cxgbi_device *cdev)
|
|
|
+static int cxgb4i_ofld_init(struct cxgbi_device *cdev)
|
|
|
{
|
|
|
int rc;
|
|
|
|