Searched refs:retcode (Results 1 – 2 of 2) sorted by relevance
543 int retcode = 0; in nl_srv_init() local557 retcode = -ECONNREFUSED; in nl_srv_init()559 return retcode; in nl_srv_init()581 int retcode = 0; in nl_srv_register() local590 retcode = -EINVAL; in nl_srv_register()593 return retcode; in nl_srv_register()603 int retcode = 0; in nl_srv_unregister() local612 retcode = -EINVAL; in nl_srv_unregister()615 return retcode; in nl_srv_unregister()
1587 QDF_STATUS retcode; in wma_peer_unmap_conf_cb() local1620 retcode = wma_post_ctrl_msg(mac_ctx, &msg); in wma_peer_unmap_conf_cb()1621 if (retcode != QDF_STATUS_SUCCESS) { in wma_peer_unmap_conf_cb()